Module opencv::stereo

source ·
Expand description

Modules

Structs

Constants

Traits

Functions

  • Two variations of census applied on input images Implementation of a census transform which is taking into account just the some pixels from the census kernel thus allowing for larger block sizes *
  • single image census transform
  • STANDARD_MCT - Modified census which is memorizing for each pixel 2 bits and includes a tolerance to the pixel comparison MCT_MEAN_VARIATION - Implementation of a modified census transform which is also taking into account the variation to the mean of the window not just the center pixel *
  • single version of modified census transform descriptor
  • in a 9x9 kernel only certain positions are choosen
  • single image version of star kernel
  • The classical center symetric census A modified version of cs census which is comparing a pixel with its correspondent after the center *
  • single version of census transform