Loading...
Searching...
No Matches
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
-
width Phase map width. height Phase map height. histThresh Bins in the histogram are not of equal size. Default value is 3*pi*pi. The one before "histThresh" value are smaller. nbrOfSmallBins Number of bins between 0 and "histThresh". Default value is 10. 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 | ( | ) |
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:
- opencv2/phase_unwrapping/histogramphaseunwrapping.hpp