#include <Interfaces/MainWindowInterface.h>
#include <Interfaces/MainWindowEventInterface.h>
#include <VideoCapture/BitmapCapture.h>
#include <Helpers/helpers.h>
#include <Image/ByteImage.h>
#include <Image/FloatImage.h>
#include <Image/IntImage.h>
#include <Image/ShortImage.h>
#include <Image/ImageProcessor.h>
#include <Image/PrimitivesDrawer.h>
#include <Math/Vecd.h>
#include <Classification/NearestNeighbor.h>
#include <opencv2/core/core.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <stdio.h>
#include <iostream>
#include <math.h>
#include <vector>
#include <unistd.h>
#include <utility>
#include <limits>
Go to the source code of this file.
|
#define | DEMO_IMAGE "../../../../bmp/frame0206.bmp" |
|
◆ DEMO_IMAGE
#define DEMO_IMAGE "../../../../bmp/frame0206.bmp" |
Definition at line 3 of file hog.h.