public class ProCamColorCalibrator extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProCamColorCalibrator.Settings |
Constructor and Description |
---|
ProCamColorCalibrator(ProCamColorCalibrator.Settings settings,
MarkerDetector.Settings detectorSettings,
MarkedPlane boardPlane,
CameraDevice camera,
ProjectorDevice projector) |
Modifier and Type | Method and Description |
---|---|
void |
addCameraColor() |
void |
addCameraColor(Color color) |
double |
calibrate() |
Color |
getCameraColor() |
Color[] |
getCameraColors() |
int |
getColorCount() |
IplImage |
getMaskImage() |
Color |
getProjectorColor() |
Color[] |
getProjectorColors() |
IplImage |
getUndistortedCameraImage() |
boolean |
processCameraImage(IplImage cameraImage) |
public ProCamColorCalibrator(ProCamColorCalibrator.Settings settings, MarkerDetector.Settings detectorSettings, MarkedPlane boardPlane, CameraDevice camera, ProjectorDevice projector)
public int getColorCount()
public Color[] getProjectorColors()
public Color getProjectorColor()
public Color[] getCameraColors()
public Color getCameraColor()
public void addCameraColor()
public void addCameraColor(Color color)
public IplImage getMaskImage()
public IplImage getUndistortedCameraImage()
public boolean processCameraImage(IplImage cameraImage)
public double calibrate()
Copyright © 2023. All rights reserved.