Image Component Library (ICL)
icl::cv::CornerDetectorCSS Member List

This is the complete list of members for icl::cv::CornerDetectorCSS, including all inherited members.

accurateicl::cv::CornerDetectorCSSprivate
adaptProperty(const std::string &name, const std::string &newType, const std::string &newInfo, const std::string &newToolTip)icl::utils::Configurablevirtual
addChildConfigurable(Configurable *configurable, const std::string &childPrefix="")icl::utils::Configurableprotected
addProperty(const std::string &name, const std::string &type, const std::string &info, const Any &value=Any(), const int volatileness=0, const std::string &tooltip=std::string())icl::utils::Configurableprotected
angle_threshicl::cv::CornerDetectorCSSprivate
calculate_curvatures(const float *smoothed_x, const float *smoothed_y, int length, float curvature_cutoff, float *curvatures)icl::cv::CornerDetectorCSSprivate
calculate_curvatures_bulk(int array_length, int num_boundaries, const int *lengths, const int *indices, const int *indices_padded, const float *smoothed_x, const float *smoothed_y, float curvature_cutoff, float *curvature)icl::cv::CornerDetectorCSSprivate
call_callbacks(const std::string &propertyName, const Configurable *caller) consticl::utils::Configurableprotected
Callback typedeficl::utils::Configurable
callbacksicl::utils::Configurableprotected
clcurvatureicl::cv::CornerDetectorCSSprivate
Configurable(const std::string &ID="", bool ordered=true)icl::utils::Configurableprotected
Configurable(const Configurable &other)icl::utils::Configurable
convolute(const float *data, int data_length, const float *mask, int mask_length, float *convoluted)icl::cv::CornerDetectorCSSprivate
convolute_1D(float *vec, int dim, float *kernel, int kernelDim, float *dst)icl::cv::CornerDetectorCSSstatic
cornerAngle(float *x, float *y, int prev, int current, int next, int length, float straight_line_thresh)icl::cv::CornerDetectorCSSprivate
cornerAngleAccurate(float *x, float *y, int prev, int current, int next, int array_length, float straight_line_thresh)icl::cv::CornerDetectorCSSprivate
CornerDetectorCSS(float angle_thresh=162., float rc_coeff=1.5, float sigma=3., float curvature_cutoff=100., float straight_line_thresh=0.1, bool accurate=false)icl::cv::CornerDetectorCSS
cornersicl::cv::CornerDetectorCSSprivate
corners_listicl::cv::CornerDetectorCSSprivate
create_configurable(const std::string &classname)icl::utils::Configurablestatic
create_default_ID(const std::string &prefix)icl::utils::Configurablestatic
curvature_cutofficl::cv::CornerDetectorCSSprivate
deactivateProperty(const std::string &pattern)icl::utils::Configurable
deleteDeactivationPattern(const std::string &pattern)icl::utils::Configurable
detectCorners(const std::vector< std::vector< T > > &boundaries, const std::vector< icl32f > &sigmas)icl::cv::CornerDetectorCSS
detectCorners(const std::vector< T > &boundary)icl::cv::CornerDetectorCSS
EMPTY_VECicl::utils::Configurablestatic
fill_gauss(float *mask, float sigma, int width)icl::cv::CornerDetectorCSSprivate
findExtrema(int *extrema, int *num_extrema_out, float *k, int length)icl::cv::CornerDetectorCSSprivate
gauss_radius(float sigma, float cutoff)icl::cv::CornerDetectorCSSprivate
gaussian(GaussianKernel &gauss, float sigma, float cutoff)icl::cv::CornerDetectorCSSstatic
get(const std::string &id)icl::utils::Configurablestatic
get_registered_configurables()icl::utils::Configurablestatic
getAccurate() consticl::cv::CornerDetectorCSSinline
getAngleThreshold() consticl::cv::CornerDetectorCSSinline
getConfigurableID() consticl::utils::Configurableinline
getCurvatureCutoff() consticl::cv::CornerDetectorCSSinline
getLastCorners() consticl::cv::CornerDetectorCSSinline
getPropertyInfo(const std::string &propertyName) consticl::cv::CornerDetectorCSSvirtual
getPropertyList() consticl::cv::CornerDetectorCSSvirtual
getPropertyListWithoutDeactivated() consticl::utils::Configurable
getPropertyToolTip(const std::string &propertyName) consticl::cv::CornerDetectorCSSvirtual
getPropertyType(const std::string &propertyName) consticl::cv::CornerDetectorCSSvirtual
getPropertyValue(const std::string &propertyName) consticl::cv::CornerDetectorCSSvirtual
getPropertyVolatileness(const std::string &propertyName) consticl::cv::CornerDetectorCSSinlinevirtual
getRCCoeff() consticl::cv::CornerDetectorCSSinline
getSigma() consticl::cv::CornerDetectorCSSinline
getStraightLineThreshold() consticl::cv::CornerDetectorCSSinline
isOrderedFlagSet() consticl::utils::Configurableinline
loadProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC)icl::utils::Configurablevirtual
icl::operator=(const Configurable &other)icl::utils::Configurable
prop(const std::string &propertyName)icl::utils::Configurableprotected
prop(const std::string &propertyName) consticl::utils::Configurableprotected
rc_coefficl::cv::CornerDetectorCSSprivate
register_configurable_type(const std::string &classname, Function< Configurable * > creator)icl::utils::Configurablestatic
registerCallback(const Callback &cb)icl::utils::Configurableinline
removeChildConfigurable(Configurable *configurable)icl::utils::Configurableprotected
removedCallback(const Callback &cb)icl::utils::Configurable
removeFalseCorners(float angle_thresh, float *x, float *y, float *k, int length, int *maxima, int num_maxima, int *maxima_out, int *num_maxima_out)icl::cv::CornerDetectorCSSprivate
removeRoundCorners(float rc_coeff, int maxima_offset, float *k, int length, int *extrema, int num_extrema, int *new_extrema, int *num_new_extrema_out)icl::cv::CornerDetectorCSSprivate
removeRoundCornersAccurate(float rc_coeff, int maxima_offset, float *k, int length, int *extrema, int num_extrema, int *extrema_out, int *num_extrema_out)icl::cv::CornerDetectorCSSprivate
saveProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) consticl::utils::Configurablevirtual
setAccurate(bool value)icl::cv::CornerDetectorCSSinline
setAngleThreshold(float value)icl::cv::CornerDetectorCSSinline
setConfigurableID(const std::string &ID)icl::utils::Configurable
setCurvatureCutoff(float value)icl::cv::CornerDetectorCSSinline
setPropertyValue(const std::string &propertyName, const utils::Any &value)icl::cv::CornerDetectorCSSvirtual
setRCCoeff(float value)icl::cv::CornerDetectorCSSinline
setSigma(float value)icl::cv::CornerDetectorCSSinline
setStraightLineThreshold(float value)icl::cv::CornerDetectorCSSinline
sigmaicl::cv::CornerDetectorCSSprivate
straight_line_threshicl::cv::CornerDetectorCSSprivate
supportsProperty(const std::string &propertyName) consticl::utils::Configurablevirtual
syncChangesTo(Configurable *others, int num=1)icl::utils::Configurable
Uncopyable()icl::utils::Uncopyableinlineprotected
useOpenCLicl::cv::CornerDetectorCSSprivate
~Configurable()icl::utils::Configurableinlinevirtual
~CornerDetectorCSS()icl::cv::CornerDetectorCSS