Struct cv::phase_unwrapping::HistogramPhaseUnwrapping::Params#
Parameters of phaseUnwrapping constructor. View details
Collaboration diagram for cv::phase_unwrapping::HistogramPhaseUnwrapping::Params:
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:
opencv2/phase_unwrapping/histogramphaseunwrapping.hpp