Back to Aurora Vision Library Lite website

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

TestLocationInImage


Header: AVL.h
Namespace: avl

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