Regions.jl

Regions.jl defines a set of types and functions that model a discrete 2-dimensional region concept.
Author schrpe
Popularity
0 Stars
Updated Last
3 Years Ago
Started In
September 2020

Regions

Dev Code Style: Blue

Regions.jl defines a set of types and functions that model a discrete 2-dimensional region concept.

Regions can be used for various purposes in machine vision and image processing. Since they provide an efficient run-length encoding of binary images, they avoid the need to touch every pixel when doing binary morphology and thus enable substantial speedup of such operations. Regions are also the basis for binary blob analysis, where the calculation of shape-based features is substantially accelerated because of the run-length encoding. Finally, regions can be used as the domain of image processing functions.

Examples of regions

Examples of regions: two simple regions, a region with a hole and a region consisting of two parts.

Used By Packages

No packages found.