Home > hit > hit_check_inliers.m

hit_check_inliers

PURPOSE ^

HIT_CHECK_INLIERS Remove modes, if necessary, from a list of inliers

SYNOPSIS ^

function [inliers_new,s_new]=hit_check_inliers(inliers,s,ndim)

DESCRIPTION ^

HIT_CHECK_INLIERS Remove modes, if necessary, from a list of inliers

 -------------------------------------------------------------------------
 DESCRIPTION
 -------------------------------------------------------------------------

 [inliers_new,s_new]=hit_check_inliers(inliers,s,ndim)
 
 -------------------------------------------------------------------------
 INPUT
 -------------------------------------------------------------------------
 inliers: structure containing information on the inliers

   inliers.pos(j): index of the j-th inlier in Xid and yid
    (i.e.Xid(inliers.pos(j),:) and yid(inliers.pos(j)) are the j-th
    inliers).
   inliers.class(j): classification of the j-th inlier.

 s: maximal number of modes the inliers are attributed to.

 ndim: dimension of each inlier.

 -------------------------------------------------------------------------
 OUTPUT                                                                                                   
 -------------------------------------------------------------------------
 inliers_new: structure containing information on the inliers. It has the same
 fields of inliers.

 s_new: updated number of modes.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 01-Dec-2005 10:54:38 by m2html © 2003