#include <RansacFiltering.h>
Public Member Functions | |
| Ransac () | |
| void | filter (std::vector< PointMatchPtr > &ioMatches, std::vector< PointMatchPtr > &ioRemovedMatches) |
| void | setIterations (int iIters) |
| void | setDistanceThreshold (int iDT) |
| void | transform (double iX, double iY, double &oX, double &oY) |
Public Attributes | |
| Homography | _bestModel |
Private Member Functions | |
| double | calcError (Homography *aH, PointMatch &aM) |
Private Attributes | |
| int | _nIter |
| int | _distanceThres |
|
|
Definition at line 33 of file RansacFiltering.h. |
|
||||||||||||
|
Definition at line 38 of file RansacFiltering.cpp. References lfeat::PointMatch::_img1_x, lfeat::PointMatch::_img1_y, lfeat::PointMatch::_img2_x, lfeat::PointMatch::_img2_y, and lfeat::Homography::transformPoint(). |
|
||||||||||||
|
Referenced by PanoDetector::RansacMatchesInPairHomography(). |
|
|
Definition at line 40 of file RansacFiltering.h. Referenced by PanoDetector::RansacMatchesInPairHomography(). |
|
|
Definition at line 36 of file RansacFiltering.h. Referenced by PanoDetector::RansacMatchesInPairHomography(). |
|
||||||||||||||||||||
|
Definition at line 146 of file RansacFiltering.cpp. References lfeat::Homography::transformPoint(). Referenced by TestCode::drawRansacMatches(). |
|
|
Definition at line 45 of file RansacFiltering.h. |
|
|
Definition at line 55 of file RansacFiltering.h. |
|
|
Definition at line 54 of file RansacFiltering.h. |
1.3.9.1