Back to Adaptive Vision Library website

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

RegionPointRunLengths


Header:AVL.h
Namespace:avl

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
inRegion const Region& Input region
outPointRunLengths Arrayint >&