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
|
05a4b73de6
|
Merge branch 'coverage' of http://github.com/rgommers/scikits.image
|
2009-10-28 23:16:28 +02:00 |
|
Ralf Gommers
|
a04fa0b578
|
Add make coverage command.
|
2009-10-28 14:37:00 +01:00 |
|
Ralf Gommers
|
7badc2c240
|
Make "make test" work.
|
2009-10-28 14:09:50 +01:00 |
|
Stefan van der Walt
|
3bf33a0a46
|
Fix opencv for systems without libraries installed.
|
2009-10-26 13:34:13 +02:00 |
|
Stefan van der Walt
|
36b4d97769
|
Generate new API only when the current version of the library is installed, otherwise revert to pre-generated files. [Patch by Helge Reikeras]
|
2009-10-25 06:26:36 +02:00 |
|
Stefan van der Walt
|
c0099c37f8
|
Add dist to gitignore.
|
2009-10-24 19:09:28 +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 |
|
Stefan van der Walt
|
31f81bff15
|
Merge branch 'master' of http://github.com/sccolbert/scikits.image
|
2009-10-24 16:08:52 +02:00 |
|
Stefan van der Walt
|
143a22e3f7
|
Add default version file.
|
2009-10-24 16:07:59 +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
|
06ab076c75
|
Merge branch 'color' of http://github.com/rgommers/scikits.image
|
2009-10-24 11:58:45 +02:00 |
|
Stefan van der Walt
|
c3dd1e486e
|
Add package __version__.
|
2009-10-24 11:48:58 +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 |
|
Stefan van der Walt
|
134c1e0090
|
Update tasks list and release instructions.
|
2009-10-24 10:31:58 +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 |
|
Ralf Gommers
|
04f01ffce4
|
Add note on assumed data range.
|
2009-10-23 15:06:27 +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 |
|
Ralf Gommers
|
a93e5f9e6c
|
Add color spaces work to contributors file.
|
2009-10-23 10:51:53 +02:00 |
|
Ralf Gommers
|
91b0d63800
|
Remove explicit checks of image type and NaN, and correct dtype descriptor.
|
2009-10-23 10:48:15 +02:00 |
|
Ralf Gommers
|
caede7762b
|
Add a function to convert from any color space directly to any other space.
|
2009-10-22 11:45:57 +02:00 |
|
Stefan van der Walt
|
d277058ff9
|
Include auto-generated API files in distribution.
|
2009-10-22 10:34:41 +02:00 |
|
Stefan van der Walt
|
3b6a028c6b
|
Add MANIFEST.in for building source package.
|
2009-10-22 10:26:58 +02:00 |
|
Ralf Gommers
|
d7b49ef950
|
Remove NTSC color space.
Reason: it was not clear exactly what this was and what it was for. The color
space used for NTSC video is YIQ, not RGB NTSC.
|
2009-10-22 01:18:02 +02:00 |
|
Ralf Gommers
|
64f65e0160
|
Clean up the colorconv module docstring.
|
2009-10-22 01:14:02 +02:00 |
|