Johannes Schönberger
c04f14c129
Combine 2D and 3D bilateral filter in one function and rename sigma parameters
2012-10-17 16:28:44 +02:00
Johannes Schönberger
5b8f554a2e
Rename tv_denoise to denoise_tv and deprecate
2012-10-17 12:09:09 +02:00
Johannes Schönberger
7967d5fb49
Refactor denoise tests and add tests for bilateral filter
2012-10-17 09:12:27 +02:00
Johannes Schönberger
3757e5c5eb
Use common file for denoising filters
2012-10-17 09:12:27 +02:00
Johannes Schönberger
239026a19d
Add scharr filter to mask test cases
2012-10-13 09:21:10 +02:00
Johannes Schönberger
37ccc805e9
Fix test case doc strings
2012-10-13 09:19:53 +02:00
Johannes Schönberger
f22a014ffa
Add scharr edge filter
2012-10-12 19:10:46 +02:00
Johannes Schönberger
00dbb5e4e3
Improve test coverage of LPI filter
2012-10-06 18:36:15 +02:00
Johannes Schönberger
bca962cc8a
Improve test coverage for ctmf
2012-10-06 17:59:55 +02:00
Johannes Schönberger
01df23a67d
Full test coverage for canny filter
2012-10-06 17:47:54 +02:00
Andreas Mueller
6c59e04714
MISC remove unused imports, some pep8 corrections.
2012-09-27 20:01:45 +01:00
Tony S Yu
852481e055
TST: Add tests for masked region
2012-09-03 22:27:51 -04:00
Tony S Yu
6e3d460b3c
STY: Rename tests.
...
Test classes were unnecessary. Simplify to functions.
2012-09-03 08:08:29 -04:00
Tony S Yu
f2246027fd
STY: Clean up imports
2012-09-03 07:55:05 -04:00
Andreas Wuerl
12b8d8d051
cleanup of tests hence all results of tv denoise operations are returned as float
2012-09-02 21:17:18 +02:00
Andreas Wuerl
42ae537a69
convert image to float before performing tv_denoise operation now
...
removed keep_type argument from tv_denoise which becomes obsolete with the previos change
adapted tests
2012-08-27 19:44:30 +02:00
Andreas Wuerl
14d0923959
fixed data of tv_denoise result images with float datatype to be in default range [0.0:1.0]
2012-08-27 12:41:29 +02:00
Matt McCormick
67eb914ef6
TST: Add buffer for threshold tests.
...
In case conversion from float to integer is imprecise.
2012-07-20 19:09:05 -04:00
Matt McCormick
4b53c92c14
BUG: Fix OTSU thresholding tests with matplotlib IO plugin.
...
The matplotlib IO returns float arrays from [0, 1], which gives difference
results than a ubyte array. Explicitly convert to a ubyte array in the tests.
2012-07-20 18:49:44 -04:00
Andreas Mueller
f7c56202d0
COSMIT no spaces around power `**`. Fun: https://gist.github.com/1671995
2012-06-29 11:27:23 +02:00
Andreas Mueller
ee0fd867da
COSMIT fix ugly line breaks.
2012-06-29 11:27:23 +02:00
Andreas Mueller
f7b3d8062c
COSMIT pep8
2012-06-29 11:27:23 +02:00
Johannes Schönberger
8b8b6d0d60
added generic method to adaptive thresholding
2012-04-25 23:44:06 +02:00
Johannes Schönberger
bacde61e39
updated test cases for adaptive thresholding
2012-04-25 23:44:06 +02:00
Johannes Schönberger
f8e3ba42ef
adapted new function name for adaptive threshold in test cases
2012-04-25 23:44:06 +02:00
Johannes Schönberger
238d4eb4ad
added adaptive threshold
2012-04-25 23:44:06 +02:00
Tony S Yu
5ed5c070c7
Fix test: clip image that exceeded float range.
2012-02-05 09:39:40 -08:00
Tony S Yu
96ba7eb4bd
Move harris corner detection from filter to feature subpackage.
2012-02-02 22:45:23 -05:00
Tony S Yu
4831185b4c
Make test more robust.
...
Test shouldn't depend on the order of the detected corners.
2012-02-02 22:33:57 -05:00
Tony S Yu
fd0e88b986
Minor modifications to Harris corner detector
...
* Add some references.
* Make keyword argument explicit in example.
* Remove test class in favor of functions since no setup was required.
* Clean up docstrings.
2012-02-02 22:33:56 -05:00
Stefan van der Walt
e2c155d09a
BUG: Edge detection routines returned images with invalid ranges [0-255] but dtype float.
2012-01-27 15:30:02 -08:00
Nelle Varoquaux
bc0f77622e
Added tests for harris, and small fixes
2011-12-23 17:21:55 +01:00
Nelle Varoquaux
7ff98597e2
Small fixes on the Harris corner detector - documentation, method renaming etc
2011-12-22 22:08:27 +01:00
Nelle Varoquaux
5d8110bab2
Added tests
2011-12-22 12:27:06 +01:00
Tony S Yu
d9186c90a1
Remove thresholding subpackage and integrate into filter subpackage.
2011-12-11 17:04:46 -05:00
Tony S Yu
c6e854b7c7
Switch radius and mask arguments for median_filter
2011-10-26 16:30:07 -04:00
Tony S Yu
a63e3f4546
Require median filter radius >= 2
...
The octagon structuring element used by _ctmf.pyx does not scale correctly for smaller radii.
2011-10-26 16:22:20 -04:00
Nelle Varoquaux
114cf44c77
Renamed scikits.image to skimage
2011-10-18 21:12:27 +02:00