Parameters of phaseUnwrapping constructor.  
 More...
#include <opencv2/phase_unwrapping/histogramphaseunwrapping.hpp>
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. |  
 
◆ Params()
      
        
          | cv::phase_unwrapping::HistogramPhaseUnwrapping::Params::Params | ( |  | ) |  | 
      
 
 
◆ 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: