Commit Graph

5928 Commits

Author SHA1 Message Date
Ralf Gommers 48fa1b0789 Change "Additional Parameters" to "Other Parameters". 2009-10-13 13:49:38 +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
Ralf Gommers b7c1dc10a3 Move docs to correct place inside class. 2009-10-12 17:14:59 +02:00
Ralf Gommers 2697ee9506 Add dtype parameter to MultiImagei and ImageCollection. 2009-10-12 17:09:17 +02:00
Ralf Gommers 44679c7aae Added dtype keyword to imread plus a test for that. 2009-10-12 15:36:02 +02:00
Ralf Gommers b25ae266a5 Rename collection test file and fix it. 2009-10-12 15:35:54 +02:00
Stefan van der Walt bcdb7d97ae Rename collection test file. 2009-10-12 15:19:51 +02:00
sccolbert 2e87575625 updated tests to be shorter and OO. Deleted unnecessary data files. 2009-10-12 11:14:15 +02:00
Stefan van der Walt bbe999d6ca Change mail-archive link to Nabble. 2009-10-12 09:51:29 +02:00
Stefan van der Walt 8235922cae Add collections to io.__init__. 2009-10-12 09:06:05 +02:00
Stefan van der Walt f243f9195d Update tasks list. 2009-10-12 09:04:28 +02:00
Stefan van der Walt 96ab199b55 Rename collections module. 2009-10-12 08:56:24 +02:00
Stefan van der Walt f6b0242f7e Update version to 0.2dev in setup.py. 2009-10-12 08:53:54 +02:00
Stefan van der Walt 33afe601aa Move test data to global data dir and fix test. 2009-10-12 08:51:18 +02:00
Ralf Gommers b19c0368fe Fixes to MultiImage, added tests for it, plus a test TIF image. 2009-10-12 02:02:53 +02:00
Ralf Gommers cb191a2a40 Make as_grey settable, and provide reload function. 2009-10-12 00:34:25 +02:00
sccolbert 3205bb1f06 added unit-tests for existing functions. and prelimenary docstrings 2009-10-11 23:51:37 +02:00
Ralf Gommers 1a84c71685 Now really commit all changes. 2009-10-11 21:42:11 +02:00
Ralf Gommers 79e0b6c1b6 Cleaned up ImageCollection and added tests for it. 2009-10-11 13:57:07 +02:00
Ralf Gommers 7482165337 Remove Image class, and implement Stefan's suggestions. 2009-10-10 22:51:40 +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
Ralf Gommers 8059f43671 Add MultiImg to __all__. 2009-10-09 19:28:28 +02:00
Ralf Gommers 52f10ea293 Added a MultiImg class similar to the ImageCollection one, to function as the data structure for multi-image files. 2009-10-09 19:07:28 +02:00
Ralf Gommers b35220f33c Add Stefan's io.py 2009-10-09 14:32:33 +02:00
Stefan van der Walt 64c23ae460 Grab version number from setup.py for docs. 2009-10-09 08:48:14 +02:00
Stefan van der Walt edc0d55a41 Remember to generate docs when releasing. Also update version in setup.py. 2009-10-09 08:47:49 +02:00
Stefan van der Walt 70cbc2b71e Instructions on how to make a release. 2009-10-08 00:31:58 +02:00
Stefan van der Walt d9bc7cf72a Update meta-data for PyPi. v0.1 2009-10-07 13:52:19 +02:00
Stefan van der Walt b4ae3793ee Merge branch 'homography' 2009-10-07 13:11:16 +02:00
Stefan van der Walt 305a55d44a Add documentation on how to contribute to the SciKit. 2009-10-07 13:01:53 +02:00
Stefan van der Walt d0a01f80dd Only update gh-pages branch when committing new docs. 2009-10-04 12:44:30 +02:00
Stefan van der Walt 9c71da3ba3 Add 3rd clause to license (thanks to David Warde-Farley for noticing the omission). 2009-10-04 12:40:55 +02:00
Stefan van der Walt e32dc80c56 Fix markup in docs. 2009-10-04 02:02:51 +02:00
Stefan van der Walt 927157e7e5 Add projective transformation / homography. 2009-10-04 01:38:30 +02:00
Stefan van der Walt 38cb30a086 Add SURF and SIFT feature file reader. 2009-10-04 00:01:04 +02:00
Stefan van der Walt 557fc9feea Remove executable flag. 2009-10-03 23:34:30 +02:00
Stefan van der Walt 49859255cc Minor fixes to patch. 2009-10-01 15:18:43 +02:00
Gary Ruben e003726de2 Added forward and inverse 2-D Finite Radon Transform 2009-09-28 17:54:00 +10:00
Stefan van der Walt 353dfed029 Fix docstring formatting. 2009-09-24 19:25:00 +02:00
Stefan van der Walt 35a94b760e Docs: add inheritance diagram extension. 2009-09-24 19:24:36 +02:00
Stefan van der Walt db4fc44498 Docs: update install and overview. 2009-09-24 18:18:31 +02:00
Stefan van der Walt aa7e72b683 Docs: add header to table of contents. 2009-09-24 18:18:14 +02:00
Stefan van der Walt 0acc6f9808 Docs: include license directly. 2009-09-24 18:17:52 +02:00
Stefan van der Walt 3e49065bca Docs: clean up front page. 2009-09-24 18:08:13 +02:00
Stefan van der Walt 6eb6d76c60 Update license in docs. 2009-09-24 17:55:13 +02:00
Stefan van der Walt 0452388ef0 Generate cleaner API reference with autosummary tables. 2009-09-24 17:50:31 +02:00
Stefan van der Walt efaeef6a47 Add license info to numpy sphinx extensions. 2009-09-24 17:36:45 +02:00