public static class ImageTransformer.Data extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
dstCount |
int |
dstCountOutlier |
int |
dstCountZero |
DoubleBuffer |
dstDstDot |
opencv_core.IplImage |
dstImg |
opencv_core.IplImage |
mask |
double |
outlierThreshold |
int |
pyramidLevel |
opencv_core.IplImage |
srcDotImg |
double |
srcDstDot |
opencv_core.IplImage |
srcImg |
opencv_core.IplImage |
subImg |
opencv_core.IplImage |
transImg |
double |
zeroThreshold |
| Constructor and Description |
|---|
Data() |
Data(opencv_core.IplImage srcImg,
opencv_core.IplImage subImg,
opencv_core.IplImage srcDotImg,
opencv_core.IplImage mask,
double zeroThreshold,
double outlierThreshold,
int pyramidLevel,
opencv_core.IplImage transImg,
opencv_core.IplImage dstImg,
int dstDstDotLength) |
public opencv_core.IplImage srcImg
public opencv_core.IplImage subImg
public opencv_core.IplImage srcDotImg
public opencv_core.IplImage mask
public double zeroThreshold
public double outlierThreshold
public int pyramidLevel
public opencv_core.IplImage transImg
public opencv_core.IplImage dstImg
public int dstCount
public int dstCountZero
public int dstCountOutlier
public double srcDstDot
public DoubleBuffer dstDstDot
public Data()
public Data(opencv_core.IplImage srcImg, opencv_core.IplImage subImg, opencv_core.IplImage srcDotImg, opencv_core.IplImage mask, double zeroThreshold, double outlierThreshold, int pyramidLevel, opencv_core.IplImage transImg, opencv_core.IplImage dstImg, int dstDstDotLength)
Copyright © 2018. All rights reserved.