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
Input value
inPath const Path& Input path
Input value
inLine const Line2D& Input line to project to
Output value
outProjectionProfile Profile& Output path projection
Diagnostic input
diagProjectionSegments Array<Segment2D>& Segments corresponding to every profile value

Hardware Acceleration

This operation supports automatic parallelization for multicore and multiprocessor systems.