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

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


Detailed Description

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>

List of all members.

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

Member Function Documentation

Returns:
the mean on the distance between matched segments and the original.
Returns:
the standard deviation on the distance between matched segments and the original.
Returns:
the number of segments that were splited during redetection.
Returns:
the list of segment that were splitted
Returns:
the number of segment in the comparison image
Returns:
thth enumber of segment in the reference image.
Returns:
the list of segment that weren't matched
Returns:
the number of segment in comp for which no segment was found in ref.

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:35 for Jafar by doxygen 1.7.6.1
LAAS-CNRS