Back to Aurora Vision Library website

You are here: Start » Function Reference » Region » Region Features » RegionSkewness

RegionSkewness


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Directional standard deviation of the distance of the region's points to the center.

Syntax

C++
C#
 
void avl::RegionSkewness
(
	const avl::Region& inRegion,
	const float inOrientation,
	const avl::ProjectionDirection::Type inDirection,
	float& outSkewness
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Input value inOrientation const float .0f
Input value inDirection const ProjectionDirection::Type Horizontal
Output value outSkewness float&