Back to FabImage Library website
You are here: Start » Function Reference » Path » Path Spatial Transforms » PathProjectionProfile
PathProjectionProfile
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationPro |
Computes the distance from the line to the path.
Syntax
C++
C#
void fil::PathProjectionProfile ( const fil::Path& inPath, const fil::Line2D& inLine, fil::Profile& outProjectionProfile, ftl::Array<fil::Segment2D>& diagProjectionSegments )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
inLine | const Line2D& | Input line to project to | |
![]() |
outProjectionProfile | Profile& | Output path projection | |
![]() |
diagProjectionSegments | Array<Segment2D>& | Segments corresponding to every profile value |
Hardware Acceleration
This operation supports automatic parallelization for multicore and multiprocessor systems.