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

ImageSegmentsToSurfaceCoordinates
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DStandard |
Finds the surface coordinates of image segments.
Applications: Transformation of results found on the image associated with the surface to the surface coordinates.
Syntax
C++
C#
void fil::ImageSegmentsToSurfaceCoordinates ( const ftl::Array<fil::Segment2D>& inImageSegments, const fil::SurfaceCoordinatesFormat& inSurfaceCoordinatesFormat, ftl::Array<fil::Segment2D>& outSurfaceSegments )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inImageSegments | const Array<Segment2D>& | ||
![]() |
inSurfaceCoordinatesFormat | const SurfaceCoordinatesFormat& | Offsets and scales on X and Y axes of the surface associated with the image objects were found on | |
![]() |
outSurfaceSegments | Array<Segment2D>& |