Stefan van der Walt
|
41f75309fa
|
BUG: fast_homography should ensure input data is contiguous.
|
2011-09-26 21:44:21 -07:00 |
|
Stefan van der Walt
|
c4affd4078
|
BUG: Always return contiguous array from colour conversion.
|
2011-09-26 21:42:37 -07:00 |
|
Stefan van der Walt
|
2c0f48cd35
|
TST: Make LPIFilter tests operate on a smaller image, since they take long to execute, and cameraman.png is now bigger than before.
|
2011-09-26 20:34:25 -07:00 |
|
Stefan van der Walt
|
34b2000e45
|
DOC: Warn about OpenCV deprecation.
|
2011-09-26 20:28:31 -07:00 |
|
Emmanuelle Gouillart
|
f579d8fc61
|
Merge branch 'stefan-radon'
|
2011-09-26 23:58:12 +02:00 |
|
Emmanuelle Gouillart
|
1e3ad55c84
|
More tests on radon and iradon
|
2011-09-26 23:48:58 +02:00 |
|
Emmanuelle Gouillart
|
55349987aa
|
Change default angles in iradon (as many angles as projections)
+ a few doc fixes
|
2011-09-26 23:47:35 +02:00 |
|
Stefan van der Walt
|
dca93a282f
|
Merge pull request #33 from amueller/median_filter_minor
Median filter minor cleanup.
|
2011-09-26 14:23:16 -07:00 |
|
Andreas Mueller
|
0cec5fcf09
|
in median filter, rename input data to "image"
|
2011-09-26 20:21:20 +02:00 |
|
Andreas Mueller
|
e9efbbcf16
|
adjusted default value test to new default values... what does that test do?
|
2011-09-26 20:15:49 +02:00 |
|
Andreas Mueller
|
82212dd2f7
|
pep8
|
2011-09-26 20:13:41 +02:00 |
|
Andreas Mueller
|
4fab810a5e
|
remove unused imports, avoid from x import *
|
2011-09-26 20:13:41 +02:00 |
|
Andreas Mueller
|
dfad24e682
|
rank filter has radius 2 by default. radius 1 fails ?!
|
2011-09-26 20:13:41 +02:00 |
|
Andreas Mueller
|
e6f660d49d
|
rank filter asserts input is 2d
|
2011-09-26 20:13:41 +02:00 |
|
Stefan van der Walt
|
b0798eb55f
|
ENH: Minor setup.py cleanups.
|
2011-09-26 11:01:52 -07:00 |
|
Stefan van der Walt
|
b65af2727a
|
ENH: Use fast homography instead of PIL's rotate. Minor cleanup.
|
2011-09-25 18:04:27 -07:00 |
|
Stefan van der Walt
|
ab19017962
|
Merge radon/fast_homography.
|
2011-09-25 17:44:30 -07:00 |
|
Stefan van der Walt
|
3df7df263e
|
Import fast homography as transform.fast_homography.
|
2011-09-25 17:37:04 -07:00 |
|
Stefan van der Walt
|
2b71fd9a0e
|
BUG: fast_homography: Fix constant mode.
|
2011-09-25 17:32:32 -07:00 |
|
Stefan van der Walt
|
2d94a273f6
|
Fix mirror mode. Update docstrings. Update tests
|
2011-09-25 17:23:26 -07:00 |
|
Stefan van der Walt
|
69ae2f022b
|
BUG: fast_homography: Fix mirror mode.
|
2011-09-25 16:53:55 -07:00 |
|
Stefan van der Walt
|
167b43fc33
|
ENH: fast_homography: 20x speed improvement.
|
2011-09-25 16:45:52 -07:00 |
|
Stefan van der Walt
|
8da0ea52c0
|
ENH: Minor clean ups of data loader.
|
2011-09-25 15:15:07 -07:00 |
|
 andyandStefan van der Walt
