polyora/adapt_thresh.cpp File Reference

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

Include dependency graph for adapt_thresh.cpp:

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)


Function Documentation

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 
)

Definition at line 147 of file adapt_thresh.cpp.

Referenced by detectAdaptiveTresholdKeypoints().

void ExtractKptArea ( const IplImage *  img,
IplImage *  result 
)

Definition at line 10 of file adapt_thresh.cpp.

Referenced by detectAdaptiveTresholdKeypoints().

int Labeling ( const IplImage *  area,
int *  result 
)

Definition at line 19 of file adapt_thresh.cpp.

Referenced by detectAdaptiveTresholdKeypoints().


Generated on Tue Mar 30 15:53:21 2010 for Polyora by  doxygen 1.5.9