matchObjects             package:EBImage             R Documentation

_M_a_t_c_h_e_s _d_e_t_e_c_t_e_d _o_b_j_e_c_t_s _i_n _t_w_o _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:


         matchObjects(x, ref, ...)


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


     '_x' An object of 'Image-class' in the 'Grayscale' mode with
          integer-based object encoding, as returned by 'watershed'. 

     '_r_e_f' A reference grayscale image with integer-based object
          encoding to match objects to. 

     '...' Reserved for future use. 

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

     A list of integer vectors, one per 2D image, with indexes of
     objects in the reference image matching objects in the original
     image.

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

     Copyright (c) 2005-2006 Oleg Sklyar : osklyar@ebi.ac.uk

_R_e_f_e_r_e_n_c_e_s:

     _ImageMagick_: <URL: http://www.imagemagick.org>.

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

     ' Image-class, watershed, getObjects '

