You are here: Start » FIL.NET » FIL.RemapImage
Applies a precomputed image transform, defined by a spatial map object.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RemapImage ( FilNet.Image inImage, FilNet.SpatialMap inSpatialMap, FilNet.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inSpatialMap | FilNet.SpatialMap | Definition of the transformation. | ||
![]() | outImage | FilNet.Image | Output image. |
Description
The operation applies an arbitrary spatial transformation to an image using a SpatialMap object. The input image has to be compatible with the given map. You can check if a map is compatible with an image using TestSpatialMapApplicability.
Remarks
Read more about how to handle images from camera in CameraCalibration article.
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Incorrect SpatialMap on input in RemapImage. |