Classes
contrib/brl/bseg/strk/strk_tracker.h File Reference

a processor for tracking a face_2d based on intensity matching More...

#include <vcl_vector.h>
#include <vil1/vil1_image.h>
#include <vil1/vil1_memory_image_of.h>
#include <vtol/vtol_face_2d_sptr.h>
#include <vtol/vtol_intensity_face_sptr.h>
#include <strk/strk_tracker_params.h>

Go to the source code of this file.

Classes

struct  strk_correlated_face
 A container to support sorting of samples. More...
class  strk_tracker

Detailed Description

a processor for tracking a face_2d based on intensity matching

The tracker operates by randomly generating a set of hypotheses in the vicinity of the previous best n matches. These new hypotheses are tested, (for now by normalized cross-correlation) and ranked to select the best matches for the next iteration. The current algorithm only adjusts the translation each tracked face.

Author:
J.L. Mundy - August 20, 2003
    Modifications
     <none>
   

Definition in file strk_tracker.h.