|
41ed86d49b
|
Convenience functions to load example images.
|
2011-09-25 15:04:51 -07:00 |
|
Stefan van der Walt
|
9fb46e1e44
|
Add Cython homography implementation. Not well optimised yet.
|
2011-09-25 15:03:01 -07:00 |
|
Stefan van der Walt
|
42ca806112
|
Merge Emmanuelle's work on documentation examples / build.
|
2011-09-24 14:48:04 -07:00 |
|
Stefan van der Walt
|
3b1fb71ce9
|
ENH: Expose data module. Currently just provides scipy's lena in a more convenient location.
|
2011-09-24 13:21:44 -07:00 |
|
Stefan van der Walt
|
5ba4ebf30b
|
ENH: Rename sat and sat_sum to be in-line with CV community convention.
|
2011-09-20 08:43:54 -07:00 |
|
Stefan van der Walt
|
88fd5c714b
|
Merge radon transform by Pieter Holtzhausen.
|
2011-09-18 14:29:13 -07:00 |
|
Stefan van der Walt
|
b2be624de1
|
DOC: Update sat docs after feedback from Brian Holt.
|
2011-09-18 14:20:38 -07:00 |
|
Stefan van der Walt
|
b56c370dfa
|
Add summed area table, using Nicolas Pinto's suggestion for a pure
Python implementation.
|
2011-09-18 09:28:21 -07:00 |
|
Stefan van der Walt
|
bcd7069b7b
|
Merge pull request #17 from emmanuelle/change_repo_name
Update config files with new repo location. Update build instructions for windows.
|
2011-08-29 13:20:39 -07:00 |
|
Gael varoquaux
|
372266601d
|
MISC: Clean ups in TV
|
2011-08-29 21:31:27 +02:00 |
|
Emmanuelle Gouillart
|
805be0ab3f
|
Name of new github repository in setup.py of submodules
|
2011-08-29 20:55:00 +02:00 |
|
Stefan van der Walt
|
fa422d5084
|
Correctly detect missing FreeImage.
|
2011-08-24 03:54:22 -07:00 |
|
Pieter Holtzhausen
|
72fc24fc90
|
Fixes
|
2011-08-22 14:40:13 +02:00 |
|
Stefan van der Walt
|
ae2b253289
|
Use absolute path for scikits.image.data_dir.
|
2011-08-20 21:34:54 -07:00 |
|
Pieter Holtzhausen
|
39da9f95c5
|
Phantom image example for radon transform
|
2011-08-19 01:48:55 +02:00 |
|
Pieter Holtzhausen
|
494be9f967
|
Test and image dimension checking
|
2011-08-19 00:20:14 +02:00 |
|
Pieter Holtzhausen
|
e26089bad0
|
Implemented various filters and interpolation methods.
|
2011-08-18 15:52:59 +02:00 |
|
Pieter Holtzhausen
|
be28bb9fba
|
First working version of radon and iradon
|
2011-08-17 17:46:13 +02:00 |
|
Tony S Yu
|
8f0f253aeb
|
Fix docstring so Sphinx doesn't complain about indentation.
Same indentation fix in 3 places, but only one warning fixed because 2 of the fixes are private functions.
|
2011-07-18 01:08:23 -04:00 |
|
Stefan van der Walt
|
b24f2a099c
|
Merge Neil's fixes, including those for py3k.
|
2011-07-16 17:25:42 -05:00 |
|
Neil
|
a595f267fd
|
Remove as_grey from plugins
|
2011-07-17 00:21:43 +02:00 |
|
Neil
|
435a2dab55
|
Revert "Pass as_grey to the imread plugins"
This reverts commit 8f16ca1242, as the
as_grey keyword should disappear from the plugins.
|
2011-07-17 00:14:09 +02:00 |
|
 James TurnerandStefan van der Walt
|
f049cfc12a
|
Warn user when Cython can't be imported
|
2011-07-16 16:41:30 -05:00 |
|
Neil
|
b5c85b6eb8
|
Don't rely on pil for plugin_priority test. Skip test if neither pil or freeimage are available
|
2011-07-16 23:01:42 +02:00 |
|
Neil
|
e7a69bbfc5
|
Skip pil_plugin tests if PIL isn't available
|
2011-07-16 22:14:00 +02:00 |
|
Neil
|
8f16ca1242
|
Pass as_grey to the imread plugins
|
2011-07-16 21:55:57 +02:00 |
|
Neil
|
8ceb250bee
|
Return correct type for as_grey with freeimage
|
2011-07-16 21:53:30 +02:00 |
|