Back to Aurora Vision Library website

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

RegionPointRunLengths


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Returns the lengths of horizontal sequences of locations that constitute the input region.

Syntax

C++
C#
 
void avl::RegionPointRunLengths
(
	const avl::Region& inRegion,
	atl::Array< int >& outPointRunLengths
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outPointRunLengths Arrayint >&