Count the number of intersections between region of interest (ROI) borders and a binary mask.
Set of line, polyline, or polygon ROIs. Other ROIs are not supported.
Type: ROI Set (file) (ij.gui.Roi[]
)
Binary mask image.
Type: Image File (ij.ImagePlus
)
If true
, treat the image as an inverted mask.
Type: Logical (Boolean
)
If true
, dilate the mask image. Recommended for thin elements.
Type: Logical (Boolean
)
One result row is produced for each ROI.
Number of intersections between the ROI border and the binary
mask. An intersection is defined as the ROI border crossing
from image value 0
to 1
, then back to 0
.
Type: Numeric (double
)
Length of the entire ROI border, in pixels.
Type: Numeric (double
)
Length of the ROI border, trimmed to the outermost mask intersections, in pixels.
Type: Numeric (double
)