#include <opencv2/opencv.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | HOGFeatureDescriptor |
Defines | |
#define | ANGLE 180.0 |
#define | BINS_ANGLE (ANGLE / N_BINS) |
#define | BLOCK 2 |
#define | CELL 8 |
#define | N_BINS 9 |
#define ANGLE 180.0 |
Definition at line 17 of file histogram_of_oriented_gradients.h.
#define BINS_ANGLE (ANGLE / N_BINS) |
Definition at line 18 of file histogram_of_oriented_gradients.h.
#define BLOCK 2 |
Definition at line 20 of file histogram_of_oriented_gradients.h.
#define CELL 8 |
Definition at line 19 of file histogram_of_oriented_gradients.h.
#define N_BINS 9 |
Definition at line 16 of file histogram_of_oriented_gradients.h.