Back to FabImage Library website

You are here: Start » Function Reference » Region Basics » RegionOfInterestToRegion

RegionOfInterestToRegion


Header:FIL.h
Namespace:fil

Converts a region of interest to a region with automatically computed frame.

Syntax

C++
C#
 
void fil::RegionOfInterestToRegion
(
	const fil::RegionOfInterest& inRegionOfInterest,
	fil::Region& outRegion
)

Parameters

Name Type Default Description
inRegionOfInterest const RegionOfInterest&
outRegion Region& Output region

Errors

List of possible exceptions:

Error type Description
DomainError Invalid RegionOfInterest in RegionOfInterestToRegion.