JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
ObjectDetect.C File Reference
#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>
Include dependency graph for ObjectDetect.C:

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: More...
 

Functions

 JEVOIS_REGISTER_MODULE (ObjectDetect)
 

Typedef Documentation

◆ floatpair

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.

Function Documentation

◆ JEVOIS_REGISTER_MODULE()

JEVOIS_REGISTER_MODULE ( ObjectDetect  )