Back to Adaptive Vision Library Lite website
You are here: Start » Image Relations » TestLocationInImage
TestLocationInImage
Tests whether a location is contained in the dimensions of an image.
Syntax
void avl::TestLocationInImage ( const avl::Image& inImage, const avl::Location& inLocation, bool& outIsContained )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inImage | const Image& | Input image | |
![]() |
inLocation | const Location& | ||
![]() |
outIsContained | bool& |


