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 | |
|---|---|---|---|---|
![]() |
inRegion | const Region& | Input region | |
![]() |
inOrientation | const float | .0f | |
![]() |
inDirection | const ProjectionDirection::Type | Horizontal | |
![]() |
outSkewness | float& |


