This file implements a Fern-based image detector. More...
#include <map>
#include <vector>
#include <iostream>
#include <fstream>
#include "cv.h"
#include "highgui.h"
#include "cvaux.h"
#include "Camera.h"
#include "EC.h"
Go to the source code of this file.
Classes | |
class | alvar::FernClassifierWrapper |
FernClassifier subclass that implements binary reading and writting. More... | |
class | alvar::FernImageDetector |
Image detector based on a Fern classifier. More... | |
Namespaces | |
namespace | alvar |
Main ALVAR namespace. |
This file implements a Fern-based image detector.
Definition in file FernImageDetector.h.