Package org.opencv.phase_unwrapping
Class HistogramPhaseUnwrapping_Params
- java.lang.Object
- 
- org.opencv.phase_unwrapping.HistogramPhaseUnwrapping_Params
 
- 
 public class HistogramPhaseUnwrapping_Params extends java.lang.ObjectParameters 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.
- 
- 
Field SummaryFields Modifier and Type Field Description protected longnativeObj
 - 
Constructor SummaryConstructors Modifier Constructor Description HistogramPhaseUnwrapping_Params()protectedHistogramPhaseUnwrapping_Params(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistogramPhaseUnwrapping_Params__fromPtr__(long addr)protected voidfinalize()intget_height()floatget_histThresh()intget_nbrOfLargeBins()intget_nbrOfSmallBins()intget_width()longgetNativeObjAddr()voidset_height(int height)voidset_histThresh(float histThresh)voidset_nbrOfLargeBins(int nbrOfLargeBins)voidset_nbrOfSmallBins(int nbrOfSmallBins)voidset_width(int width)
 
- 
- 
- 
Method Detail- 
getNativeObjAddrpublic long getNativeObjAddr() 
 - 
__fromPtr__public static HistogramPhaseUnwrapping_Params __fromPtr__(long addr) 
 - 
get_widthpublic int get_width() 
 - 
set_widthpublic void set_width(int width) 
 - 
get_heightpublic int get_height() 
 - 
set_heightpublic void set_height(int height) 
 - 
get_histThreshpublic float get_histThresh() 
 - 
set_histThreshpublic void set_histThresh(float histThresh) 
 - 
get_nbrOfSmallBinspublic int get_nbrOfSmallBins() 
 - 
set_nbrOfSmallBinspublic void set_nbrOfSmallBins(int nbrOfSmallBins) 
 - 
get_nbrOfLargeBinspublic int get_nbrOfLargeBins() 
 - 
set_nbrOfLargeBinspublic void set_nbrOfLargeBins(int nbrOfLargeBins) 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- java.lang.Object
- Throws:
- java.lang.Throwable
 
 
- 
 
-