Package org.opencv.structured_light
Class SinusoidalPattern_Params
- java.lang.Object
- 
- org.opencv.structured_light.SinusoidalPattern_Params
 
- 
 public class SinusoidalPattern_Params extends java.lang.ObjectParameters of SinusoidalPattern constructor width Projector's width. height Projector's height. nbrOfPeriods Number of period along the patterns direction. shiftValue Phase shift between two consecutive patterns. methodId Allow to choose between FTP, PSP and FAPS. nbrOfPixelsBetweenMarkers Number of pixels between two consecutive markers on the same row. setMarkers Allow to set markers on the patterns. markersLocation vector used to store markers location on the patterns.
- 
- 
Field SummaryFields Modifier and Type Field Description protected longnativeObj
 - 
Constructor SummaryConstructors Modifier Constructor Description SinusoidalPattern_Params()protectedSinusoidalPattern_Params(long addr)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SinusoidalPattern_Params__fromPtr__(long addr)protected voidfinalize()intget_height()booleanget_horizontal()intget_methodId()intget_nbrOfPeriods()intget_nbrOfPixelsBetweenMarkers()booleanget_setMarkers()floatget_shiftValue()intget_width()longgetNativeObjAddr()voidset_height(int height)voidset_horizontal(boolean horizontal)voidset_methodId(int methodId)voidset_nbrOfPeriods(int nbrOfPeriods)voidset_nbrOfPixelsBetweenMarkers(int nbrOfPixelsBetweenMarkers)voidset_setMarkers(boolean setMarkers)voidset_shiftValue(float shiftValue)voidset_width(int width)
 
- 
- 
- 
Method Detail- 
getNativeObjAddrpublic long getNativeObjAddr() 
 - 
__fromPtr__public static SinusoidalPattern_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_nbrOfPeriodspublic int get_nbrOfPeriods() 
 - 
set_nbrOfPeriodspublic void set_nbrOfPeriods(int nbrOfPeriods) 
 - 
get_shiftValuepublic float get_shiftValue() 
 - 
set_shiftValuepublic void set_shiftValue(float shiftValue) 
 - 
get_methodIdpublic int get_methodId() 
 - 
set_methodIdpublic void set_methodId(int methodId) 
 - 
get_nbrOfPixelsBetweenMarkerspublic int get_nbrOfPixelsBetweenMarkers() 
 - 
set_nbrOfPixelsBetweenMarkerspublic void set_nbrOfPixelsBetweenMarkers(int nbrOfPixelsBetweenMarkers) 
 - 
get_horizontalpublic boolean get_horizontal() 
 - 
set_horizontalpublic void set_horizontal(boolean horizontal) 
 - 
get_setMarkerspublic boolean get_setMarkers() 
 - 
set_setMarkerspublic void set_setMarkers(boolean setMarkers) 
 - 
finalizeprotected void finalize() throws java.lang.Throwable- Overrides:
- finalizein class- java.lang.Object
- Throws:
- java.lang.Throwable
 
 
- 
 
-