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

ImageVectorToSurfaceCoordinates
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Finds the surface coordinates of image vector.
Applications: Transformation of results found on the image associated with the surface to the surface coordinates.
Syntax
C++
C#
void fil::ImageVectorToSurfaceCoordinates ( const fil::Vector2D& inImageVector, const fil::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat, fil::Vector2D& outSurfaceVector, ftl::Optional<fil::Vector3D&> outSurfaceVector3D = ftl::NIL )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inImageVector | const Vector2D& | ||
![]() |
inSurfaceCoordinatesFormat | const SurfaceCoordinatesFormat& | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outSurfaceVector | Vector2D& | ||
![]() |
outSurfaceVector3D | Optional<Vector3D&> | NIL |
Optional Outputs
The computation of following outputs can be switched off by passing value ftl::NIL
to these parameters: outSurfaceVector3D.
Read more about Optional Outputs.