OpenCV
3.2.0
Open Source Computer Vision
|
A kernel in which a pixel is compared with the center of the window. More...
#include "descriptor.hpp"
Public Member Functions | |
CensusKernel () | |
CensusKernel (uint8_t **images) | |
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 |
A kernel in which a pixel is compared with the center of the window.
cv::stereo::CensusKernel< num_images >::CensusKernel | ( | ) |
cv::stereo::CensusKernel< num_images >::CensusKernel | ( | uint8_t ** | images | ) |
void cv::stereo::CensusKernel< num_images >::operator() | ( | int | rrWidth, |
int | w2, | ||
int | rWidth, | ||
int | jj, | ||
int | j, | ||
int | c[num_images] | ||
) | const |
uint8_t* cv::stereo::CensusKernel< num_images >::image[num_images] |
int cv::stereo::CensusKernel< num_images >::imageStop |