Package com.luciad.panorama.transformation
package com.luciad.panorama.transformation
This package contains transformations that can be used for
ILcdPanoramicImages.
The most common transformations can be created using the builders in TLcdPanoramicTransformationFactory:
- builder for perspective images ("pinhole images"),
- builder for spherical images
If needed (e.g. when dealing with source images from fisheye lenses with specific mapping functions), a specific transformation class can be implemented. Such an implementation must follow the rules that are explained in the TLcdPanoramicTransformationFactory class javadoc.
- Since:
- 2020.1
- See Also:
-
ClassesClassDescriptionThis class provides builders for creating specific
ILcdModelModelTransformations
to be used inILcdPanoramicImages
.Builder for aILcdModelModelTransformations
that transform 3D reference CS points to 2D image CS points for perspective camera images ("pinhole images").Builder for aILcdModelModelTransformations
that transform 3D reference CS points to 2D image CS points for spherical camera images ("equirectangular images").