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

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