public class ReflectanceInitializer extends Object
| Constructor and Description |
|---|
ReflectanceInitializer(CameraDevice cameraDevice,
ProjectorDevice projectorDevice,
int channels,
GNImageAligner.Settings alignerSettings) |
ReflectanceInitializer(CameraDevice cameraDevice,
ProjectorDevice projectorDevice,
int channels,
GNImageAligner.Settings alignerSettings,
int smoothingSize,
double reflectanceMin) |
| Modifier and Type | Method and Description |
|---|---|
opencv_core.IplImage[] |
getProjectorImages() |
opencv_core.CvMat |
initializePlaneParameters(opencv_core.IplImage reflectance,
opencv_core.IplImage cameraImage,
double[] referencePoints,
double[] roiPts,
double[] gainAmbientLight) |
opencv_core.IplImage |
initializeReflectance(opencv_core.IplImage[] cameraImages,
opencv_core.IplImage reflectance,
double[] roiPts,
double[] gainAmbientLight) |
public ReflectanceInitializer(CameraDevice cameraDevice, ProjectorDevice projectorDevice, int channels, GNImageAligner.Settings alignerSettings)
public ReflectanceInitializer(CameraDevice cameraDevice, ProjectorDevice projectorDevice, int channels, GNImageAligner.Settings alignerSettings, int smoothingSize, double reflectanceMin)
public opencv_core.IplImage[] getProjectorImages()
public opencv_core.IplImage initializeReflectance(opencv_core.IplImage[] cameraImages, opencv_core.IplImage reflectance, double[] roiPts, double[] gainAmbientLight)
public opencv_core.CvMat initializePlaneParameters(opencv_core.IplImage reflectance, opencv_core.IplImage cameraImage, double[] referencePoints, double[] roiPts, double[] gainAmbientLight)
Copyright © 2018. All rights reserved.