OpenCV
4.0.0
Open Source Computer Vision
|
#include "descriptor.hpp"
Public Member Functions | |
MVKernel () | |
MVKernel (uint8_t **images, int **integral) | |
void | operator() (int rrWidth, int w2, int rWidth, int jj, int j, int c[num_images]) const |
Public Attributes | |
uint8_t * | image [num_images] |
int * | integralImage [num_images] |
int | stop |
Mean Variation is a robust kernel that compares a pixel not just with the center but also with the mean of the window
|
inline |
|
inline |
|
inline |
uint8_t* cv::stereo::MVKernel< num_images >::image[num_images] |
int* cv::stereo::MVKernel< num_images >::integralImage[num_images] |
int cv::stereo::MVKernel< num_images >::stop |