#include <cv.h>#include <vector>

Go to the source code of this file.
Classes | |
| struct | pt |
Functions | |
| void | ExtractKptArea (const IplImage *img, IplImage *result) |
| int | Labeling (const IplImage *area, int *result) |
| int | ExtractKpt (const int *label, const int numlabel, const int imgw, const int imgh, CvMat *kpt) |
| int | detectAdaptiveTresholdKeypoints (const IplImage *img, CvMat *kpt) |
| int detectAdaptiveTresholdKeypoints | ( | const IplImage * | img, | |
| CvMat * | kpt | |||
| ) |
Definition at line 181 of file adapt_thresh.cpp.
References ExtractKpt(), ExtractKptArea(), and Labeling().
Referenced by kpt_tracker::detect_keypoints().
| int ExtractKpt | ( | const int * | label, | |
| const int | numlabel, | |||
| const int | imgw, | |||
| const int | imgh, | |||
| CvMat * | kpt | |||
| ) |
| void ExtractKptArea | ( | const IplImage * | img, | |
| IplImage * | result | |||
| ) |
| int Labeling | ( | const IplImage * | area, | |
| int * | result | |||
| ) |
1.5.9