Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Member Functions | Private Attributes | Friends
jafar::fdetect_v2::HarrisDescriptor Class Reference

This class implements a descriptor using the cornerness of Harris for weak comparison, and a zncc score for strong comparison. More...


Detailed Description

This class implements a descriptor using the cornerness of Harris for weak comparison, and a zncc score for strong comparison.

Definition at line 86 of file HarrisDescriptor.hpp.

#include <HarrisDescriptor.hpp>

Inheritance diagram for jafar::fdetect_v2::HarrisDescriptor:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 HarrisDescriptor (double high, double low, double u, double v, jafar::image::Image const &image, int halfwinsize=4)
double weakComparison (const jafar::fdetect_v2::HarrisDescriptor &) const
double strongComparison (const jafar::fdetect_v2::HarrisDescriptor &d, double angle) const
double high () const
double low () const
double gPixel () const
void setGPixel (double v)
double gGradx () const
void setGGradx (double v)
double gGrady () const
void setGGrady (double v)
double mean () const
double sigma () const
jafar::image::Image image () const
int halfWindowSize () const
void setHalfWindowSize (int halfwinsize)
virtual Type type ()

Private Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned int version)

Private Attributes

double m_high
double m_low
double m_gPixel
double m_gGradx
double m_gGrady
double m_u
double m_v
jafar::image::Image const & m_image
jafar::image::Image subpositionnedimg
int m_halfwinsize
int m_zncc_count
double m_mean
double m_sigma

Friends

class boost::serialization::access
 !! nizar 20100912 : serialization stuff

Member Function Documentation

Returns:
the horizontal gradient

Definition at line 104 of file HarrisDescriptor.hpp.

Returns:
the vertical gradient

Definition at line 107 of file HarrisDescriptor.hpp.

Returns:
the intensity

Definition at line 101 of file HarrisDescriptor.hpp.

Returns:
half window size

Definition at line 115 of file HarrisDescriptor.hpp.

double jafar::fdetect_v2::HarrisDescriptor::high ( ) const [inline]
Returns:
the high cornerness (lambda1)

Definition at line 97 of file HarrisDescriptor.hpp.

Returns:
the image

Definition at line 113 of file HarrisDescriptor.hpp.

double jafar::fdetect_v2::HarrisDescriptor::low ( ) const [inline]
Returns:
the low cornerness (lambda2)

Definition at line 99 of file HarrisDescriptor.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:36 for Jafar by doxygen 1.7.6.1
LAAS-CNRS