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.
## S4 method for signature 'IndexedImage, IndexedImage': matchObjects(x, ref, ...)
x |
An object of IndexedImage . |
ref |
A reference image IndexedImage with
objects to matched to. |
... |
Reserved. |
If number of frames in x
and ref
is 1, then the result is an
integer
vector of matching indexes, similar to match
.
Otherwise, a list of such vectors, 1 per frame.
Oleg Sklyar, osklyar@ebi.ac.uk, 2007
IndexedImage, watershed, getFeatures