Commit Graph

93 Commits

Author SHA1 Message Date
Stefan van der Walt 082ff69549 BUG: More Python3 fixes by Christoph Gohlke. 2011-03-14 17:06:22 +02:00
Stefan van der Walt e930e460ee DOC: Better document test for cvFindFundamentalMat. 2010-12-02 16:55:26 +02:00
Stefan van der Walt 1d339c0979 ENH: Complete test for cvFindFundamentalMat. 2010-12-02 16:50:01 +02:00
Stefan van der Walt 6c6658b766 BUG: Fill status with zeros. Squeeze dimensions of F. 2010-12-02 16:49:45 +02:00
Stefan van der Walt 95ac9e8bbc BUG: Remove status parameter that causes OpenCV 2.1 to complain. 2010-12-02 15:05:41 +02:00
Stefan van der Walt b34f16dfa1 ENH: Add test framework for cvFindFundamentalMat. 2010-12-02 13:49:53 +02:00
Stefan van der Walt 3219025f7e BUG: Status should be 2-dimensional. 2010-12-02 13:49:53 +02:00
Stefan van der Walt 8ace32218a BUG: Compare `method, not status`. 2010-12-02 13:49:53 +02:00
Stefan van der Walt d243713848 BUG: OpenCV checks shape of memory provided. 2010-12-02 13:49:52 +02:00
Stefan van der Walt 4cd7acc8f5 BUG: Fix status shape in cvFindFundamentalMat. 2010-12-02 13:49:52 +02:00
Stefan van der Walt 499fab1281 BUG: Include default parameters for cvFindFundamentalMat. 2010-12-02 13:49:52 +02:00
Stefan van der Walt 984851e28e ENH: Add opencv wrapper for FindFundamentalMat. 2010-12-02 13:49:52 +02:00
Stefan van der Walt bf6dd96773 ENH: Add parameter checking for cvCalibrateCamera2. 2010-12-02 13:49:15 +02:00
Stefan van der Walt 31e1edfb57 ENH: Add test for cvUndistort2 with new intrinsics provided. 2010-12-02 13:48:27 +02:00
Stefan van der Walt c11a226261 ENH: Fix cvUndistort2 according to OpenCV 2.1 calling convention. 2010-12-02 13:48:00 +02:00
Stefan van der Walt f5461aae17 ENH: Find libcv.so.2.1 in addition to just libcv.so. 2010-12-02 11:15:46 +02:00
Stefan van der Walt 20ab4cdaff ENH: Update Cython imports. 2010-11-07 01:12:54 +02:00
Stefan van der Walt 7d65b1d715 Modify numpy cimport order to satisfy Cython 0.13. 2010-09-22 22:23:12 +02:00
Stefan van der Walt cd48712329 Merge branch 'master' of git://github.com/sccolbert/scikits.image into chris 2010-06-24 17:38:49 -07:00
Stefan van der Walt ce4d48d0db Update links to OpenCV docs. 2010-05-25 10:29:13 -07:00
sccolbert ae4bd34495 added cvFloodFill and cvMatchTemplate 2009-12-06 22:30:22 +01:00
sccolbert 1b53c9d01f added cvFindExtrinsicCameraParams2 and cvWatershed 2009-12-05 18:29:27 +01:00
Stefan van der Walt 44c6c19234 Fix with statement for 2.5. 2009-11-12 22:13:19 +02:00
sccolbert 84f9c60bf4 added cvUndistort2 and its tests 2009-11-11 14:49:23 +01:00
sccolbert 30048f2414 Fixed a small but serious bug in cvCvtColor. 2009-11-09 22:57:14 +01:00
Stefan van der Walt cc9f2ffa5d Remove Cython-generated C-files. 2009-11-04 11:28:32 +02:00
Stefan van der Walt 48dcafd88f Merge branch 'spath'
Conflicts:
	.gitignore
	scikits/image/opencv/setup.py
2009-11-03 08:31:51 +02:00
Stefan van der Walt 3dc89ed2b1 Fix subtle rstrip bug. 2009-11-02 22:48:03 +02:00
Stefan van der Walt c118add062 Add shortest path algorithm. Refactor Cython build. 2009-11-02 20:53:16 +02:00
sccolbert fdea274262 Added the beginning of the gtk imshow plugin. And added the generic window manager. 2009-11-02 17:23:41 +01:00
Stefan van der Walt 2256fa5505 cv: Update Cython generated C-files. 2009-10-31 23:34:24 +02:00
Stefan van der Walt 5d6624a9e2 cv: Add references section for adding URL to docs. 2009-10-31 23:33:43 +02:00
Stefan van der Walt bec2da8ed9 cv: Fix function signatures. 2009-10-31 23:25:38 +02:00
Stefan van der Walt ff419dcd4f Merge branch 'docs' of http://github.com/sccolbert/scikits.image 2009-10-31 23:16:47 +02:00
Stefan van der Walt 211be9ff71 Merge Chris's cv docs updates. 2009-10-31 23:13:55 +02:00
sccolbert 6526e06101 Finished the docs, and caught a couple more warts. 2009-10-31 22:03:47 +01:00
sccolbert 430b2d3cc0 more docs 2009-10-31 20:22:28 +01:00
sccolbert 727305b9fc Added some more docs and fixed up a few warts in the process. 2009-10-31 17:05:05 +01:00
sccolbert dc55ae4065 fixed an assertion that was preventing a slice of an array from being
used. However, this may open the door for segfaults for severely
non-contiguous data. I'm not too sure.
2009-10-30 22:07:26 +01:00
sccolbert 070e94537d changed how the doc decorator works. now it only adds the url. 2009-10-30 12:46:38 +01:00
sccolbert d3e5fae4a6 this is the actualy commit for _utilities.py 2009-10-30 00:34:58 +01:00
sccolbert 592c5793dc 1/3 of the doc-strings complete. Doc decorator created and added to a _utilies.py module. 2009-10-30 00:33:53 +01:00
sccolbert 43cc6b95a1 standardized the handling of out arguments, replaced assertions with exceptions.
also caught and fixed a few missing checks.
2009-10-29 20:45:47 +01:00
Stefan van der Walt 3bf33a0a46 Fix opencv for systems without libraries installed. 2009-10-26 13:34:13 +02:00
sccolbert f98d84b5e5 added pyramid up and pyramid down 2009-10-24 19:04:56 +02:00
sccolbert 67bf66ba61 added pyramid up and pyramid down 2009-10-24 18:44:31 +02:00
sccolbert 8c6d835254 fixed threshold to add otsu as a kwarg 2009-10-24 18:12:14 +02:00
sccolbert 4763ceeb74 added threshold and adpative threshold 2009-10-24 18:12:14 +02:00
sccolbert 331125cc1c fixed threshold to add otsu as a kwarg 2009-10-24 18:05:20 +02:00
sccolbert 324fe7c9b0 added threshold and adpative threshold 2009-10-24 17:49:49 +02:00