Jafar
|
This class implements a descriptor using the cornerness of Harris for weak comparison, and a zncc score for strong comparison. More...
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>
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 |
double jafar::fdetect_v2::HarrisDescriptor::gGradx | ( | ) | const [inline] |
Definition at line 104 of file HarrisDescriptor.hpp.
double jafar::fdetect_v2::HarrisDescriptor::gGrady | ( | ) | const [inline] |
Definition at line 107 of file HarrisDescriptor.hpp.
double jafar::fdetect_v2::HarrisDescriptor::gPixel | ( | ) | const [inline] |
Definition at line 101 of file HarrisDescriptor.hpp.
int jafar::fdetect_v2::HarrisDescriptor::halfWindowSize | ( | ) | const [inline] |
Definition at line 115 of file HarrisDescriptor.hpp.
double jafar::fdetect_v2::HarrisDescriptor::high | ( | ) | const [inline] |
Definition at line 97 of file HarrisDescriptor.hpp.
jafar::image::Image jafar::fdetect_v2::HarrisDescriptor::image | ( | ) | const [inline] |
Definition at line 113 of file HarrisDescriptor.hpp.
double jafar::fdetect_v2::HarrisDescriptor::low | ( | ) | const [inline] |
Definition at line 99 of file HarrisDescriptor.hpp.
Generated on Wed Oct 15 2014 00:37:36 for Jafar by doxygen 1.7.6.1 |