public class StructuredLightPattern extends Algorithm
Modifier | Constructor and Description |
---|---|
protected |
StructuredLightPattern(long addr) |
Modifier and Type | Method and Description |
---|---|
static StructuredLightPattern |
__fromPtr__(long addr) |
protected void |
finalize() |
boolean |
generate(List<Mat> patternImages)
Generates the structured light pattern to project.
|
clear, empty, getDefaultName, getNativeObjAddr, save
public static StructuredLightPattern __fromPtr__(long addr)
public boolean generate(List<Mat> patternImages)
patternImages
- The generated pattern: a vector<Mat>, in which each image is a CV_8U Mat at projector's resolution.Generated on Wed Oct 9 2019 23:24:43 UTC / OpenCV 4.1.2