matchObjects {EBImage} | R Documentation |
For objects detected in one image, this function finds indexes of matching obnects in the other (i.e. indexes of objects at the locations of the centres of objects in the original image.
matchObjects(x, ref, ...)
x
Image-class
in the
Grayscale
mode with integer-based object encoding, as
returned by watershed
. ref
...
A list of integer vectors, one per 2D image, with indexes of objects in the reference image matching objects in the original image.
Copyright (c) 2005-2006 Oleg Sklyar : osklyar@ebi.ac.uk
ImageMagick: http://www.imagemagick.org.
Image-class, watershed, getObjects