![]() |
OpenCV
3.2.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
| cv::stereo::MVKernel< num_images >::MVKernel | ( | ) |
| cv::stereo::MVKernel< num_images >::MVKernel | ( | uint8_t ** | images, |
| int ** | integral | ||
| ) |
| void cv::stereo::MVKernel< num_images >::operator() | ( | int | rrWidth, |
| int | w2, | ||
| int | rWidth, | ||
| int | jj, | ||
| int | j, | ||
| int | c[num_images] | ||
| ) | const |
| 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 |
1.8.12