Back to Adaptive Vision Library website

You are here: Start » Function Reference » Shape Features » ShapeRectangularity

ShapeRectangularity


Header:AVL.h
Namespace:avl

Computes the area of a shape divided by the area of its bounding rectangle.

Syntax

C++
C#
 
void avl::ShapeRectangularity
(
	const avl::Path& inShape,
	float& outRectangularity
)

Parameters

Name Type Default Description
inShape const Path&
outRectangularity float&

Description

Note that if the input path is not a valid shape (i.e. it has at least one self-intersection), the computation may lead to results that are not intuitive.

Errors

List of possible exceptions:

Error type Description
DomainError Degenerate shape on input in ShapeRectangularity.
DomainError Open path on input in ShapeRectangularity.