Skip to content

Instantly share code, notes, and snippets.

View stereomatchingkiss's full-sized avatar

stereo stereomatchingkiss

View GitHub Profile
@stereomatchingkiss
stereomatchingkiss / main.cpp
Created June 17, 2016 17:20
PHash to opencv
#include <opencv2/highgui.hpp>
#include <opencv2/img_hash.hpp>
#include <opencv2/imgproc.hpp>
#include "pHash.h"
#include <CImg.h>
#include <iostream>
#include <numeric>
#include <random>