Commit Graph

7427 Commits

Author SHA1 Message Date
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
Stefan van der Walt 3423b43394 Merge pull request #1251 from arve0/fix-github-logo-icon
Fix github logo icon path
2014-12-03 19:25:23 +02:00
Juan Nunez-Iglesias 495c4b6a2b Merge pull request #1255 from dedalusj/regionprops-docs
Clearly state that label 0 is ignored by regionprops.
2014-12-03 12:43:33 +11: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
Steven Silvester 043721aa24 Use system packages on Py2.7
Use system packages on python 2.7

Try and fix PyQt4 and use wheelhouse astropy

Fix version requirements
2014-12-02 05:39:56 -06:00
Steven Silvester 40d6a51779 Use virtualenv for all builds and install everything from wheelhouse
Use venv for all builds and install everything from wheelhouse

Use venv and all minimum requirements

Edit requirements.txt in place and use one call

Update minimum versions and install exclusively from wheelhouse

Use mpl 1.3.1 on py 3.2

Fix pip invocation

Fix pip invocation again

Another fix to pip invocation

Explicitly use venv python to call build_versions.py

Move venv creation and activation to top level

Do not use site-packages

Fix minimum matplotlib ver and Pillow version check

Fix minimum matplotlib ver

Improve error message on version check

Add more debug info

Even more debug info

More debug info

Yet another debug print

Fix python 2.7 installation problem

check for PIL.Image version on install

Add debug to before_install

Try a pip install virtualenv first

Clean up virtualenv creation, add debug info, fix PySide script install

Fix virtualenv path for PySide install

Fix venv location and activation

Try no site packages and fix python 2.7 install
2014-12-02 05:39:35 -06:00
François Boulogne 4e2fd7cfa4 DOC: add link to main website + refresh 2014-12-01 21:52:15 -05:00
arve0 d14edd208c fix github logo icon path 2014-12-02 00:55:49 +01:00
Stefan van der Walt 76a3504a69 Merge pull request #1249 from arve0/fix-doc-build-virtualenv
Fix building of doc in virtualenv, and add a short description in doc/README
2014-12-02 01:14:28 +02: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
arve0 70944f82b0 fix building of doc in virtualenv. add short description in readme 2014-12-01 16:26: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
Emmanuelle Gouillart 714dd6d083 Merge pull request #1119 from ikajic/filter-docu
Gabor filter docstrings
2014-11-30 20:46:21 +01: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 6f561130e6 Added references on rotation invariance and filters. 2014-11-30 17:08:49 +01:00
emmanuelle b730777a74 Modified test for median filter import 2014-11-30 14:58:10 +01:00
emmanuelle 78e4d7a00d Added a second example to the edge filtering gallery example, focusing on
the difference between Scharr and Sobel filters.
2014-11-30 14:45:12 +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
Steven Silvester dea355288d Merge pull request #1240 from ahojnnes/edge-sign
Signed edge operators
2014-11-28 09:14:24 -06: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 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
emmanuelle eae2196dd2 First version of sections on color and exposure. 2014-11-26 22:59:49 +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
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
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
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 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