Back to Adaptive Vision Studio website

You are here: Start » Filter Reference » Region Basics » RegionToLocations

RegionToLocations


Converts a region to an array of its pixels locations.

Name Type Description
inRegion Region Input region
outLocations LocationArray

Description

The operation forms an array of pixel locations equivalent to the given region. Note that the resulting array may occupy much more space than the region because it stores each pixels separately, as opposed to the run-length encoding used in regions.

Complexity Level

This filter is available on Advanced Complexity Level.

See Also