Package org.opencv.structured_light
Class StructuredLightPattern
java.lang.Object
org.opencv.core.Algorithm
org.opencv.structured_light.StructuredLightPattern
- Direct Known Subclasses:
GrayCodePattern
,SinusoidalPattern
Abstract base class for generating and decoding structured light patterns.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StructuredLightPattern
__fromPtr__
(long addr) protected void
finalize()
boolean
Generates the structured light pattern to project.Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
StructuredLightPattern
protected StructuredLightPattern(long addr)
-
-
Method Details