public class GrayCodePattern extends StructuredLightPattern
Modifier | Constructor and Description |
---|---|
protected |
GrayCodePattern(long addr) |
Modifier and Type | Method and Description |
---|---|
static GrayCodePattern |
__fromPtr__(long addr) |
static GrayCodePattern |
create(int width,
int height) |
protected void |
finalize() |
void |
getImagesForShadowMasks(Mat blackImage,
Mat whiteImage) |
long |
getNumberOfPatternImages() |
boolean |
getProjPixel(java.util.List<Mat> patternImages,
int x,
int y,
Point projPix) |
void |
setBlackThreshold(long value) |
void |
setWhiteThreshold(long value) |
generate
clear, empty, getDefaultName, getNativeObjAddr, save
public static GrayCodePattern __fromPtr__(long addr)
public static GrayCodePattern create(int width, int height)
public boolean getProjPixel(java.util.List<Mat> patternImages, int x, int y, Point projPix)
public long getNumberOfPatternImages()
public void setBlackThreshold(long value)
public void setWhiteThreshold(long value)
protected void finalize() throws java.lang.Throwable
finalize
in class StructuredLightPattern
java.lang.Throwable
Generated on Sun Nov 18 2018 11:54:12 UTC / OpenCV 4.0.0