You are here: Start » AVL.NET » Invoke.RemapImage
Applies a precomputed image transform, defined by a spatial map object.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RemapImage ( Avl.Image inImage, Avl.SpatialMap inSpatialMap, Optional<Avl.Region> inMapRoi, Avl.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inSpatialMap | Avl.SpatialMap | Definition of the transformation. | ||
![]() | inMapRoi | Atl.Optional<Avl.Region> | Defines which elements of the spatial map are valid. Default value: atl::NIL. | ||
![]() | outImage | Avl.Image | Output image. |