OpenCV
3.2.0
Open Source Computer Vision
|
implementation for the star kernel descriptor More...
#include "descriptor.hpp"
Public Member Functions | |
StarKernelCensus (const cv::Mat *img, int k2, int **distance) | |
void | operator() (const cv::Range &r) const |
Public Member Functions inherited from cv::ParallelLoopBody | |
virtual | ~ParallelLoopBody () |
implementation for the star kernel descriptor
cv::stereo::StarKernelCensus< num_images >::StarKernelCensus | ( | const cv::Mat * | img, |
int | k2, | ||
int ** | distance | ||
) |
|
virtual |
Implements cv::ParallelLoopBody.