The Harris Corner is defined as a local maximum of Det(A)-k*Trace^2(A) where
_ _
| (dI/dx)^2 (dI/dx)(dI/dy) |
| |
A = Sum(neighborhood)| |
|(dI/dx)(dI/dy) (dI/dx)^2 |
|_ _|
Note: There is a version in osl, but the plan is to build a suite of feature trackers and the gradient matrix is a fundamental concept across many tracking algorithms. Thus this Harris implementation is built on a more generally usable image processing base.
Modifications
J.L. MUndy December 28, 2004 - added iterface for vil images
Definition in file sdet_harris_detector.h.
#include <vil1/vil1_image.h>
#include <vil/vil_image_resource.h>
#include <vsol/vsol_point_2d_sptr.h>
#include <sdet/sdet_harris_detector_params.h>
Go to the source code of this file.
Classes | |
| class | sdet_harris_detector |
1.5.1