HistogramPhaseUnwrappingParams
Objective-C
@interface HistogramPhaseUnwrappingParams : NSObject
Swift
class HistogramPhaseUnwrappingParams : NSObject
Parameters of phaseUnwrapping constructor.
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.
Member of Phase_unwrapping
-
Declaration
Objective-C
- (instancetype)init;
Swift
init()
-
Declaration
Objective-C
@property int width
Swift
var width: Int32 { get set }
-
Declaration
Objective-C
@property int height
Swift
var height: Int32 { get set }
-
Declaration
Objective-C
@property float histThresh
Swift
var histThresh: Float { get set }
-
Declaration
Objective-C
@property int nbrOfSmallBins
Swift
var nbrOfSmallBins: Int32 { get set }
-
Declaration
Objective-C
@property int nbrOfLargeBins
Swift
var nbrOfLargeBins: Int32 { get set }