Back to FabImage Library website
You are here: Start » Function Reference » Surface » Surface Basics » AlignRegionToSurfaceCoordinatesFormat

AlignRegionToSurfaceCoordinatesFormat
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Returns region covering the same area for the surface with another coordinates format.
Applications: Transformation of regions defined on the image associated with the surface to image associated with another surface.
Syntax
C++
C#
void fil::AlignRegionToSurfaceCoordinatesFormat ( const fil::Region& inRegion, const fil::SurfaceCoordinatesFormat& inInputSurfaceCoordinatesFormat, const fil::SurfaceCoordinatesFormat& inOutputSurfaceCoordinatesFormat, ftl::Optional<int> inFrameWidth, ftl::Optional<int> inFrameHeight, fil::Region& outAlignedRegion )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
inInputSurfaceCoordinatesFormat | const SurfaceCoordinatesFormat& | Offsets and scales on X and Y axes of the surface associated with the image the input region were defined on | |
![]() |
inOutputSurfaceCoordinatesFormat | const SurfaceCoordinatesFormat& | Offsets and scales on X and Y axes of the surface associated with the image the output region is defined on | |
![]() |
inFrameWidth | Optional<int> | NIL | Output region's frame width |
![]() |
inFrameHeight | Optional<int> | NIL | Output region's frame height |
![]() |
outAlignedRegion | Region& |