Back to Adaptive Vision Library Lite website

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

TestImageEqualTo


Header: AVL.h
Namespace: avl

Tests whether two images equal.

Syntax

void avl::TestImageEqualTo
(
	const avl::Image& inImage,
	const avl::Image& inReferenceImage,
	bool& outIsEqual
)

Parameters

Name Type Default Description
inImage const Image& Input image
inReferenceImage const Image&
outIsEqual bool&