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

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

Detailed Description

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

Compares pixels from a patch giving high weights to pixels in which the intensity is higher. The other pixels receive a lower weight

Constructor & Destructor Documentation

§ MCTKernel() [1/2]

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

§ MCTKernel() [2/2]

template<int num_images>
cv::stereo::MCTKernel< num_images >::MCTKernel ( uint8_t **  images,
int  threshold 
)
inline

Member Function Documentation

§ operator()()

template<int num_images>
void cv::stereo::MCTKernel< 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::MCTKernel< num_images >::image[num_images]

§ imageStop

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

§ t

template<int num_images>
int cv::stereo::MCTKernel< num_images >::t

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