Back to Adaptive Vision Library Lite website

You are here: Start » Image » Image Drawing » DrawBox

DrawBox


Header: AVL.h
Namespace: avl

Draws a box on an image.

Syntax

void avl::DrawBox
(
	avl::Image& ioImage,
	const avl::Box& inBox,
	const avl::Pixel& inColor,
	const float inOpacity
)

Parameters

Name Type Range Default Description
ioImage Image&
inBox const Box&
inColor const Pixel&
inOpacity const float 0.0 - 1.0