OpenCV  3.4.2
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::stereo::CensusKernel< num_images > Struct Template Reference

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_timage [num_images]
 
int imageStop
 

Detailed Description

template<int num_images>
struct cv::stereo::CensusKernel< num_images >

A kernel in which a pixel is compared with the center of the window.

Constructor & Destructor Documentation

§ CensusKernel() [1/2]

template<int num_images>
cv::stereo::CensusKernel< num_images >::CensusKernel ( )
inline

§ CensusKernel() [2/2]

template<int num_images>
cv::stereo::CensusKernel< num_images >::CensusKernel ( uint8_t **  images)
inline

Member Function Documentation

§ operator()()

template<int num_images>
void cv::stereo::CensusKernel< num_images >::operator() ( int  rrWidth,
int  w2,
int  rWidth,
int  jj,
int  j,
int  c[num_images] 
) const
inline

Member Data Documentation

§ image

template<int num_images>
uint8_t* cv::stereo::CensusKernel< num_images >::image[num_images]

§ imageStop

template<int num_images>
int cv::stereo::CensusKernel< num_images >::imageStop

The documentation for this struct was generated from the following file: