matchObjects             package:EBImage             R Documentation

_M_a_t_c_h_i_n_g _o_b_j_e_c_t_s _i_n _t_w_o _i_n_d_e_x_e_d _i_m_a_g_e_s

_D_e_s_c_r_i_p_t_i_o_n:

     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.

_U_s_a_g_e:

       ## S4 method for signature 'IndexedImage, IndexedImage':
       matchObjects(x, ref, ...)

_A_r_g_u_m_e_n_t_s:

       x: An object of 'IndexedImage'. 

     ref: A reference image 'IndexedImage' with  objects to matched to. 

     ...: Reserved. 

_V_a_l_u_e:

     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.

_A_u_t_h_o_r(_s):

     Oleg Sklyar, osklyar@ebi.ac.uk, 2007

_S_e_e _A_l_s_o:

     ' IndexedImage, watershed, getFeatures '

