Table of Contents

Struct HistogramPhaseUnwrapping.Params

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Parameters of HistogramPhaseUnwrapping constructor.

public struct HistogramPhaseUnwrapping.Params
Inherited Members

Fields

Height

Phase map height.

HistThresh

Bins in the histogram are not of equal size. Default value is 3pipi. The ones before "HistThresh" value are smaller.

NbrOfLargeBins

Number of bins between "HistThresh" and 32pipi (highest edge reliability value). Default value is 5.

NbrOfSmallBins

Number of bins between 0 and "HistThresh". Default value is 10.

Width

Phase map width.

Properties

Default

The default parameters used by the native HistogramPhaseUnwrapping::Params() constructor: width=800, height=600, histThresh=3pipi, nbrOfSmallBins=10, nbrOfLargeBins=5.