public class ProjectorDevice extends ProjectiveDevice
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectorDevice.CalibratedSettings |
static class |
ProjectorDevice.CalibrationSettings |
static interface |
ProjectorDevice.Settings |
static class |
ProjectorDevice.SettingsImplementation |
ProjectiveDevice.ExceptionadditiveLight, avgColorErr, avgEpipolarErr, avgReprojErr, cameraMatrix, colorMixingMatrix, colorOrder, colorR2, distortionCoeffs, E, extrParams, F, imageHeight, imageWidth, maxEpipolarErr, maxReprojErr, R, reprojErrs, T| Constructor and Description |
|---|
ProjectorDevice(ProjectorDevice.Settings settings) |
ProjectorDevice(String name) |
ProjectorDevice(String name,
FileStorage fs) |
ProjectorDevice(String name,
String filename) |
| Modifier and Type | Method and Description |
|---|---|
CanvasFrame |
createCanvasFrame() |
double |
getAttenuation(double x,
double y,
CvMat n,
double d) |
ProjectiveDevice.Settings |
getSettings() |
static ProjectorDevice[] |
read(FileStorage fs) |
static ProjectorDevice[] |
read(String filename) |
void |
setSettings(ProjectiveDevice.Settings settings) |
void |
setSettings(ProjectorDevice.Settings settings) |
distort, distort, distort, distort, getBackProjectionMatrix, getDistortMap1, getDistortMap2, getFrontoParallelH, getMapsPyramidLevel, getRectifyingHomography, getRGBColorOrder, getUndistortMap1, getUndistortMap2, isFixedPointMaps, normalize, readParameters, readParameters, readParameters, rescale, setFixedPointMaps, setMapsPyramidLevel, toString, undistort, undistort, undistort, undistort, unnormalize, write, write, writeParameters, writeParameters, writeParameterspublic ProjectorDevice(String name)
public ProjectorDevice(String name, String filename) throws ProjectiveDevice.Exception
ProjectiveDevice.Exceptionpublic ProjectorDevice(String name, FileStorage fs) throws ProjectiveDevice.Exception
ProjectiveDevice.Exceptionpublic ProjectorDevice(ProjectorDevice.Settings settings) throws ProjectiveDevice.Exception
ProjectiveDevice.Exceptionpublic ProjectiveDevice.Settings getSettings()
getSettings in class ProjectiveDevicepublic void setSettings(ProjectorDevice.Settings settings)
public void setSettings(ProjectiveDevice.Settings settings)
setSettings in class ProjectiveDevicepublic CanvasFrame createCanvasFrame() throws CanvasFrame.Exception
CanvasFrame.Exceptionpublic double getAttenuation(double x,
double y,
CvMat n,
double d)
public static ProjectorDevice[] read(String filename) throws ProjectiveDevice.Exception
ProjectiveDevice.Exceptionpublic static ProjectorDevice[] read(FileStorage fs) throws ProjectiveDevice.Exception
ProjectiveDevice.ExceptionCopyright © 2024. All rights reserved.