Johannes Schönberger
b0876ea4ea
Remove deprecated absolute edge map description
2014-11-27 22:59:39 -05:00
Johannes Schönberger
7256f88332
Add missing comma
2014-11-27 12:02:30 -05:00
Johannes Schönberger
c45473bdb9
Use new edge operator functions in test cases
2014-11-27 11:11:07 -05:00
Johannes Schönberger
b26e9bc227
Add deprecation instructions for old unsigned edge map versions
2014-11-27 11:04:30 -05:00
Johannes Schönberger
1b0c40e27b
Add signed edge operators and deprecate unsigned versions
2014-11-27 11:04:02 -05:00
Juan Nunez-Iglesias
bc7df0e269
Merge pull request #1239 from ahojnnes/moments-templ
...
Moments (regionprops) speedup
2014-11-27 16:58:18 +11:00
Johannes Schönberger
8a67733567
Add encoding header
2014-11-26 18:26:34 -05:00
Stefan van der Walt
112ed8ae9e
Merge pull request #1237 from emmanuelle/filters_rank
...
Remove deprecated module name `filter` from tutorial
2014-11-27 00:46:42 +02:00
Juan Nunez-Iglesias
b5a07989ce
Merge pull request #1235 from vighneshbirodkar/blob_fix
...
Fix blob area overlap function warning
Fixes #1233
2014-11-27 09:23:45 +11:00
Johannes Schönberger
fc0a6064d7
Use uint8 type for simple moments functions
2014-11-26 17:08:42 -05:00
Johannes Schönberger
71a5437794
Add fused type specialization for moments functions
2014-11-26 17:03:50 -05:00
emmanuelle
78415132c4
Removed deprecated module name filter from tutorial
2014-11-26 23:02:38 +01:00
Vighnesh Birodkar
9a8c7e5325
fixed blob area overlap function warning
2014-11-26 23:10:49 +05:30
Juan Nunez-Iglesias
802b22a62f
Merge pull request #1229 from almarklein/patch-1
...
Update docs for img_as_ubyte
2014-11-26 10:39:46 +11:00
Almar Klein
0e7daf41dc
Update docs in dtype.py: mention scaling of values
2014-11-25 08:43:58 +01:00
Steven Silvester
90d8d65215
Merge pull request #1232 from jni/negative-histogram
...
Protect exposure.histogram from integer overflow
2014-11-24 18:42:27 -06:00
Juan Nunez-Iglesias
879f8bb8a8
Protect exposure.histogram from integer overflow
...
Fixes #1228 .
I also removed a min() calculation and prevented an image copy when
offset is 0, which is most of the time.
2014-11-24 23:59:43 +11:00
Juan Nunez-Iglesias
0325d9f4d9
Merge pull request #1230 from emmanuelle/clahe
...
Update CLAHE docstring, and fix numpy docstring conventions link.
2014-11-24 12:04:56 +11:00
emmanuelle
568810f688
Fixed broken link to NumPy's docstring standard.
2014-11-23 22:40:15 +01:00
emmanuelle
c8bf2b5d9d
Added a short paragraph + see also section in docstring of
...
exposure.equalize_adapthist
2014-11-23 22:37:27 +01:00
Stefan van der Walt
f530e866d9
Merge pull request #705 from emmanuelle/userguide
...
Additions to the user guide: getting started section
2014-11-23 01:03:42 +02:00
emmanuelle
236274abfd
Implemented Stéfan's minor comments.
2014-11-22 18:33:22 +01:00
emmanuelle
ad3400dd47
Changed a link that pointed to a specific release of scikit-image using
...
the "stable" symlink.
2014-11-22 14:54:46 +01:00
Almar Klein
9bccefbc5e
Update docs for img_as_ubyte
...
The line in `img_as_ubyte` needs correction; ubyte cannot hold negative data. From a quick experiment it seems like both `img_as_uint` and `img_as_ubyte` clip negative values (and not shift them to the positive domain).
2014-11-21 22:36:04 +01:00
Steven Silvester
7c66797054
Merge pull request #1227 from stefanv/remove_build_status
...
Remove build status until Travis-CI yields stable builds
2014-11-17 18:07:49 -06:00
Stefan van der Walt
204553afa0
Remove build status until Travis-CI yields stable builds
2014-11-18 01:14:57 +02:00
Stefan van der Walt
35a3adc92b
Merge pull request #1226 from blink1073/show-travis-build-versions
...
Move debug info into top level Travis for visibility
2014-11-17 12:52:18 +02:00
Steven Silvester
e6f726b77b
Move debug info into top level travis for visibility
2014-11-16 10:52:18 -06:00
Juan Nunez-Iglesias
3f967090aa
Merge pull request #1078 from tonysyu/example/adapt_rgb
...
Add example for `adapt_rgb`
2014-11-12 17:22:24 +11:00
Tony S Yu
56e4283df9
Update import to match rename of filters module
2014-11-11 23:03:50 -06:00
Tony S Yu
c109978c61
Set colormap to grayscale
2014-11-11 23:01:27 -06:00
Tony S Yu
379d8b1fb8
Add example for adapt_rgb
2014-11-11 23:01:27 -06:00
Steven Silvester
c5b94d53d0
Merge pull request #1184 from stefanv/filter_rename
...
Rename and deprecate filter module to prevent shadowing of built-in keyword
2014-11-11 19:42:09 -06:00
Stefan van der Walt
e8ee365382
Simplify warning test
2014-11-11 00:32:02 +02:00
Stefan van der Walt
046fe99e4e
Make sure warning is raised upon import
2014-11-10 16:56:46 +02:00
Stefan van der Walt
3260594268
Add debug print to failing assert
2014-11-10 16:01:11 +02:00
Stefan van der Walt
2e90f4b15d
For filter submodule, explicitly set warning registry location
2014-11-10 14:51:50 +02:00
Stefan van der Walt
e03638a9d2
Filter won't be imported twice--check for its deprecation correctly
2014-11-10 13:41:26 +02:00
Stefan van der Walt
1bfb10cb88
Ensure import of old filter namespace raises warning
2014-11-10 13:16:32 +02:00
Stefan van der Walt
f61f2d0cb8
Do not render filters documentation twice
2014-11-10 13:16:32 +02:00
Stefan van der Walt
3ed648ea08
Fixes according to PR feedback
2014-11-10 13:16:25 +02:00
Stefan van der Walt
75080e6f0d
Check for deprecation on import is problematic. Rather just check that filter can be imported normally.
2014-11-10 12:53:50 +02:00
Stefan van der Walt
78a7b7307a
Rename and deprecate filter module to prevent shadowing of built-in keyword
2014-11-10 12:53:50 +02:00
Stefan van der Walt
80b9807185
Merge pull request #1222 from sciunto/add_shape_draw2
...
Add `shape` option to functions in draw
2014-11-10 10:01:39 +02:00
François Boulogne
44d10176dc
DOC: fix mistake optional flag
2014-11-10 08:10:14 +01:00
François Boulogne
e8cd48b8ae
DOC: enhance docstring
2014-11-10 08:09:26 +01:00
François Boulogne
c736ff2c1a
MAINT: mutualize function
2014-11-09 22:07:05 +01:00
François Boulogne
8e2f397700
add shape option to draw functions
2014-11-09 22:05:59 +01:00
Steven Silvester
c3cf9890b7
Merge pull request #1046 from stefanv/osx_wheels
...
Add OSX wheel generation instructions and upload script
2014-11-08 16:04:53 -06:00
Josh Warner
22c9969274
Merge pull request #1221 from stefanv/pr_1126_update
...
ENH: Replace lena with astronaut
2014-11-08 00:45:08 -06:00