Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Spatial Transforms » CropPath

CropPath
Creates a path contained in a box from another path.
Header: | AVL.h |
---|
Syntax
C++
C#
void avl::CropPath ( const avl::Path& inPath, const avl::Box& inBox, avl::Path& outPath )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
inBox | const Box& | ||
![]() |
outPath | Path& | Output path |
Examples
![]() |
![]() |
CropPath performed on the sample box and path.