This is the complete list of members for
agast::AstDetector, including all inherited members.
| AstDetector() | agast::AstDetector | [inline] |
| AstDetector(int width, int height, int thr) | agast::AstDetector | [inline] |
| b | agast::AstDetector | [protected] |
| cornerScore(const unsigned char *p, bool ignorePattern=false)=0 | agast::AstDetector | [pure virtual] |
| detect(const unsigned char *im, std::vector< CvPoint > &corners_all)=0 | agast::AstDetector | [pure virtual] |
| get_borderWidth()=0 | agast::AstDetector | [pure virtual] |
| init_pattern()=0 | agast::AstDetector | [protected, pure virtual] |
| nms(const unsigned char *im, const std::vector< CvPoint > &corners_all, std::vector< CvPoint > &corners_nms) | agast::AstDetector | |
| nmsFlags | agast::AstDetector | [protected] |
| nonMaximumSuppression(const std::vector< CvPoint > &corners_all, std::vector< CvPoint > &corners_nms) | agast::AstDetector | [protected] |
| processImage(const unsigned char *im, std::vector< CvPoint > &keypoints_nms) | agast::AstDetector | [inline] |
| score(const unsigned char *i, const std::vector< CvPoint > &corners_all) | agast::AstDetector | [protected] |
| scores | agast::AstDetector | [protected] |
| set_imageSize(int xsize_, int ysize_) | agast::AstDetector | [inline] |
| set_threshold(int b_) | agast::AstDetector | [inline] |
| xsize | agast::AstDetector | [protected] |
| ysize | agast::AstDetector | [protected] |
| ~AstDetector() | agast::AstDetector | [inline, virtual] |