public class IntrinsicVolumesAnalyzer2D.Result extends Object
| Modifier and Type | Field and Description | 
|---|---|
double | 
area
the area of the region. 
 | 
double | 
eulerNumber
the Euler Number of the region. 
 | 
double | 
perimeter
the perimeter of the region. 
 | 
| Constructor and Description | 
|---|
Result()
Default empty constructor. 
 | 
Result(double area,
      double perim,
      double euler)
Creates a new data class for storing intrinsic volume measurements. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
double | 
circularity()
Computes the circularity value associated with this result. 
 | 
public double area
public double perimeter
public double eulerNumber
public Result()
public Result(double area,
              double perim,
              double euler)
area - the area of the region.perim - the perimeter of the regioneuler - the Euler number of the regionCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.