Package org.opencv.structured_light
Class StructuredLightPattern
- java.lang.Object
-
- org.opencv.core.Algorithm
-
- org.opencv.structured_light.StructuredLightPattern
-
- Direct Known Subclasses:
GrayCodePattern
,SinusoidalPattern
public class StructuredLightPattern extends Algorithm
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StructuredLightPattern(long addr)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StructuredLightPattern
__fromPtr__(long addr)
protected void
finalize()
boolean
generate(java.util.List<Mat> patternImages)
-
Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
-
-
-
Method Detail
-
__fromPtr__
public static StructuredLightPattern __fromPtr__(long addr)
-
generate
public boolean generate(java.util.List<Mat> patternImages)
-
-