Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Classification » MakePathConditional
MakePathConditional
Computes path feature and checks whether its value is in range.
Syntax
C++
C#
void avl::MakePathConditional ( const avl::Path& inPath, avl::PathFeature::Type inFeature, atl::Optional<atl::real> inMinimum, atl::Optional<atl::real> inMaximum, atl::Conditional<avl::Path>& outConditionalPath )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
inFeature | PathFeature::Type | Path feature value to be computed | |
![]() |
inMinimum | Optional<real> | NIL | Lowest value of the range |
![]() |
inMaximum | Optional<real> | NIL | Highest value of the range |
![]() |
outConditionalPath | Conditional<Path>& | The path if the condition is met or nothing otherwise |


