Back to FabImage Library website

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

PathToRegionOfInterest


Header:FIL.h
Namespace:fil

Converts a closed path to region of interest.

Syntax

C++
C#
 
void fil::PathToRegionOfInterest
(
	const fil::Path& inPath,
	fil::RegionOfInterest& outRegionOfInterest
)

Parameters

Name Type Default Description
inPath const Path& Input path
outRegionOfInterest RegionOfInterest&