birolkuyumcu / cvpreprocessor

Automatically exported from code.google.com/p/cvpreprocessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openCV 2.0 compatibility

GoogleCodeExporter opened this issue · comments

There is a simple way to use openCV 2.0 instead of the 1.0 version?

Original issue reported on code.google.com by dmpo...@gmail.com on 12 Oct 2009 at 10:02

i try it there is no problem with OpenCv 2.0
recompile with OpenCv 2.0 libraries ( rebuild OpenCv 2.0 libraries because 
there is 
a problem about windows version )
only exception is
void cvLaplace(constCvArr *src,CvArr *dst, int aperture size=3);
if apperature size = -1 program breaks i think it is OpenCv 2.0 bug

Original comment by bluekid70@gmail.com on 12 Oct 2009 at 10:28