Classes
contrib/oxl/osl/osl_harris.h File Reference

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...

Detailed Description

The Harris corner detector.

Parameters :
  • corner_count_max - maximum no of corners required.
  • gauss_sigma - sigma for the Gaussian smoothing.
  • relative minimum - a guidance term: first attempt will be to collect all corners whose corner strength is greater than (max strength * relative minimum).
  • scale factor - the 'k' from the Harris auto-correlation expression.
Author:
Paul Beardsley, Robotics Research Group, Oxford University
Date:
16 October 1995
    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.