| Modifier and Type | Field and Description | 
|---|---|
double | 
area
The area of the region in the original image. 
 | 
double | 
convexArea
The area of the convex hull of the region. 
 | 
double | 
convexity
The convexity of the region, computed as the ratio of area over
 convex area. 
 | 
| Constructor and Description | 
|---|
Result(double area,
      double convexArea)
Creates a new result for storing convexity, based on the area and the
 convex area measures for the region. 
 | 
Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.