Jostein Bø Fløystad
794a4d7dae
arraypad: allow padding with zero entries (i.e. no padding).
2013-07-05 14:29:09 +02:00
Josh Warner (Mac)
5f7fc52830
FEAT: generator to add various types of random noise to images
2013-06-29 18:00:26 -05:00
Tony S Yu
6cef8727a0
Minor fixes
...
- Use absolute imports so __main__ examples work
- PEP8: 2 blank lines
2013-06-29 10:56:03 -05:00
Adam Wisniewski
81519b7863
adding main to run tests
2013-06-29 10:17:41 -05:00
Josh Warner (Mac)
20ae0a1ca2
FEAT: Generalized n-dimensional array padding
...
This PR exposes NumPy 1.8+ padding functionality to all
users of scikit-image, regardless of their personal NumPy
version.
The improved (much better scaling with dimensionality)
version introduced in NumPy 1.8 is used.
2013-06-19 09:10:06 -05:00
Andreas Mueller
6c59e04714
MISC remove unused imports, some pep8 corrections.
2012-09-27 20:01:45 +01:00
kuantkid
61be60cace
FIX: early fix for dtype conversion from bool to other type PR #306 , Issue #263
2012-09-10 13:00:32 +08:00
Johannes Schönberger
4b303f36cc
Update test cases for boolean dtype conversion
2012-08-24 12:44:00 +02:00
Andreas Mueller
f7b3d8062c
COSMIT pep8
2012-06-29 11:27:23 +02:00
cgohlke
bde2831709
Add test_float_out_of_range
2012-06-06 18:53:44 -07:00
cgohlke
bbc5b8e552
Remove range check test
2012-05-24 01:20:51 -07:00
cgohlke
dad16f8a29
Restore test_float_out_of_range
2012-05-23 11:33:19 -07:00
cgohlke
8575a46f42
Verify dtype
2012-05-23 00:55:28 -07:00
cgohlke
e4b49239c4
Adjust tests for new type conversion rules
2012-05-22 00:25:42 -07:00
Stefan van der Walt
b9289123f7
Explicitly use float64 instead of float.
2012-03-11 16:02:20 -07:00
Stefan van der Walt
ea15eb7647
ENH: Allow forced copy of data upon type conversion.
2012-03-10 17:27:54 -08:00
Nicolas Pinto
68f8c68c3f
FIX: util.montage2d 'normalize' becomes 'rescale_intensity' and defaults to False
2012-02-14 19:36:07 -05:00
Nicolas Pinto
99efa1b771
ENH: add montage2d with tests
2012-02-13 21:20:31 -05:00
Nicolas Pinto
c1c954e19d
STY: pep8 in util.shape + its tests
2012-02-12 14:59:58 -05:00
Nicolas Pinto
1108bd892e
ENH: move 'util.array_views' to 'util.shape'
2012-02-12 14:59:06 -05:00
Nicolas Poilvert
41a259ee26
simplifying code for clarity and modifying tests
2012-02-12 12:24:09 -05:00
Nicolas Poilvert
39a487834c
more tests on rolling views
2012-02-12 01:06:47 -05:00
Nicolas Poilvert
da707a78ed
initial push of array view codes. tests for block views
2012-02-12 00:09:49 -05:00
Tony S Yu
5ed5c070c7
Fix test: clip image that exceeded float range.
2012-02-05 09:39:40 -08:00
Tony S Yu
0dcd5dc38e
ENH: Check that float images are between 0 and 1.
2012-02-03 17:36:06 -05:00
Tony S Yu
74b0f41e15
ENH: Add tests for full coverage.
...
The extra dtype tests are not exhaustive, but, instead, were added to test specific code paths in `_convert`.
2012-02-03 16:25:11 -05:00
Nelle Varoquaux
114cf44c77
Renamed scikits.image to skimage
2011-10-18 21:12:27 +02:00