Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 2D Spatial Transforms » CropPathArray

CropPathArray


Header:AVL.h
Namespace:avl

Creates an array of paths contained in a box from another array of paths.

Syntax

C++
C#
 
void avl::CropPathArray
(
	const atl::Array<avl::Path>& inPaths,
	const avl::Box& inBox,
	avl::CropPathMethod::Type inCropPathMethod,
	atl::Array<avl::Path>& outPaths
)

Parameters

Name Type Default Description
inPaths const Array<Path>&
inBox const Box&
inCropPathMethod CropPathMethod::Type PointToPoint
outPaths Array<Path>&