JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
#include <jevois/Core/Module.H>
#include <jevois/Debug/Log.H>
#include <jevois/Util/Utils.H>
#include <jevois/Image/RawImageOps.H>
#include <jevois/Debug/Timer.H>
#include <linux/videodev2.h>
#include <jevoisbase/Components/ObjectMatcher/ObjectMatcher.H>
#include <opencv2/imgcodecs.hpp>
#include <cstdio>
Go to the source code of this file.
Classes | |
class | ObjectDetect |
Simple object detection using keypoint matching. More... | |
Typedefs | |
typedef std::pair< float, float > | floatpair |
Define a pair of floats, to avoid macro parsing problems when used as a parameter: | |
Functions | |
JEVOIS_REGISTER_MODULE (ObjectDetect) | |
typedef std::pair<float, float> floatpair |
Define a pair of floats, to avoid macro parsing problems when used as a parameter:
Definition at line 35 of file ObjectDetect.C.
JEVOIS_REGISTER_MODULE | ( | ObjectDetect | ) |
References JEVOIS_REGISTER_MODULE().