, including all inherited members.
| checkSIFTaffine(const float maxrot=10.0F, const float maxscale=30.0F, const float maxshear=10.0F) | VisualObjectMatch | |
| getAffineAvgDist() | VisualObjectMatch | |
| getFusedImage(const float mix=0.5F) | VisualObjectMatch | |
| getKeypointAvgDist() | VisualObjectMatch | |
| getKeypointMatch(const uint index) const | VisualObjectMatch | [inline] |
| getKeypointMatches() const | VisualObjectMatch | [inline] |
| getMatchImage(const float scale=1.0F) const | VisualObjectMatch | |
| getMatchImage(Dims frameSize, Point2D< int > refOffset, Point2D< int > testOffset, const float scale=1.0F) const | VisualObjectMatch | |
| getOverlapRect() | VisualObjectMatch | |
| getSalDiff() | VisualObjectMatch | |
| getSalDist() | VisualObjectMatch | |
| getSalScore(const float wcoeff=0.0F, const float hcoeff=0.0F) | VisualObjectMatch | |
| getScore(const float kcoeff=0.5F, const float acoeff=0.5F) | VisualObjectMatch | |
| getSIFTaffine() | VisualObjectMatch | [inline] |
| getSpatialDist(Point2D< int > objOffset1=Point2D< int >(0, 0), Point2D< int > objOffset2=Point2D< int >(0, 0)) | VisualObjectMatch | |
| getTransfTestImage(const Image< PixRGB< byte > > &im=Image< PixRGB< byte > >()) | VisualObjectMatch | |
| getTransfTestOutline(Point2D< int > &tl, Point2D< int > &tr, Point2D< int > &br, Point2D< int > &bl) | VisualObjectMatch | |
| getVoRef() const | VisualObjectMatch | [inline] |
| getVoTest() const | VisualObjectMatch | [inline] |
| isOverlapping() | VisualObjectMatch | |
| isOverlapping2() | VisualObjectMatch | |
| operator[](const uint idx) const | VisualObjectMatch | [inline] |
| operator[](const uint idx) | VisualObjectMatch | [inline] |
| prune(const uint maxn=25U, const uint minn=3U) | VisualObjectMatch | |
| pruneByAff(const float dist=5.0F, const uint minn=3U) | VisualObjectMatch | |
| pruneByDist(const uint thresh=7U, const uint minn=3U) | VisualObjectMatch | |
| pruneByHough(const float rangefac=0.25F, const uint minn=3U) | VisualObjectMatch | |
| push_back(const KeypointMatch &km) | VisualObjectMatch | [inline] |
| size() const | VisualObjectMatch | [inline] |
| VisualObjectMatch(const rutz::shared_ptr< VisualObject > &voref, const rutz::shared_ptr< VisualObject > &votest, const VisualObjectMatchAlgo algo, const uint thresh=7U) | VisualObjectMatch | |
| VisualObjectMatch(const rutz::shared_ptr< KDTree > &kdref, const rutz::shared_ptr< VisualObject > &votest, const VisualObjectMatchAlgo algo, const uint thresh=7U) | VisualObjectMatch | |
| VisualObjectMatch(const rutz::shared_ptr< VisualObject > &voref, const rutz::shared_ptr< VisualObject > &votest, const std::vector< KeypointMatch > &kpm) | VisualObjectMatch | |
| ~VisualObjectMatch() | VisualObjectMatch | |