You are here: Start » Function Reference » Image » Image Spatial Transforms Maps
Image Spatial Transforms Maps
Icon | Name | Description / Applications | Modules | |
---|---|---|---|---|
AccessSpatialMap | AccessSpatialMap | Returns individual fields of a spatial map. |
Calibration | |
AddSpatialMaps | AddSpatialMaps | Combines two spatial maps. Makes it possible to use single RemapImage filter even if there are two or more image remapping operations (e.g. lens distortion + perspective distortion). |
Calibration | |
CombineSpatialMaps | CombineSpatialMaps | Combines two spatial maps. Makes it possible to use single RemapImage filter even if there are two or more image remapping operations (e.g. lens distortion + perspective distortion). |
Calibration | |
ConvertMatrixMapsToSpatialMap | ConvertMatrixMapsToSpatialMap | Joins two matrices of coordinates to produce a SpatialMap for use in RemapImage. |
Calibration | |
ConvertSpatialMap | Converts a spatial map to a different format. |
Calibration | ||
ConvertSpatialMap_ToNearest | ConvertSpatialMap_ToNearest | Converts any spatial map to NearestNeighbour interpolation. Reducing quality for the purpose of speed. |
Calibration | |
ConvertSpatialMapToMatrixMaps | ConvertSpatialMapToMatrixMaps | Splits a spatial map into two matrices of source coordinates. |
Calibration | |
CreateCylinderMap | CreateCylinderMap | Creates a spatial map for transformations from a cylinder surface to a flat rectangle. Inspection of the surface of bottles and other cylindrical objects. The result is used by RemapImage. |
Calibration | |
CreateImageInversePolarTransformMap | CreateImageInversePolarTransformMap | Creates a spatial map representing an image inverse polar transform. Data preprocessing for fast inverse polar transform. The result is used by RemapImage. |
Calibration | |
CreateImagePolarTransformMap | CreateImagePolarTransformMap | Creates a spatial map representing an image polar transform. Data preprocessing for fast image polar transform. The result is used by RemapImage. |
Calibration | |
CreateImageResizeMap | CreateImageResizeMap | Creates a spatial map representing an image resizing. Data preprocessing for fast image resize between two constant sizes. The result is used by RemapImage. |
Calibration | |
CreateImageRotationMap | CreateImageRotationMap | Creates a spatial map representing an image rotation. Preprocessing data for fast image rotation by a constant angle. The result is used by RemapImage. |
Calibration | |
CreateMatrixTransformMap | CreateMatrixTransformMap | Creates a spatial map which performs transform defined as a 3x3 homography matrix. |
Calibration | |
CreatePerspectiveMap_Path | CreatePerspectiveMap_Path | Creates a perspective transform map from planes defined by paths. Data preprocessing for fast perspective correction. The result is used by RemapImage. |
Calibration | |
CreatePerspectiveMap_Points | CreatePerspectiveMap_Points | Creates a perspective transform map from four points denoting a rectangle in the world coordinates. Data preprocessing for fast perspective correction. The result is used by RemapImage. |
Calibration | |
CreatePincushionMap | CreatePincushionMap | Creates a spatial map for removing/adding pincushion distortion, using divisional lens distortion model. The easiest way to remove typical lens distortion. Use together with RemapImage. |
Calibration | |
CreateSphereMap | CreateSphereMap | Creates a spatial map for transformations from a sphere surface to a flat rectangle. Inspection of the surface of balls and other spherical objects. The result is used by RemapImage. |
Calibration | |
CropSpatialMap | Crops a spatial map to the specified input and output boxes. |
Calibration | ||
LoadSpatialMap | LoadSpatialMap | Deserializes a SpatialMap object from a FIDATA file. |
Calibration | |
RemapImage | RemapImage | Applies a precomputed image transform, defined by a spatial map object. Fast (precomputed) image transformations, especially for view undistortion or object geometry correction (e.g. pos recognition of labels on cylindrical bottles). |
Calibration | |
SaveSpatialMap | SaveSpatialMap | Serializes a SpatialMap object to an FIDATA file. |
Calibration | |
TestSpatialMapApplicability | TestSpatialMapApplicability | Checks if a spatial map may be applied to transform the given image. |
Calibration | |
UnmapPoint | Computes locations of image point on the source image from image point location on remapped image. |
Calibration |