adding more nodes
This commit is contained in:
@@ -25,7 +25,6 @@ class GrainAnalysis:
|
||||
DESCRIPTION = (
|
||||
"Label connected grain regions in a binary mask and compute per-grain "
|
||||
"statistics: area, equivalent diameter, mean/max height, bounding box. "
|
||||
"Equivalent to Gwyddion's grain statistics tools."
|
||||
)
|
||||
|
||||
def process(self, field: DataField, mask: np.ndarray, min_size: int) -> tuple:
|
||||
|
||||
Reference in New Issue
Block a user