Back to Aurora Vision Library Lite website

You are here: Start » Image » Image Relations » TestPointInImage

TestPointInImage


Header: AVL.h
Namespace: avl

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
Input value inImage const Image& Input image
Input value inPoint const Point2D&
Output value outIsContained bool&