Skip to content

Instantly share code, notes, and snippets.

View wuthmone's full-sized avatar

Wut Hmone Hnin Hlaing wuthmone

View GitHub Profile
@wuthmone
wuthmone / peopledetect.cpp
Created May 16, 2017 02:57 — 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;