![]() |
Image Component Library (ICL)
|
This is the complete list of members for icl::cv::CornerDetectorCSS, including all inherited members.
| accurate | icl::cv::CornerDetectorCSS | private |
| adaptProperty(const std::string &name, const std::string &newType, const std::string &newInfo, const std::string &newToolTip) | icl::utils::Configurable | virtual |
| addChildConfigurable(Configurable *configurable, const std::string &childPrefix="") | icl::utils::Configurable | protected |
| 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::Configurable | protected |
| angle_thresh | icl::cv::CornerDetectorCSS | private |
| calculate_curvatures(const float *smoothed_x, const float *smoothed_y, int length, float curvature_cutoff, float *curvatures) | icl::cv::CornerDetectorCSS | private |
| 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::CornerDetectorCSS | private |
| call_callbacks(const std::string &propertyName, const Configurable *caller) const | icl::utils::Configurable | protected |
| Callback typedef | icl::utils::Configurable | |
| callbacks | icl::utils::Configurable | protected |
| clcurvature | icl::cv::CornerDetectorCSS | private |
| Configurable(const std::string &ID="", bool ordered=true) | icl::utils::Configurable | protected |
| Configurable(const Configurable &other) | icl::utils::Configurable | |
| convolute(const float *data, int data_length, const float *mask, int mask_length, float *convoluted) | icl::cv::CornerDetectorCSS | private |
| convolute_1D(float *vec, int dim, float *kernel, int kernelDim, float *dst) | icl::cv::CornerDetectorCSS | static |
| cornerAngle(float *x, float *y, int prev, int current, int next, int length, float straight_line_thresh) | icl::cv::CornerDetectorCSS | private |
| cornerAngleAccurate(float *x, float *y, int prev, int current, int next, int array_length, float straight_line_thresh) | icl::cv::CornerDetectorCSS | private |
| 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 | |
| corners | icl::cv::CornerDetectorCSS | private |
| corners_list | icl::cv::CornerDetectorCSS | private |
| create_configurable(const std::string &classname) | icl::utils::Configurable | static |
| create_default_ID(const std::string &prefix) | icl::utils::Configurable | static |
| curvature_cutoff | icl::cv::CornerDetectorCSS | private |
| 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_VEC | icl::utils::Configurable | static |
| fill_gauss(float *mask, float sigma, int width) | icl::cv::CornerDetectorCSS | private |
| findExtrema(int *extrema, int *num_extrema_out, float *k, int length) | icl::cv::CornerDetectorCSS | private |
| gauss_radius(float sigma, float cutoff) | icl::cv::CornerDetectorCSS | private |
| gaussian(GaussianKernel &gauss, float sigma, float cutoff) | icl::cv::CornerDetectorCSS | static |
| get(const std::string &id) | icl::utils::Configurable | static |
| get_registered_configurables() | icl::utils::Configurable | static |
| getAccurate() const | icl::cv::CornerDetectorCSS | inline |
| getAngleThreshold() const | icl::cv::CornerDetectorCSS | inline |
| getConfigurableID() const | icl::utils::Configurable | inline |
| getCurvatureCutoff() const | icl::cv::CornerDetectorCSS | inline |
| getLastCorners() const | icl::cv::CornerDetectorCSS | inline |
| getPropertyInfo(const std::string &propertyName) const | icl::cv::CornerDetectorCSS | virtual |
| getPropertyList() const | icl::cv::CornerDetectorCSS | virtual |
| getPropertyListWithoutDeactivated() const | icl::utils::Configurable | |
| getPropertyToolTip(const std::string &propertyName) const | icl::cv::CornerDetectorCSS | virtual |
| getPropertyType(const std::string &propertyName) const | icl::cv::CornerDetectorCSS | virtual |
| getPropertyValue(const std::string &propertyName) const | icl::cv::CornerDetectorCSS | virtual |
| getPropertyVolatileness(const std::string &propertyName) const | icl::cv::CornerDetectorCSS | inlinevirtual |
| getRCCoeff() const | icl::cv::CornerDetectorCSS | inline |
| getSigma() const | icl::cv::CornerDetectorCSS | inline |
| getStraightLineThreshold() const | icl::cv::CornerDetectorCSS | inline |
| isOrderedFlagSet() const | icl::utils::Configurable | inline |
| loadProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) | icl::utils::Configurable | virtual |
| icl::operator=(const Configurable &other) | icl::utils::Configurable | |
| prop(const std::string &propertyName) | icl::utils::Configurable | protected |
| prop(const std::string &propertyName) const | icl::utils::Configurable | protected |
| rc_coeff | icl::cv::CornerDetectorCSS | private |
| register_configurable_type(const std::string &classname, Function< Configurable * > creator) | icl::utils::Configurable | static |
| registerCallback(const Callback &cb) | icl::utils::Configurable | inline |
| removeChildConfigurable(Configurable *configurable) | icl::utils::Configurable | protected |
| 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::CornerDetectorCSS | private |
| 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::CornerDetectorCSS | private |
| 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::CornerDetectorCSS | private |
| saveProperties(const std::string &filename, const std::vector< std::string > &propertiesToSkip=EMPTY_VEC) const | icl::utils::Configurable | virtual |
| setAccurate(bool value) | icl::cv::CornerDetectorCSS | inline |
| setAngleThreshold(float value) | icl::cv::CornerDetectorCSS | inline |
| setConfigurableID(const std::string &ID) | icl::utils::Configurable | |
| setCurvatureCutoff(float value) | icl::cv::CornerDetectorCSS | inline |
| setPropertyValue(const std::string &propertyName, const utils::Any &value) | icl::cv::CornerDetectorCSS | virtual |
| setRCCoeff(float value) | icl::cv::CornerDetectorCSS | inline |
| setSigma(float value) | icl::cv::CornerDetectorCSS | inline |
| setStraightLineThreshold(float value) | icl::cv::CornerDetectorCSS | inline |
| sigma | icl::cv::CornerDetectorCSS | private |
| straight_line_thresh | icl::cv::CornerDetectorCSS | private |
| supportsProperty(const std::string &propertyName) const | icl::utils::Configurable | virtual |
| syncChangesTo(Configurable *others, int num=1) | icl::utils::Configurable | |
| Uncopyable() | icl::utils::Uncopyable | inlineprotected |
| useOpenCL | icl::cv::CornerDetectorCSS | private |
| ~Configurable() | icl::utils::Configurable | inlinevirtual |
| ~CornerDetectorCSS() | icl::cv::CornerDetectorCSS |
1.8.15