RatingData.hpp
Go to the documentation of this file.
1 
18 #pragma once
19 
20 #include "recognizer/VotedPose.hpp"
21 
22 namespace ISM {
26 struct RatingData
27 {
30 
32  { }
33 
34  RatingData(double ad, double sd):
35  angleDeviation(ad), backProjectionSquaredDistance(sd)
36  { }
37 };
38 typedef boost::shared_ptr<RatingData> RatingDataPtr;
39 }
RatingData(double ad, double sd)
Definition: RatingData.hpp:34
boost::shared_ptr< RatingData > RatingDataPtr
Definition: RatingData.hpp:38
double angleDeviation
Definition: RatingData.hpp:28
double backProjectionSquaredDistance
Definition: RatingData.hpp:29
this namespace contains all generally usable classes.


asr_lib_ism
Author(s): Hanselmann Fabian, Heller Florian, Heizmann Heinrich, Kübler Marcel, Mehlhaus Jonas, Meißner Pascal, Qattan Mohamad, Reckling Reno, Stroh Daniel
autogenerated on Wed Jan 8 2020 04:02:40