andy
|
79cde8df47
|
have preferrence list of plugins instead of just trying "null" and "pil"
|
2011-10-04 11:56:11 -07:00 |
|
Stefan van der Walt
|
0a71c9060e
|
BUG: Fix default log-level.
|
2011-09-30 18:15:22 -07:00 |
|
Stefan van der Walt
|
2076876d47
|
Merge pull request #38 from amueller/dtype_minor
ENH: Avoid temporaries in dtype conversion.
|
2011-09-29 11:06:24 -07:00 |
|
Andreas Mueller
|
d7761bae54
|
pep8 whitespace
|
2011-09-29 13:31:07 +02:00 |
|
Andreas Mueller
|
487f165622
|
slightly faster image conversion by creating less temporaries.
|
2011-09-29 13:30:53 +02:00 |
|
Stefan van der Walt
|
fe4956049b
|
BUG: Adopt lena example to use new data module.
|
2011-09-28 20:57:51 -07:00 |
|
Stefan van der Walt
|
9da0a6509b
|
BUG: Add 'color' subpackage.
|
2011-09-28 10:41:05 -07:00 |
|
Stefan van der Walt
|
12066f8681
|
BUG: Make test file non-executable.
|
2011-09-28 01:40:01 -07:00 |
|
Stefan van der Walt
|
75d1688183
|
PKG: Remove both .so and .pyc files in find . -name "*.so" -o -name "*.pyc" | xargs rm -f.
|
2011-09-27 23:11:02 -07:00 |
|
Stefan van der Walt
|
13e21935ed
|
PKG: Allow make clean to run twice in a row.
|
2011-09-27 23:05:05 -07:00 |
|
Stefan van der Walt
|
d7c28fc731
|
Merge pull request #36 from amueller/dtype_minor
ENH: numpy 1.5 compat: Don't use dtype argument to np.empty.
|
2011-09-27 14:53:51 -07:00 |
|
Stefan van der Walt
|
ee3e0e3084
|
Merge pull request #29 from amueller/canny_usability
ENH: Add sensible defaults for Canny. Code cleanups.
|
2011-09-27 14:52:33 -07:00 |
|
andy
|
375079e82f
|
don't use np.empty_like with dtype argument to be numpy 1.5 compatible.
|
2011-09-27 23:51:14 +02:00 |
|
Stefan van der Walt
|
584d20356a
|
Merge pull request #35 from amueller/color_converters_dtype
ENH: Use dtype converters in color space manipulation.
|
2011-09-27 14:50:55 -07:00 |
|
andy
|
b3759c8a2f
|
bug: color convertion. make tests arrays float.
|
2011-09-27 23:38:57 +02:00 |
|
Stefan van der Walt
|
7404896730
|
BUG: Add 'util' subpackage.
|
2011-09-27 12:50:06 -07:00 |
|
Stefan van der Walt
|
339fbe7d1f
|
Merge branch 'dtype_converters'
|
2011-09-27 12:48:07 -07:00 |
|
andy
|
c1b72ea638
|
use dtype.img_as_float in _convert for colorspaces.
All conversions are done as matrix multiplications with floats, so this is the only
way not to lose precision.
|
2011-09-27 21:11:30 +02:00 |
|
andy
|
01723d7f66
|
pep8
|
2011-09-27 20:56:12 +02:00 |
|
Stefan van der Walt
|
0b7df2626a
|
ENH: Add img_as_ubyte.
|
2011-09-27 01:16:35 -07:00 |
|
Stefan van der Walt
|
e57dd71209
|
DOC: Update contributor howto.
|
2011-09-27 00:46:18 -07:00 |
|
Stefan van der Walt
|
f8a0e9e6e7
|
BUG: Use local lena data file in tv_denoise test.
|
2011-09-26 21:50:48 -07:00 |
|
Stefan van der Walt
|
146bef59b3
|
BUG: Fix fast_homography test based on new lena.
|
2011-09-26 21:45:52 -07:00 |
|
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
|
0b175a345f
|
DOC: Update Makefile's clean target.
|
2011-09-26 21:18:02 -07:00 |
|
Stefan van der Walt
|
52959ac2bf
|
DOC: Use correct location of blank_image in example generator.
|
2011-09-26 21:05:01 -07:00 |
|
Stefan van der Walt
|
15e65fa7ca
|
DOC: Move radon example to gallery.
|
2011-09-26 21:04:32 -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 |
|
Stefan van der Walt
|
5ec5c55b1a
|
BUG: Fix typo in dtype converter integer list.
|
2011-09-26 17:12:14 -07:00 |
|
Stefan van der Walt
|
edfb8262ba
|
DOC: Fix dtype converter docstring typos.
|
2011-09-26 16:56:09 -07:00 |
|
Stefan van der Walt
|
dff2ee74b0
|
ENH: Add dtype converters.
|
2011-09-26 16:34:00 -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 |
|
Andreas Mueller
|
089485ff93
|
new canny edge tutorial location
|
2011-09-26 19:48:25 +02:00 |
|
Andreas Mueller
|
8e33b17b12
|
pep8, removed unused import and variables
|
2011-09-26 19:29:44 +02:00 |
|
Andreas Mueller
|
fcf4c41bd6
|
somewhat sensible default values for canny edges
|
2011-09-26 17:22:13 +02:00 |
|
Andreas Mueller
|
24d771d333
|
check if input for canny is 2d array, test for error raise.
|
2011-09-26 17:21:58 +02:00 |
|
Andreas Mueller
|
604296bb51
|
removed dead link form canny help string
|
2011-09-26 17:21:25 +02:00 |
|
Andreas Mueller
|
78f16f4264
|
pep8
|
2011-09-26 17:21:03 +02:00 |
|