Image detector based on a Fern classifier.
More...
#include <FernImageDetector.h>
Image detector based on a Fern classifier.
- Examples:
- SampleMarkerlessCreator.cpp, and SampleMarkerlessDetector.cpp.
Definition at line 77 of file FernImageDetector.h.
alvar::FernImageDetector::FernImageDetector |
( |
const bool |
visualize = false | ) |
|
alvar::FernImageDetector::~FernImageDetector |
( |
| ) |
|
void alvar::FernImageDetector::findFeatures |
( |
Mat & |
image, |
|
|
bool |
planeAssumption = true |
|
) |
| |
cv::Mat alvar::FernImageDetector::homography |
( |
| ) |
|
void alvar::FernImageDetector::imagePoints |
( |
vector< CvPoint2D64f > & |
points | ) |
|
double alvar::FernImageDetector::inlierRatio |
( |
| ) |
|
void alvar::FernImageDetector::modelPoints |
( |
vector< CvPoint3D64f > & |
points, |
|
|
bool |
normalize = true |
|
) |
| |
bool alvar::FernImageDetector::read |
( |
const std::string & |
filename, |
|
|
const bool |
binary = true |
|
) |
| |
cv::Size alvar::FernImageDetector::size |
( |
| ) |
|
void alvar::FernImageDetector::train |
( |
const std::string & |
filename | ) |
|
void alvar::FernImageDetector::train |
( |
Mat & |
image | ) |
|
bool alvar::FernImageDetector::write |
( |
const std::string & |
filename, |
|
|
const bool |
binary = true |
|
) |
| |
cv::Mat alvar::FernImageDetector::mCorrespondences |
|
private |
cv::Mat alvar::FernImageDetector::mHomography |
|
private |
vector<cv::Point2f> alvar::FernImageDetector::mImagePoints |
|
private |
double alvar::FernImageDetector::mInlierRatio |
|
private |
vector<KeyPoint> alvar::FernImageDetector::mKeyPoints |
|
private |
LDetector alvar::FernImageDetector::mLDetector |
|
private |
vector<cv::Point2f> alvar::FernImageDetector::mModelPoints |
|
private |
std::vector<Mat> alvar::FernImageDetector::mObjects |
|
private |
PatchGenerator alvar::FernImageDetector::mPatchGenerator |
|
private |
cv::Size alvar::FernImageDetector::mSize |
|
private |
bool alvar::FernImageDetector::mVisualize |
|
private |
The documentation for this class was generated from the following files: