Commit Graph

47 Commits

Author SHA1 Message Date
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 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 0b0274f265 fixed camera calib back to a 5 vec since we support opencv >= 2.0 2009-10-24 16:06:32 +02:00
sccolbert e3aa75df33 Merge branch 'cvtcolor'
Conflicts:
	scikits/image/opencv/opencv_backend.c
	scikits/image/opencv/opencv_cv.c
2009-10-24 15:10:44 +02:00
sccolbert 25e9ec82df added color conversion 2009-10-24 15:08:26 +02:00
sccolbert e8eccb7040 bogus build commit 2009-10-24 13:09:55 +02:00
sccolbert d6f524830f fixed camera calibration to 4-vec for opencv 1 support 2009-10-24 13:06:52 +02:00
sccolbert c2b98b259a added color conversion constants 2009-10-24 13:05:15 +02:00
sccolbert d2697df064 synched with upstream and added integral images 2009-10-24 12:40:32 +02:00
Stefan van der Walt 714a49a849 Fix bug in libimport. 2009-10-24 11:25:03 +02:00
Stefan van der Walt 5a2ebbd75f Merge with Chris's branch. 2009-10-24 11:24:49 +02:00
sccolbert f2e5b3e704 verified only float32 is valid for cvFilter2D kernel 2009-10-23 21:27:22 +02:00
sccolbert dd5cff69b5 added cvFilter2D. This supports convolution with an arbitrary filter. 2009-10-23 21:17:21 +02:00
sccolbert c2bfc99818 added morphology functions and support for IplConvKernel 2009-10-23 20:40:05 +02:00
sccolbert e44bb5bd00 added camera calibration from Holger Rapp and fixed a bug in CvMat struct 2009-10-23 15:06:35 +02:00
Stefan van der Walt 8f9e6a9fbf Unify libcv loader under different platforms. 2009-10-23 12:11:59 +02:00
Stefan van der Walt d753726a83 Fix _libimport when libcv is not available. 2009-10-23 11:18:10 +02:00
Stefan van der Walt 96360f5bd6 Remove self-referencing import. 2009-10-17 12:32:25 +02:00
Stefan van der Walt 9025c5d3b0 Clean up opencv namespace and imports. 2009-10-17 12:28:33 +02:00
Stefan van der Walt 8ec3abb3f5 Fix importing of opencv when libraries are not installed / extensions are not compiled. 2009-10-17 07:37:29 +02:00
Stefan van der Walt 62f67611af Expand OpenCV installation instructions. 2009-10-17 06:39:47 +02:00
sccolbert aa20e903d1 added "cxcore" to __all__ 2009-10-16 21:29:55 +02:00
sccolbert 1e1958b414 added 4 warping functions. Added CvMat support.
Added cvGetRectSubPix, cvGetQuadrangleSubPix, cvWarpAffine, cvWarpPerspective.
As a byproduct added CvMat support.
2009-10-16 21:25:20 +02:00
sccolbert d26404969d added chessboard data images, modified install.txt, and .gitignore 2009-10-16 16:12:45 +02:00
sccolbert 9bc93b3154 Added cvFind and DrawChessboardCorners - from Holger 2009-10-16 15:41:51 +02:00
Holger Rapp fd613c6a0d Merged with trunk 2009-10-15 13:28:21 +02:00
Holger Rapp 0d009dcfbe Added support for cvDrawChessboardCorners 2009-10-15 12:52:30 +02:00
Holger Rapp f44c246b98 Added cvFindChessboardCorners 2009-10-15 12:07:46 +02:00
Stefan van der Walt e6454dae4a Allow unit tests to be run when OpenCV is not available. 2009-10-15 10:36:05 +02:00
Stefan van der Walt 5be1ecc12b OpenCV: clean up long lines and whitespace. 2009-10-15 10:18:18 +02:00
Stefan van der Walt 4b35af3f63 Clean up long lines and whitespace in opencv_backend. 2009-10-15 10:10:48 +02:00
Stefan van der Walt bcedeb1c83 Fix typo in opencv setup. 2009-10-15 10:10:30 +02:00
Holger Rapp ae310bc4b6 Added a more stable detection of opencv library by introducing a new file: _libimport.py 2009-10-15 09:41:39 +02:00
Holger Rapp b0f20da893 Fixed shutil.cp -> shutil.copy; the former doesn't exist on python2.6 2009-10-15 09:29:00 +02:00
Stefan van der Walt ceeea18a46 Only build OpenCV extensions when source has been modified. 2009-10-15 08:06:59 +02:00
Stefan van der Walt 805d9ff937 Update setup to build scikits.image.opencv. 2009-10-15 07:41:37 +02:00
sccolbert d28e3e8555 fixed the setup.py, it works now. 2009-10-14 17:38:50 +02:00
sccolbert 003141283f added a setup.py, moved the data files to the head folder. 2009-10-14 13:12:29 +02:00
sccolbert 73f85b0d3a added cvGoodFeaturesToTrack. Added clone_array_shape function.
I should at one point turn that into a type that does its own memory management.
2009-10-13 00:31:40 +02:00
sccolbert 1076de0949 added a bash script for build to holdover until a setup.py solution 2009-10-12 19:12:00 +02:00
sccolbert 14f588e0fa added cvCornerSubPix and cvResize impementations. Added a bash build script. 2009-10-12 19:10:21 +02:00
sccolbert 2e87575625 updated tests to be shorter and OO. Deleted unnecessary data files. 2009-10-12 11:14:15 +02:00
sccolbert 3205bb1f06 added unit-tests for existing functions. and prelimenary docstrings 2009-10-11 23:51:37 +02:00
sccolbert 310d501655 wrapped 7 more functions
new functions:
cvSobel
cvLaplace
cvCanny
cvPreCornerDetect
cvCornerEigenValsAndVecs
cvCornerMinEigenVal
cvCornerHarris
2009-10-10 22:43:52 +02:00
sccolbert b95c8e3ef9 OpenCV infrastructure largely in place. A test function wrapped: cvSmooth() 2009-10-10 18:44:19 +02:00