00001 #ifndef ADAPT_THRESH_H 00002 #define ADAPT_THRESH_H 00003 00004 int detectAdaptiveTresholdKeypoints(const IplImage *img, CvMat *kpt); 00005 00006 #endif