Public Member Functions | Private Attributes
sdet_harris_point Struct Reference

A container to support sorting of corners. More...

List of all members.

Public Member Functions

 sdet_harris_point ()
void set_point (vsol_point_2d_sptr const &p)
void set_strength (const float s)
vsol_point_2d_sptr point ()
double strength ()

Private Attributes

float strength_
vsol_point_2d_sptr p_

Detailed Description

A container to support sorting of corners.

Will result in descending order according to strength

Definition at line 16 of file sdet_harris_detector.cxx.


Constructor & Destructor Documentation

sdet_harris_point::sdet_harris_point ( ) [inline]

Definition at line 18 of file sdet_harris_detector.cxx.


Member Function Documentation

vsol_point_2d_sptr sdet_harris_point::point ( ) [inline]

Definition at line 22 of file sdet_harris_detector.cxx.

void sdet_harris_point::set_point ( vsol_point_2d_sptr const &  p) [inline]

Definition at line 20 of file sdet_harris_detector.cxx.

void sdet_harris_point::set_strength ( const float  s) [inline]

Definition at line 21 of file sdet_harris_detector.cxx.

double sdet_harris_point::strength ( ) [inline]

Definition at line 23 of file sdet_harris_detector.cxx.


Member Data Documentation

Definition at line 27 of file sdet_harris_detector.cxx.

Definition at line 26 of file sdet_harris_detector.cxx.


The documentation for this struct was generated from the following file: