For the cvUndistort2, you could change line 2194 to call assert_same_shape() which lives in opencv.opencv_backend.pyx
Ditto for line 2541 in cvFindFundamentalMat.

Could you elaborate on this comment:?
+    ## The code snippet below creates the ``status`` matrix
+    ## that may optionally be provided.  I could not get this
+    ## to work with OpenCV 2.1.

Cheers, 

Chris


2010/12/2 Stéfan van der Walt <stefan@sun.ac.za>
Hi everyone,

I'd be glad if you could review the following changes.  First, a minor
upgrade of the OpenCV wrappers to bring us up to date with OpenCV 2.1:

https://github.com/stefanv/scikits.image/compare/master...OpenCV_2.1

Then, the addition of cvFindFundamentalMat:

https://github.com/stefanv/scikits.image/compare/OpenCV_2.1...cvFindFundamentalMat

Further, are there any Christmas wishes that we should get working on
before the end of the year?

Regards
Stéfan