Back to FabImage Library website
You are here: Start » Function Reference » Conversions » SparseImageToRegion
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Converts a sparse region to a region.
Syntax
C++
C#
void fil::SparseImageToRegion ( const fil::SparseImage& inSparseImage, fil::Region& outRegion )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSparseImage | const SparseImage& | ||
![]() |
outRegion | Region& | Output region |