Measure the overlapping area between two sets of regions of interest (ROI). Compares pairs of ROIs and returns the overlap and non-overlap areas.
First set of ROIs to compare. Region A and Region B should have the same number of ROIs, which will be compared as ordered pairs.
Type: ROI Set File (imagej.data.overlay.AbstractOverlay[]
)
Second set of ROIs to compare. Region A and Region B should have the same number of ROIs, which will be compared as ordered pairs.
Type: ROI Set File (imagej.data.overlay.AbstractOverlay[]
)
For each ROI pair, returns the number of pixels contained within the union of ROI A and ROI B.
Type: Numeric (double
)
For each ROI pair, returns the number of pixels contained within ROI A and outside of ROI B.
Type: Numeric (double
)
For each ROI pair, returns the number of pixels contained within ROI B and outside of ROI A.
Type: Numeric (double
)