Back to Aurora Vision Library website

You are here: Start » Function Reference » Image » Image Drawing » DrawCoordinateSystem

DrawCoordinateSystem


Header: AVL.h
Namespace: avl
Module: FoundationLite

Draws a pair of arrows representing a coordinate system on an image.

Syntax

C++
C#
 
void avl::DrawCoordinateSystem
(
	avl::Image& ioImage,
	const avl::CoordinateSystem2D& inCoordinateSystem,
	atl::Optional<const avl::CoordinateSystem2D&> inCoordinateSystemAlignment,
	const avl::Pixel& inColor,
	const avl::DrawingStyle& inDrawingStyle,
	const float inArrowSize,
	const float inPixelScale
)

Parameters

Name Type Range Default Description
Input will be modified ioImage Image&
Input value inCoordinateSystem const CoordinateSystem2D&
Input value inCoordinateSystemAlignment Optional<const CoordinateSystem2D&> NIL
Input value inColor const Pixel&
Input value inDrawingStyle const DrawingStyle&
Input value inArrowSize const float 0.0 - 5.0f
Input value inPixelScale const float 0.0 - 20.0f How many pixels long will be axis of a coordinate system with unit scale