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


