Uses of Class
com.luciad.panorama.transformation.TLcdPanoramicTransformationFactory.SphericalTransformationBuilder
-
Uses of TLcdPanoramicTransformationFactory.SphericalTransformationBuilder in com.luciad.panorama.transformation
Modifier and TypeMethodDescriptionTLcdPanoramicTransformationFactory.SphericalTransformationBuilder.aspectRatio
(double aAspectRatio) Set the aspect ratio width:height of the image.TLcdPanoramicTransformationFactory.SphericalTransformationBuilder.fov
(double aHorizontalFov, double aVerticalFov) Set the horizontal and vertical field of view values.TLcdPanoramicTransformationFactory.SphericalTransformationBuilder.fromImage
(int aImageWidth, int aImageHeight, double aPixelWidth, double aPixelHeight) Get the spherical camera parameters from image properties.TLcdPanoramicTransformationFactory.SphericalTransformationBuilder.horizontalFov
(double aHorizontalFov) Set the horizontal field of view value.TLcdPanoramicTransformationFactory.newSphericalTransformation()
Creates a builder for a spherical camera ("equirectangular") transformation.TLcdPanoramicTransformationFactory.SphericalTransformationBuilder.principalPoint
(double aPrincipalX, double aPrincipalY) Set the x and y coordinates of the image's principal point.TLcdPanoramicTransformationFactory.SphericalTransformationBuilder.rotation
(double[] aRotation) Set the 3 x 3 rotation matrix for the transformation.TLcdPanoramicTransformationFactory.SphericalTransformationBuilder.verticalFov
(double aVerticalFov) Set the vertical field of view value.