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, savepublic 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.Copyright © 2020. All rights reserved.