32 #include <opencv2/opencv.hpp>
40 CentSur(cv::Size imsize,
int nscale,
double sigma = 1.0);
46 cv::Mat csTot32f, csTot32fTmp, csTot8u;
51 void proc_im_8u(
const cv::Mat &im_8u);
56 void proc_im_32f(
const cv::Mat &im_32f );
61 cv::Mat get_centsur_32f(){
return csTot32f; }
66 cv::Mat get_centsur_norm8u(){
return csTot8u; }
71 cv::Size srcSize, *psize;
73 cv::Mat pyramid[10], pyramid_gauss[10], gauss[10], img_32f;
76 std::vector<cv::Mat> dst;
80 void make_pyramid(
const cv::Mat &im_in);