OpenCV  3.4.15
Open Source Computer Vision
Public Member Functions | Public Attributes | List of all members
cv::phase_unwrapping::HistogramPhaseUnwrapping::Params Struct Reference

Parameters of phaseUnwrapping constructor. More...

#include <opencv2/phase_unwrapping/histogramphaseunwrapping.hpp>

Public Member Functions

 Params ()
 

Public Attributes

int height
 
float histThresh
 
int nbrOfLargeBins
 
int nbrOfSmallBins
 
int width
 

Detailed Description

Parameters of phaseUnwrapping constructor.

Parameters
widthPhase map width.
heightPhase map height.
histThreshBins in the histogram are not of equal size. Default value is 3*pi*pi. The one before "histThresh" value are smaller.
nbrOfSmallBinsNumber of bins between 0 and "histThresh". Default value is 10.
nbrOfLargeBinsNumber of bins between "histThresh" and 32*pi*pi (highest edge reliability value). Default value is 5.

Constructor & Destructor Documentation

◆ Params()

cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::Params ( )

Member Data Documentation

◆ height

int cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::height

◆ histThresh

float cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::histThresh

◆ nbrOfLargeBins

int cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::nbrOfLargeBins

◆ nbrOfSmallBins

int cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::nbrOfSmallBins

◆ width

int cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::width

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