OpenCV
3.2.0
Open Source Computer Vision
|
#include "descriptor.hpp"
Public Member Functions | |
MCTKernel () | |
MCTKernel (uint8_t **images, int threshold) | |
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 | imageStop |
int | t |
Compares pixels from a patch giving high weights to pixels in which the intensity is higher. The other pixels receive a lower weight
cv::stereo::MCTKernel< num_images >::MCTKernel | ( | ) |
cv::stereo::MCTKernel< num_images >::MCTKernel | ( | uint8_t ** | images, |
int | threshold | ||
) |
void cv::stereo::MCTKernel< num_images >::operator() | ( | int | rrWidth, |
int | w2, | ||
int | rWidth, | ||
int | jj, | ||
int | j, | ||
int | c[num_images] | ||
) | const |
uint8_t* cv::stereo::MCTKernel< num_images >::image[num_images] |
int cv::stereo::MCTKernel< num_images >::imageStop |
int cv::stereo::MCTKernel< num_images >::t |