National Institute of Advanced Industrial Science and Technology (AIST) This page is a page of the former research institute. We stopped updating on March 31.2001.
E-mail to webmaster (Japanese) E-mail to webmaster (English)
next up previous contents index
Next: Image File I/O Up: Image Processing Previous: Edge Finder

 

Tracking

"vision/correlation" defines functions to find correlation between window-image and tracking-image.

  tracking-window [class]

 :super B<>pixel-image

:slots x-pos y-pos x-vel y-vel

pattern-size window-size

x-win y-win window window-margin

update threshold half-pattern correlation

  :correlation [method]   :grab &optional (x x-pos) (y y-pos) (sampling 2) [method]   :window-rectangle val [method]   :rectangle val [method]   :move newpos &aux (newx (aref newpos 0)) (newy (aref newpos 1)) [method]   :track display-window &optional th [method]   :search display-window &optional th [method]   :track-and-search flag &optional th [method]   :pos [method]   :vel [method]   :insidep pos &aux (x (aref pos 0)) (y (aref pos 1)) [method]   :update &optional (flag :get) [method]   :prin1 strm &rest mesg [method]
  • prints this tracking-window object with its name and dimensions.
  :init x y size win-size [method]
  • creates tracking-window object and sets slots.


Hirofumi Nakagaki
Fri Mar 22 12:46:38 JST 1996