Description
Ratio of area of region to total area of image or AOI.
-
Property type
-
A McMeasure object.
-
Syntax
-
object.mRgnPerArea
The mRgnPerArea Property syntax has these parts: |
| object | An expression evaluating to an object of type McRegions. | Remarks
Region areas are taken from mRgnArea rather than mRgnPolygonalArea. Thus, this is a pixel-based measurement. So for regions created by the McThreshold.Execute method or McFeatures.SetFromMask method, holes in the blob are significant.
|