Struct cv::phase_unwrapping::HistogramPhaseUnwrapping::Params#

Parameters of phaseUnwrapping constructor. View details

Collaboration diagram for cv::phase_unwrapping::HistogramPhaseUnwrapping::Params:

cv::phase_unwrapping::HistogramPhaseUnwrapping::Params Node1 cv::phase_unwrapping ::HistogramPhaseUnwrapping ::Params   + Params() Node2 int     Node2->Node1 +height +nbrOfLargeBins +nbrOfSmallBins +width Node3 float     Node3->Node1 +histThresh

cv::phase_unwrapping::HistogramPhaseUnwrapping::Params Node1 cv::phase_unwrapping ::HistogramPhaseUnwrapping ::Params   + Params() Node2 int     Node2->Node1 +height +nbrOfLargeBins +nbrOfSmallBins +width Node3 float     Node3->Node1 +histThresh

Detailed Description#

struct Params#

Parameters of phaseUnwrapping constructor.

Param width:

Phase map width.

Param height:

Phase map height.

Param histThresh:

Bins in the histogram are not of equal size. Default value is 3*pi*pi. The one before “histThresh” value are smaller.

Param nbrOfSmallBins:

Number of bins between 0 and “histThresh”. Default value is 10.

Param nbrOfLargeBins:

Number 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()

Python:

cv.phase_unwrapping.HistogramPhaseUnwrapping.Params() -> <phase_unwrapping_HistogramPhaseUnwrapping_Params object>

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

Source file#

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