Back to Aurora Vision Library website

You are here: Start » Function Reference » Path » Path Spatial Transforms » PathProjectionProfile

PathProjectionProfile


Header: AVL.h
Namespace: avl
Module: FoundationPro

Computes the distance from the line to the path.

Syntax

C++
C#
 
void avl::PathProjectionProfile
(
	const avl::Path& inPath,
	const avl::Line2D& inLine,
	avl::Profile& outProjectionProfile,
	atl::Array<avl::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.