#include "../OmniConfig.hh"
#include "../OmniConversion.hh"
#include "../OmniGCardConverter.hh"
#include "../OmniFastLookupTable.hh"
#include "../OmniCallback.hh"
#include "../testing/CvFaceDetect.hh"
#include "../testing/CvFaceTrack.hh"
#include "../testing/CvVRFilter.hh"
#include <cxtypes.h>
#include <cv.h>
#include <highgui.h>
Include dependency graph for OmniAlgoVRFilterDetection.hh:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | OmniAlgoVRFilterDetection< ConverterT, AngleT, ImageT, PointT > |
Utility class that show how to use the VRFilter algorithm to detect and track faces directly on omnidirectional images. More... |