Skip to content

Instantly share code, notes, and snippets.

View hcl14's full-sized avatar

Egor Beliaev hcl14

View GitHub Profile
@hcl14
hcl14 / peopledetect.cpp
Last active October 10, 2016 20:51 — forked from foundry/peopledetect.cpp
OpenCV Hog Descriptor trial
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/objdetect/objdetect.hpp"
#include "opencv2/highgui/highgui.hpp"
#include <stdio.h>
#include <string.h>
#include <ctype.h>
//#include "openCVUtils.h"
using namespace cv;