The Harris corner detector. More...
#include <vcl_iosfwd.h>
#include <vcl_vector.h>
#include <vcl_utility.h>
#include <vxl_config.h>
#include <vil1/vil1_memory_image_of.h>
#include <osl/osl_harris_params.h>
#include <osl/osl_roi_window.h>
Go to the source code of this file.
Classes | |
class | osl_harris |
An osl_harris object stores the internal buffers used by the Harris corner detector. More... |
The Harris corner detector.
Modifications: First version generated from C code with minimal modification for C++/TargetJr data structures. P.Vanroose Mar97 corrected memory management (point_list_ & *free_*()) P.Vanroose Aug97 point_list_ now safer (added AddPoint(); SetPointList() out of use now) J.Mundy Jan98 slight modified the interface to correspond to new style using parameter blocks and image dispatch
Definition in file osl_harris.h.