Name

kOfxImageEffectPropRegionOfInterest — The value of a region of interest.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropRegionOfInterest "OfxImageEffectPropRegionOfInterest"

Type

kOfxImageEffectPropRegionOfInterest is of type double, and has 4 dimensions.

Property Set

This is a property that belongs to the a read only in argument property to the kOfxImageEffectActionGetRegionsOfInterest action.

Description

The value of a region of interest.

A host passes this value into the region of interest action to specify the region it is interested in rendering.

The order of the values is x1, y1, x2, y2.

This will be in CanonicalCoordinates.