Jafar
|
This class should be used to compute repeatibility of segments detection on a "still" image (aka image taken with a camera that doesn't move, or an image which have been filtered). More...
This class should be used to compute repeatibility of segments detection on a "still" image (aka image taken with a camera that doesn't move, or an image which have been filtered).
Definition at line 18 of file StatisticalComparison.hpp.
#include <StatisticalComparison.hpp>
Public Member Functions | |
StatisticalComparison (const std::vector< jafar::geom::Segment2D > &ref, const std::vector< jafar::geom::Segment2D > &comp) | |
double | repetability () const |
int | unmatched () const |
int | splited () const |
double | distanceMean () const |
double | distanceStdDev () const |
std::vector < jafar::geom::Segment2D > | umatchedSegments () const |
std::vector < jafar::geom::Segment2D > | splitedSegments () const |
int | totalRefSegments () const |
int | totalCompSegments () const |
Private Attributes | |
int | m_totalRefSegments |
int | m_totalCompSegments |
int | m_repeatedSegmentsCount |
std::vector< double > | m_distances |
std::vector < jafar::geom::Segment2D > | m_unmachted |
std::vector < jafar::geom::Segment2D > | m_splited |
double jafar::dseg::StatisticalComparison::distanceMean | ( | ) | const |
double jafar::dseg::StatisticalComparison::distanceStdDev | ( | ) | const |
int jafar::dseg::StatisticalComparison::splited | ( | ) | const |
std::vector< jafar::geom::Segment2D > jafar::dseg::StatisticalComparison::splitedSegments | ( | ) | const |
int jafar::dseg::StatisticalComparison::totalCompSegments | ( | ) | const |
int jafar::dseg::StatisticalComparison::totalRefSegments | ( | ) | const |
std::vector< jafar::geom::Segment2D > jafar::dseg::StatisticalComparison::umatchedSegments | ( | ) | const |
int jafar::dseg::StatisticalComparison::unmatched | ( | ) | const |
Generated on Wed Oct 15 2014 00:37:35 for Jafar by doxygen 1.7.6.1 |