Skip to content

Instantly share code, notes, and snippets.

View wyfSunflower's full-sized avatar

wyf wyfSunflower

  • @wingthinks.com
  • hubei ,wuhan
View GitHub Profile
@wyfSunflower
wyfSunflower / CascadeClassifier.cpp
Created July 16, 2017 08:58 — forked from yoggy/CascadeClassifier.cpp
OpenCV CascadeClassifier sample
#include <SDKDDKVer.h>
#include <Windows.h>
#include <vector>
#pragma warning(disable:4819)
#pragma warning(disable:4996)
// for OpenCV2
#include "opencv2/imgproc/imgproc.hpp"