Commit Graph
17 Commits
Author SHA1 Message Date
Stefan van der Walt 20ab4cdaff ENH: Update Cython imports. 2010-11-07 01:12:54 +02:00
Stefan van der Walt 211be9ff71 Merge Chris's cv docs updates. 2009-10-31 23:13:55 +02: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
Stefan van der Walt 3bf33a0a46 Fix opencv for systems without libraries installed. 2009-10-26 13:34:13 +02:00
sccolbert 25e9ec82df added color conversion 2009-10-24 15:08:26 +02:00
sccolbert d2697df064 synched with upstream and added integral images 2009-10-24 12:40:32 +02:00
Stefan van der Walt 5a2ebbd75f Merge with Chris's branch. 2009-10-24 11:24:49 +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 8ec3abb3f5 Fix importing of opencv when libraries are not installed / extensions are not compiled. 2009-10-17 07:37:29 +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
Stefan van der Walt 4b35af3f63 Clean up long lines and whitespace in opencv_backend. 2009-10-15 10:10:48 +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 14f588e0fa added cvCornerSubPix and cvResize impementations. Added a bash build script. 2009-10-12 19:10:21 +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