#include <APORater.hpp>

Public Member Functions | |
| APORater (double bin_size, double maxAngleDeviation) | |
| virtual void | printRatingAtBackProjectionLevel (VotedPosePtr &votedPose, PosePtr &refPose, RatingDataPtr data) |
| virtual double | rateAtBackProjectionLevel (VotedPosePtr &votedPose, RatingDataPtr data) |
Public Member Functions inherited from ISM::BaseRater | |
| BaseRater (double bin_size, double maxAngleDeviation) | |
| bool | isVoteSupportingReference (VotedPosePtr &votedPose, PosePtr &refPose, RatingDataPtr data) |
Private Attributes | |
| double | squaredSigma |
Additional Inherited Members | |
Protected Attributes inherited from ISM::BaseRater | |
| const double | maxAngleDeviation |
| const double | maxSquaredDistance |
| PointPtr | projectedPoint |
| PosePtr | projectedPose |
APORater class. The APORater consider appearance, position and orientation for the rating.
Definition at line 26 of file APORater.hpp.
|
inline |
Definition at line 30 of file APORater.hpp.
|
inlinevirtual |
Implements ISM::BaseRater.
Definition at line 67 of file APORater.hpp.
|
inlinevirtual |
Implements ISM::BaseRater.
Definition at line 40 of file APORater.hpp.
|
private |
Definition at line 116 of file APORater.hpp.