emmanuelle
873a2bab4f
Modified a few docstrings that made doctesting fail
2014-12-07 16:58:36 +01:00
Stefan van der Walt
3f719df9a3
Merge pull request #1250 from emmanuelle/seealso
...
Docstring updates in `exposure` module
2014-12-05 01:00:46 +02:00
emmanuelle
f9b10c58ad
Corrected another bug that made doctest fail
2014-12-04 22:39:42 +01:00
Stefan van der Walt
36aa4cdb6f
Merge pull request #1254 from matejak/label3d
...
Refactor labeling and extend to 3D
2014-12-04 12:31:29 +02:00
Stefan van der Walt
b9a71663af
Merge pull request #1247 from emmanuelle/gallery_edges
...
Add a second example to the edge filtering gallery example
2014-12-03 19:28:04 +02:00
Jacopo
77a78a287c
Updated docs for regionprops to reflect the dropping of regions with label value 0
2014-12-03 11:09:46 +10:00
Matěj Týč
c6ebe6c661
Removed negative connectivity support as requested
2014-12-02 22:34:04 +01:00
emmanuelle
5553ea44b3
Corrected typos + modified docstring that made doctest fail
2014-12-02 22:10:30 +01:00
emmanuelle
2636abba92
Small additions to some docstrings in exposure module
2014-12-01 23:32:21 +01:00
emmanuelle
d78c9aab08
Completed docstrings for the different edge filters.
2014-12-01 22:22:07 +01:00
Juan Nunez-Iglesias
6c444490e3
Merge pull request #1243 from emmanuelle/filters_rank
...
Added an import of `median` from the `filters` module
2014-12-01 12:15:22 +11:00
Ivana Kajić
98f41fb12b
More detailed docu. Modified examples.
...
Added doctest skipping of matplotlib's commands.
2014-11-30 18:15:27 +00:00
emmanuelle
b730777a74
Modified test for median filter import
2014-11-30 14:58:10 +01:00
emmanuelle
bea0c1b7d1
Added an import of median from the filters module
...
(it's `filters.rank.median`, but it is convenient to have the very common
median filter in `filters` as well)
2014-11-29 14:34:09 +01:00
Ivana Kajić
2c830a34e2
Updated Return section.
2014-11-28 16:09:48 +00:00
Ivana Kajić
e5cd943bc3
Added examples for Gabor filters.
2014-11-28 16:09:48 +00:00
Ivana Kajić
414e9ec19c
Added docu for gabor_filter. n_stds added to the parameter list.
2014-11-28 16:09:48 +00:00
Matěj Týč
e41bff898a
Added fix for the strange input array shapes + tests
2014-11-28 16:45:52 +01:00
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
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
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
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
Matěj Týč
3b4425813b
Streamlined connectivity vs neighbors handling
2014-11-25 00:37:19 +01: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
Matěj Týč
ac11b61502
Fixed typos, added array shape checking
2014-11-23 23:45:32 +01:00
Matěj Týč
d07caea5a8
Mended code style
2014-11-23 23:17:01 +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
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
Matěj Týč
a4b841daf0
Fixed bugs
2014-11-19 23:16:33 +01:00
Matěj Týč
53e1912854
Merge branch 'label3d' of https://github.com/matejak/scikit-image into label3d
2014-11-19 23:03:07 +01:00
Matěj Týč
fe4a9b5847
Made the scan code cleaner and faster (but longer)
2014-11-19 23:02:34 +01:00
Matěj Týč
20755da3fe
Fixed typos and made some style fixes
2014-11-19 21:32:27 +01:00
Matěj Týč
06c46ec51e
Introduced the connectivity parameter, regrouped some code
2014-11-18 23:45:54 +01:00
Matěj Týč
abf3dbc593
Added and tested proper exception handling concerning array shape
2014-11-16 15:33:13 +01:00
Matěj Týč
eb55d177c3
Removed declaration of deceased function
2014-11-15 17:11:45 +01:00
Matěj Týč
d29831882d
Redone the background handling = considerable speedup
2014-11-15 16:42:22 +01:00
Matěj Týč
67464e2081
Fixed a typo + cleaned the code semantics
2014-11-15 16:11:31 +01:00
Matěj Týč
7c7ecc4bdc
Mainly typo fixes
2014-11-11 21:49:57 +01:00
Matěj Týč
438a9355d6
Fixed bugs so test pass now
2014-11-11 00:39:49 +01: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