Searched defs:CCStatsOp (Results 1 – 1 of 1) sorted by relevance
67 struct CCStatsOp{ struct68 const _OutputArray* _mstatsv;69 cv::Mat statsv;70 const _OutputArray* _mcentroidsv;71 cv::Mat centroidsv;72 std::vector<Point2ui64> integrals;74 …CCStatsOp(OutputArray _statsv, OutputArray _centroidsv): _mstatsv(&_statsv), _mcentroidsv(&_centro… in CCStatsOp() function77 void init(int nlabels){ in init()93 void operator()(int r, int c, int l){ in operator ()()104 void finish(){ in finish()