tags 600836 patch pending
thanks

Hi,

Thank for your report.

> if you test with ipython,
> In [1]: import opencv
> In [2]: opencv.CV_MINOR_VERSION
> Out[2]: 0
>
> instead of 1
>
> It's a problem, because goodfeaturestrack algorithms results are different 
> between versions 2.0 and 2.1
> I found this problem using a buildbot and unittest on pimpy[0]
> So it's  necessary for me to test opencv version numbers.

I confirmed this and I created fixing patch.
I will upload the package which revised this problem.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
--- a/interfaces/swig/filtered/constants.h.orig	2010-11-02 19:53:40.000000000 +0900
+++ b/interfaces/swig/filtered/constants.h	2010-11-02 19:53:51.000000000 +0900
@@ -230,7 +230,7 @@
 
 #define CV_MAJOR_VERSION    2
 
-#define CV_MINOR_VERSION    0
+#define CV_MINOR_VERSION    1
 
 #define CV_SUBMINOR_VERSION 0
 

Reply via email to