public class RectlinearCamera extends PanoramaCamera<RectlinearCamera>
f, i, m, targetHeight, targetHeight2, targetMaxSize, targetWidth, targetWidth2
Constructor and Description |
---|
RectlinearCamera() |
Modifier and Type | Method and Description |
---|---|
double[] |
apply(double[] point)
Apply the
CoordinateTransform to a location. |
void |
applyInPlace(double[] point)
Apply the
CoordinateTransform to a location. |
double[] |
applyInverse(double[] point)
Apply the inverse of the model to a point location
|
void |
applyInverseInPlace(double[] point)
apply the inverse of the model to a point location
|
RectlinearCamera |
clone() |
RectlinearCamera |
createInverse()
TODO Not yet tested
|
double |
getSourceHeight() |
double |
getSourceWidth() |
void |
set(RectlinearCamera e) |
void |
setSourceHeight(double sourceHeight) |
void |
setSourceWidth(double sourceWidth) |
String |
toString() |
concatenateOrientation, getF, getTargetHeight, getTargetWidth, pan, preConcatenateOrientation, resetOrientation, roll, setCamera, setF, setOrientation, setTargetHeight, setTargetWidth, tilt
public final double getSourceWidth()
public final void setSourceWidth(double sourceWidth)
public final double getSourceHeight()
public final void setSourceHeight(double sourceHeight)
public final double[] apply(double[] point)
CoordinateTransform
CoordinateTransform
to a location.public final void applyInPlace(double[] point)
CoordinateTransform
CoordinateTransform
to a location.public final double[] applyInverse(double[] point) throws NoninvertibleModelException
InverseCoordinateTransform
NoninvertibleModelException
public final void applyInverseInPlace(double[] point) throws NoninvertibleModelException
InverseCoordinateTransform
NoninvertibleModelException
public final RectlinearCamera clone()
clone
in class PanoramaCamera<RectlinearCamera>
public final void set(RectlinearCamera e)
set
in class PanoramaCamera<RectlinearCamera>
public final RectlinearCamera createInverse()
Copyright © 2015–2021 Fiji. All rights reserved.