From f2e5b3e70401ddc6b2fc8a9d931be792cc2f7117 Mon Sep 17 00:00:00 2001 From: sccolbert Date: Fri, 23 Oct 2009 21:27:22 +0200 Subject: [PATCH] verified only float32 is valid for cvFilter2D kernel --- scikits/image/opencv/opencv_cv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scikits/image/opencv/opencv_cv.c b/scikits/image/opencv/opencv_cv.c index f540fe49..a2a09a17 100644 --- a/scikits/image/opencv/opencv_cv.c +++ b/scikits/image/opencv/opencv_cv.c @@ -1,4 +1,4 @@ -/* Generated by Cython 0.11.3 on Fri Oct 23 21:00:22 2009 */ +/* Generated by Cython 0.11.3 on Fri Oct 23 21:24:16 2009 */ #define PY_SSIZE_T_CLEAN #include "Python.h"