Back to Adaptive 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
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