#include <jevois/Core/Module.H>
#include <jevois/Debug/Log.H>
#include <jevois/Debug/Timer.H>
#include <jevois/Image/RawImageOps.H>
#include <jevois/Image/ColorConversion.h>
#include <jevoisbase/Components/Saliency/Saliency.H>
#include <jevoisbase/Components/Tracking/Kalman2D.H>
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <future>
#include <linux/videodev2.h>
#include <stdlib.h>
#include <NE10_imgproc.h>
#include <jevoisbase/Components/FilterGPU/FilterGPU.H>
Go to the source code of this file.
|
class | BurnTest |
| This is a burn test: run the quad-core saliency demo while also loading up CPU, GPU and NEON in the background. More...
|
|
◆ JEVOIS_REGISTER_MODULE()