Struct HistogramPhaseUnwrapping.Params
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Parameters of HistogramPhaseUnwrapping constructor.
public struct HistogramPhaseUnwrapping.Params
- Inherited Members
Fields
Height
Phase map height.
public int Height
Field Value
HistThresh
Bins in the histogram are not of equal size. Default value is 3pipi. The ones before "HistThresh" value are smaller.
public float HistThresh
Field Value
NbrOfLargeBins
Number of bins between "HistThresh" and 32pipi (highest edge reliability value). Default value is 5.
public int NbrOfLargeBins
Field Value
NbrOfSmallBins
Number of bins between 0 and "HistThresh". Default value is 10.
public int NbrOfSmallBins
Field Value
Width
Phase map width.
public int Width
Field Value
Properties
Default
The default parameters used by the native HistogramPhaseUnwrapping::Params() constructor: width=800, height=600, histThresh=3pipi, nbrOfSmallBins=10, nbrOfLargeBins=5.
public static HistogramPhaseUnwrapping.Params Default { get; }