#include <opencv2/core/core.hpp>
#include <opencv2/objdetect/objdetect.hpp>
#include "abstract_feature.h"
#include <vector>
#include <iostream>
Go to the source code of this file.
Classes | |
class | cpl_visual_features::MyHOG< win_width, win_height, block_width, block_height, x_stride, y_stride, cell_width, cell_height, nbins > |
Namespaces | |
namespace | cpl_visual_features |