Skip to content

Instantly share code, notes, and snippets.

@jun14
jun14 / cvsample.cpp
Created July 10, 2013 03:39
modified cvsample.cpp works fine for the app of haartraining
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
//
// By downloading, copying, installing or using the software you agree to this license.
// If you do not agree to this license, do not download, install,
// copy or use the software.
//
//
// Intel License Agreement
@jun14
jun14 / objectmarker.cpp
Last active December 19, 2015 12:39
Chinese windows下能够使用的objectmarker.exe 适用于opencv 2.4.6 English: Modified objectmarker.exe works fine with windows and the opencv 2.4.6 version
#include "cv.h"
#include "cvaux.h"
#include "highgui.h"
// for filelisting
#include <stdio.h>
#include <io.h>
// for fileoutput
#include <string>
#include <fstream>