Uses of Class
com.luciad.panorama.transformation.TLcdPanoramicTransformationFactory.PerspectiveTransformationBuilder
Packages that use TLcdPanoramicTransformationFactory.PerspectiveTransformationBuilder
-
Uses of TLcdPanoramicTransformationFactory.PerspectiveTransformationBuilder in com.luciad.panorama.transformation
Methods in com.luciad.panorama.transformation that return TLcdPanoramicTransformationFactory.PerspectiveTransformationBuilderModifier and TypeMethodDescriptionTLcdPanoramicTransformationFactory.PerspectiveTransformationBuilder.aspectRatio(double aAspectRatio) Set the aspect ratio width:height of the image.TLcdPanoramicTransformationFactory.PerspectiveTransformationBuilder.fov(double aHorizontalFov, double aVerticalFov) Set the horizontal and vertical field of view values.TLcdPanoramicTransformationFactory.PerspectiveTransformationBuilder.fromImage(double aFocalLength, int aImageWidth, int aImageHeight, double aPixelWidth, double aPixelHeight) Get the perspective camera parameters from image properties.TLcdPanoramicTransformationFactory.PerspectiveTransformationBuilder.horizontalFov(double aHorizontalFov) Set the horizontal field of view value.TLcdPanoramicTransformationFactory.newPerspectiveTransformation()Creates a builder for a perspective camera ("pinhole camera") transformation.TLcdPanoramicTransformationFactory.PerspectiveTransformationBuilder.principalPoint(double aX, double aY) Set the 2D image coordinates of the principal point.TLcdPanoramicTransformationFactory.PerspectiveTransformationBuilder.rotation(double[] aRotation) Set the 3 x 3 rotation matrix for the transformation.TLcdPanoramicTransformationFactory.PerspectiveTransformationBuilder.verticalFov(double aVerticalFov) Set the vertical field of view value.