Commit Graph

  • caede7762b Add a function to convert from any color space directly to any other space. Ralf Gommers 2009-10-22 11:45:57 +02:00
  • d277058ff9 Include auto-generated API files in distribution. Stefan van der Walt 2009-10-22 10:34:41 +02:00
  • 3b6a028c6b Add MANIFEST.in for building source package. Stefan van der Walt 2009-10-22 10:26:58 +02:00
  • d7b49ef950 Remove NTSC color space. Ralf Gommers 2009-10-22 01:18:02 +02:00
  • 64f65e0160 Clean up the colorconv module docstring. Ralf Gommers 2009-10-22 01:14:02 +02:00
  • 57b73a5f53 Add NTSC color space. Ralf Gommers 2009-10-21 18:10:31 +02:00
  • 060916cd42 Bug fix for imread so images that are already grey-scale do not get flattened. Ralf Gommers 2009-10-21 16:33:07 +02:00
  • cf37916022 Convert matrix lists to arrays, add RGB CIE color space. Ralf Gommers 2009-10-20 13:12:18 +02:00
  • 94f5eeac25 Add description of the API to the module docstring. Ralf Gommers 2009-10-20 12:10:33 +02:00
  • 2e29d257c3 Update tasks list. Stefan van der Walt 2009-10-20 07:05:12 +02:00
  • 5de5014589 Add docstrings for rgb2xyz and xyz2rgb. Ralf Gommers 2009-10-19 19:39:00 +02:00
  • 1a4ae96024 Add RGB to XYZ bidi conversion. Ralf Gommers 2009-10-19 18:57:31 +02:00
  • 844f14bca0 Extract the type and shape checks into a common function. Ralf Gommers 2009-10-19 15:14:21 +02:00
  • 6097565337 Add note on loss of precision. Ralf Gommers 2009-10-19 14:45:33 +02:00
  • 1657a4d1b8 Implement hsv2rgb. Ralf Gommers 2009-10-19 14:34:00 +02:00
  • 6c80fa6a55 Add documentation for rgb2hsv. Ralf Gommers 2009-10-19 10:48:09 +02:00
  • 032d0cd785 Change import to form used everywhere else. Ralf Gommers 2009-10-19 10:38:44 +02:00
  • 96efa2a6a5 Docs: In API generator, also recognise extensions. Stefan van der Walt 2009-10-17 12:56:46 +02:00
  • bf97b0f928 Clean up scikits.image namespace. Stefan van der Walt 2009-10-17 12:39:56 +02:00
  • 8cc912217b Remove task completed by Ralf. Stefan van der Walt 2009-10-17 12:34:05 +02:00
  • 96360f5bd6 Remove self-referencing import. Stefan van der Walt 2009-10-17 12:32:25 +02:00
  • 9025c5d3b0 Clean up opencv namespace and imports. Stefan van der Walt 2009-10-17 12:28:33 +02:00
  • 83e66c57e6 Merge branch 'docs' of http://github.com/rgommers/scikits.image Stefan van der Walt 2009-10-17 08:16:40 +02:00
  • fd9fadb06c Update contributors. Stefan van der Walt 2009-10-17 07:41:03 +02:00
  • 85874ce560 Merge branch 'master' of github.com:stefanv/scikits.image Stefan van der Walt 2009-10-17 07:39:01 +02:00
  • 88886ba997 Ignore build directory. Stefan van der Walt 2009-10-17 07:38:05 +02:00
  • 8ec3abb3f5 Fix importing of opencv when libraries are not installed / extensions are not compiled. Stefan van der Walt 2009-10-17 07:37:29 +02:00
  • 62f67611af Expand OpenCV installation instructions. Stefan van der Walt 2009-10-17 06:39:47 +02:00
  • aa20e903d1 added "cxcore" to __all__ sccolbert 2009-10-16 21:29:55 +02:00
  • 1e1958b414 added 4 warping functions. Added CvMat support. sccolbert 2009-10-16 21:25:20 +02:00
  • d26404969d added chessboard data images, modified install.txt, and .gitignore sccolbert 2009-10-16 16:12:45 +02:00
  • 9bc93b3154 Added cvFind and DrawChessboardCorners - from Holger sccolbert 2009-10-16 15:41:51 +02:00
  • 192c286060 Add build dir to .gitignore. Ralf Gommers 2009-10-16 11:16:07 +02:00
  • 20031dae08 Fix up API generation. Ralf Gommers 2009-10-16 11:04:47 +02:00
  • 04b1f3bffb Use same bullet level for functions and classes. Ralf Gommers 2009-10-15 16:38:14 +02:00
  • 0df02263a1 Clean up title of API reference. Ralf Gommers 2009-10-15 16:34:07 +02:00
  • c6565e6a56 Remove "Functions" links/headings. Ralf Gommers 2009-10-15 16:29:44 +02:00
  • 350c6b0ab2 Update tasks, link to docstandard. Ralf Gommers 2009-10-15 15:26:09 +02:00
  • 4ceebdc3d6 Update contributors. Stefan van der Walt 2009-10-15 15:09:10 +02:00
  • fd613c6a0d Merged with trunk Holger Rapp 2009-10-15 13:28:21 +02:00
  • 0d009dcfbe Added support for cvDrawChessboardCorners Holger Rapp 2009-10-15 12:52:30 +02:00
  • f44c246b98 Added cvFindChessboardCorners Holger Rapp 2009-10-15 12:07:46 +02:00
  • e6454dae4a Allow unit tests to be run when OpenCV is not available. Stefan van der Walt 2009-10-15 10:34:46 +02:00
  • 5be1ecc12b OpenCV: clean up long lines and whitespace. Stefan van der Walt 2009-10-15 10:18:18 +02:00
  • 4b35af3f63 Clean up long lines and whitespace in opencv_backend. Stefan van der Walt 2009-10-15 10:10:48 +02:00
  • bcedeb1c83 Fix typo in opencv setup. Stefan van der Walt 2009-10-15 10:10:30 +02:00
  • ae310bc4b6 Added a more stable detection of opencv library by introducing a new file: _libimport.py Holger Rapp 2009-10-15 09:41:39 +02:00
  • b0f20da893 Fixed shutil.cp -> shutil.copy; the former doesn't exist on python2.6 Holger Rapp 2009-10-15 09:29:00 +02:00
  • d70dfb33d0 Add setup.py in scikits/image. Stefan van der Walt 2009-10-15 09:26:22 +02:00
  • e02a639d61 Fix references scikits.gpu -> scikits.image. Stefan van der Walt 2009-10-15 09:00:33 +02:00
  • 464788aded Update build instructions. Stefan van der Walt 2009-10-15 08:38:40 +02:00
  • 340ec9b1c3 Clean up and fix setup. Stefan van der Walt 2009-10-15 08:36:19 +02:00
  • 3bc4f31eaa setup: Remove dependencies -- easy_install doesn't always know when numpy is installed. Also mark package as non-zip-safe. Stefan van der Walt 2009-10-15 08:11:39 +02:00
  • ceeea18a46 Only build OpenCV extensions when source has been modified. Stefan van der Walt 2009-10-15 08:06:59 +02:00
  • 805d9ff937 Update setup to build scikits.image.opencv. Stefan van der Walt 2009-10-15 07:41:37 +02:00
  • 95a2e5d11b Update .gitignore for whole scikit. Stefan van der Walt 2009-10-14 18:11:08 +02:00
  • d672f1eeaf Merge remote branch 'colbert/master' Stefan van der Walt 2009-10-14 18:10:13 +02:00
  • d28e3e8555 fixed the setup.py, it works now. sccolbert 2009-10-14 17:38:50 +02:00
  • 565b32c8ff Update license phrase for plot_directive. Stefan van der Walt 2009-10-14 16:28:11 +02:00
  • 003141283f added a setup.py, moved the data files to the head folder. sccolbert 2009-10-14 13:12:29 +02:00
  • e1f97c281a Remove completed task: plots in docs. Stefan van der Walt 2009-10-14 11:52:36 +02:00
  • 48937fe85d When pushing docs to github, rename _images to images. Stefan van der Walt 2009-10-14 08:58:10 +02:00
  • a47a60f8ae Clean up output of plotting directive: - Do not generate PDFs. - Do not copy image to plots dir (Sphinx copies to _images already). Stefan van der Walt 2009-10-14 08:51:25 +02:00
  • 80a366761c Shorten and comment show_collection example. Stefan van der Walt 2009-10-14 08:02:39 +02:00
  • c8bb8c6751 Plot_directive: copy source files to output. Stefan van der Walt 2009-10-14 07:48:14 +02:00
  • d9c206b625 Set plot directory prefix. Stefan van der Walt 2009-10-14 07:08:13 +02:00
  • 0601ec4b00 Remove dependency on only_directives. Stefan van der Walt 2009-10-14 06:55:09 +02:00
  • 735f180d4e Add only_directives.py and plot_directive.py from numpy. Stefan van der Walt 2009-10-14 06:49:03 +02:00
  • 7175d7c187 Add support for MPL plots in the docs. Ralf Gommers 2009-10-14 00:24:43 +02:00
  • 03bd107368 Add a few docstrings. Ralf Gommers 2009-10-13 15:13:30 +02:00
  • abc27268c2 Fix link in top corner to always point to main page. Ralf Gommers 2009-10-13 14:30:23 +02:00
  • 48fa1b0789 Change "Additional Parameters" to "Other Parameters". Ralf Gommers 2009-10-13 13:49:38 +02:00
  • 73f85b0d3a added cvGoodFeaturesToTrack. Added clone_array_shape function. sccolbert 2009-10-13 00:31:40 +02:00
  • 1076de0949 added a bash script for build to holdover until a setup.py solution sccolbert 2009-10-12 19:12:00 +02:00
  • 14f588e0fa added cvCornerSubPix and cvResize impementations. Added a bash build script. sccolbert 2009-10-12 19:10:21 +02:00
  • b7c1dc10a3 Move docs to correct place inside class. Ralf Gommers 2009-10-12 17:14:59 +02:00
  • 2697ee9506 Add dtype parameter to MultiImagei and ImageCollection. Ralf Gommers 2009-10-12 16:45:34 +02:00
  • 44679c7aae Added dtype keyword to imread plus a test for that. Ralf Gommers 2009-10-12 13:48:25 +02:00
  • b25ae266a5 Rename collection test file and fix it. Ralf Gommers 2009-10-12 13:31:52 +02:00
  • bcdb7d97ae Rename collection test file. Stefan van der Walt 2009-10-12 15:19:51 +02:00
  • 2e87575625 updated tests to be shorter and OO. Deleted unnecessary data files. sccolbert 2009-10-12 11:14:15 +02:00
  • bbe999d6ca Change mail-archive link to Nabble. Stefan van der Walt 2009-10-12 09:51:29 +02:00
  • 8235922cae Add collections to io.__init__. Stefan van der Walt 2009-10-12 09:06:05 +02:00
  • f243f9195d Update tasks list. Stefan van der Walt 2009-10-12 09:04:28 +02:00
  • 96ab199b55 Rename collections module. Stefan van der Walt 2009-10-12 08:56:24 +02:00
  • f6b0242f7e Update version to 0.2dev in setup.py. Stefan van der Walt 2009-10-12 08:53:54 +02:00
  • 33afe601aa Move test data to global data dir and fix test. Stefan van der Walt 2009-10-12 08:51:18 +02:00
  • b19c0368fe Fixes to MultiImage, added tests for it, plus a test TIF image. Ralf Gommers 2009-10-12 02:02:53 +02:00
  • cb191a2a40 Make as_grey settable, and provide reload function. Ralf Gommers 2009-10-12 00:34:25 +02:00
  • 3205bb1f06 added unit-tests for existing functions. and prelimenary docstrings sccolbert 2009-10-11 23:51:37 +02:00
  • 1a84c71685 Now really commit all changes. Ralf Gommers 2009-10-11 21:42:11 +02:00
  • 79e0b6c1b6 Cleaned up ImageCollection and added tests for it. Ralf Gommers 2009-10-11 13:57:07 +02:00
  • 7482165337 Remove Image class, and implement Stefan's suggestions. Ralf Gommers 2009-10-10 22:51:40 +02:00
  • 310d501655 wrapped 7 more functions sccolbert 2009-10-10 22:43:52 +02:00
  • b95c8e3ef9 OpenCV infrastructure largely in place. A test function wrapped: cvSmooth() sccolbert 2009-10-10 18:44:19 +02:00
  • 8059f43671 Add MultiImg to __all__. Ralf Gommers 2009-10-09 19:28:28 +02:00
  • 52f10ea293 Added a MultiImg class similar to the ImageCollection one, to function as the data structure for multi-image files. Ralf Gommers 2009-10-09 19:07:28 +02:00
  • b35220f33c Add Stefan's io.py Ralf Gommers 2009-10-09 14:32:33 +02:00
  • 64c23ae460 Grab version number from setup.py for docs. Stefan van der Walt 2009-10-09 08:48:14 +02:00
  • edc0d55a41 Remember to generate docs when releasing. Also update version in setup.py. Stefan van der Walt 2009-10-09 07:55:26 +02:00