GitHub / 8kcool/image-processing-samplecode-python / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| b16b775a | pep8 fix | Gregory Lee <g****7@g****m> | over 7 years ago | |
| 51b169ff | use parametrize for dtype in wavelet scaling tests | Gregory Lee <g****7@g****m> | over 7 years ago | |
| 933f6551 | style refactor based on review comments | Gregory Lee <g****7@g****m> | over 7 years ago | |
| 2dc18455 | DOC: update release notes |
Gregory R. Lee <g****e@c****g>
Committed by: Gregory Lee <g****7@g****m> |
over 7 years ago | |
| 6e30c2dd | fix: in denoise_wavelet, if the image is rescaled, sigma should be too |
Gregory R. Lee <g****e@c****g>
Committed by: Gregory Lee <g****7@g****m> |
over 7 years ago | |
| c05b05fc | Fix incorrect imports of expected_warnings | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| fd9876c3 | move dask as optional requirement | François Boulogne <d****l@s****g> | over 7 years ago | |
| 6f8f6d90 | Refactor check_sdist so that it takes a parameter | Mark Harfouche <m****e@g****m> | over 7 years ago | |
| e35c9003 | Warn about loss of precision in the user guide | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| 6683c2d8 | Remove all expected warnings on prec or sign loss | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| 6b440f42 | Update expected_warnings doctest to use rank filters | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| 9a0a8fb9 | Revert "Add option to suppress warnings in dtype.convert" | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| 631b00ef | Revert "Add warn_on_* keywords to all the img_as_* functs" | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| 7961f821 | Revert "Update expected warnings example" | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| 267fad2b | Remove all warnings from convert | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| 86b4328a | Filter out DeprecationPendingWarning for matrix subclass (#3572) |
Emmanuelle Gouillart <e****t@n****g>
Committed by: Juan Nunez-Iglesias <j****s@m****u> |
over 7 years ago | |
| 6e9fa957 | merge Merge pull request #3452 from hmaarrfk/tifffile_numpy_from_bytes |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 77eb66c4 | Explain why the fix for tifffile was vendored. | Mark Harfouche <m****e@g****m> | over 7 years ago | |
| 6caeca56 | Remove all expected precision warnings from tests | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| 049ac066 | Convert every use of skimage.img_as to util.img_as | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| 8a46e0f9 | Update expected warnings example | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| 963bc851 | Update user guide to show how to turn on warnings | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| c35d35de | Add warn_on_* keywords to all the img_as_* functs | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| 1440b54a | Add option to suppress warnings in dtype.convert | Juan Nunez-Iglesias <j****s@m****u> | over 7 years ago | |
| a2e9e960 | merge Merge pull request #3549 from hmaarrfk/suppress_marching_cubes_warning |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 04ee76ae | merge Merge pull request #3574 from PinkFloyded/gallery_rgb2gray |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
over 7 years ago | |
| 9b3d5ad6 | Fix PEP8 trailing whitespace issues | PinkFloyded <k****y@g****m> | over 7 years ago | |
| d6673f09 | Fix typo in plot_local_equalize.py | PinkFloyded <k****y@g****m> | over 7 years ago | |
| c7fb5c97 | Add RGB to grayscale gallery example | PinkFloyded <k****y@g****m> | over 7 years ago | |
| f5dfde8e | Switched from np.power to np.cbrt (#3570) |
Jeremy Metz <m****p@g****m>
Committed by: Stefan van der Walt <s****t@g****m> |
over 7 years ago | |
| b3412c77 | merge Merge pull request #3564 from sciunto/matplotlib_deprecation |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e1b58f53 | merge Merge pull request #3563 from PinkFloyded/make_nproc_fallback |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| d4c85eab | Add 1 as fallback for 'getconf _NPROCESSORS_ONLN' | PinkFloyded <k****y@g****m> | almost 8 years ago | |
| 2ebf25f5 | merge Merge pull request #3528 from LaurentRDC/mskd-reg-trans-gallery |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 98a2b323 | Fix axis API deprecation (matplotlib) | François Boulogne <d****l@s****g> | almost 8 years ago | |
| ad0612de | Use 'getconf _NPROCESSORS_ONLN' as fallback for nproc | PinkFloyded <k****y@g****m> | almost 8 years ago | |
| e0816b8c | Change gallery example from (y, x) to (row, col) | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| c172959a | merge Merge pull request #3553 from sciunto/random |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| ab2b5fd1 | merge Merge pull request #3556 from sciunto/bugfix-3551 |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| cc122760 | merge Merge pull request #3490 from hmaarrfk/release_the_guillotine |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 89b65dcd | Added a few words about my (Mark's) contributions | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| f011bf1e | merge Merge pull request #3458 from hmaarrfk/cleanup_testing_warnings |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| f3238d58 | Fixes #3551: _validate_lengths replaced in numpy/master | François Boulogne <d****l@s****g> | almost 8 years ago | |
| b3c524a8 | DOC: enhance presentation of RANSAC linear fits | François Boulogne <d****l@s****g> | almost 8 years ago | |
| 85868d48 | DOC: hightlight variables in docstrings | François Boulogne <d****l@s****g> | almost 8 years ago | |
| 1fdb430e | MAINT: use skimage random_noise instead of direct numpy call | François Boulogne <d****l@s****g> | almost 8 years ago | |
| 1257df5b | DOC: minor enhancements random_noise docstring | François Boulogne <d****l@s****g> | almost 8 years ago | |
| c9abf62a |
Update skimage/morphology/_skeletonize_cy.pyx
Co-authored-by: hmaarrfk <m****e@g****m> |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: Mark Harfouche <m****e@g****m> |
almost 8 years ago | |
| e2c38910 | Fix morphology.local_maxima for input with any dimension < 3 (#3447) |
Lars Grüter <l****u@u****m>
Committed by: Stefan van der Walt <s****t@g****m> |
almost 8 years ago | |
| 4ad57974 | merge Merge pull request #3542 from robroooh/tempfix-matplotlib-readme |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 15900e6b | merge Merge pull request #3530 from thoo/sphinx_copy_button |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 6beba0d1 | Update Readme in favor of #3476 | robroooh <r****c@g****m> | almost 8 years ago | |
| f93c9058 | Change to make html | thoo <t****y@g****m> | almost 8 years ago | |
| 9bcc6209 | merge Merge remote-tracking branch 'upstream/master' into sphinx_copy_button | thoo <t****y@g****m> | almost 8 years ago | |
| 50f7bc7e | Fix typo and modify tooltip style | thoo <t****y@g****m> | almost 8 years ago | |
| c1b60f15 | New masked registration example in gallery | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| c8e1640a | merge Merge remote-tracking branch 'upstream/master' into mskd-reg-trans-gallery | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| b2057bd4 | merge Merge pull request #3069 from hmaarrfk/feature_rectangle_perimeter |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 1417522a | merge Merge pull request #3536 from constantinpape/skeletonize_lift_gil |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| ff0d645a | merge Merge pull request #3534 from hmaarrfk/remove_requirements_parser |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| bcd8fb0e | pep8 |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 112208ce | Add some robustness checks, and comments, |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 10f8d2d2 | merge Merge pull request #3504 from hmaarrfk/rank_benchmark |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 4c86572f | Lift the gil in main loop of _skeletonize_3d | Constantin Pape <c****e@i****e> | almost 8 years ago | |
| 7504178c | merge Merge pull request #3222 from hmaarrfk/fix_appveyor |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 02279325 | Fix some PEP8 issues | Constantin Pape <c****e@i****e> | almost 8 years ago | |
| 553944c7 | merge Merge pull request #3533 from hmaarrfk/touchup_matplotlib |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| ab8624df | merge Merge pull request #3535 from hmaarrfk/SimpleITK37 |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 6b18d353 | Remove restriction on simpleitk for python 3.7 | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 2113773e | Get rid of the requirements-parser dependency | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| d662ebad | DOC: Add some instructions about the build environment setup. | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| b326f4a1 | MNT: delay importing matplotlib.pyplot in manual_segmentation | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 1f326389 | Add an other failer exception | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 25d35cbb | Change as recommended | thoo <t****y@g****m> | almost 8 years ago | |
| b09b69f9 | merge Merge remote-tracking branch 'upstream/master' into sphinx_copy_button | thoo <t****y@g****m> | almost 8 years ago | |
| adc6da7c | Remove sphinx-copybutton modification | thoo <t****y@g****m> | almost 8 years ago | |
| ae7eddfe | merge Merge pull request #3529 from sciunto/docstring_optional |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 4f0c2c32 | Add sphinx-copybutton requirement | thoo <t****y@g****m> | almost 8 years ago | |
| 6dd1c9a5 | Add copybutton | thoo <t****y@g****m> | almost 8 years ago | |
| d0665c01 | DOC: make dosctring more compliant to our standard | François Boulogne <d****l@s****g> | almost 8 years ago | |
| 83db828f | Store test data in tests/data | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| d2b0d50b | Use pathlib instead of os.path | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| f6514014 | Line length | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| 2d0b8b2b | Invert image in skeletonize benchmark | Constantin Pape <c****e@i****e> | almost 8 years ago | |
| 9b72f2cf | Lift gil in skeletonize_3d | Constantin Pape <c****e@i****e> | almost 8 years ago | |
| cc082703 | Added test to reproduce the original author's Matlab tests | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| 3e12f6d7 | Use std::vector instead of python list in skeletonize_3d | Constantin Pape <c****e@i****e> | almost 8 years ago | |
| 8aec4b1d | Added test images | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| 1b5993ab | Add skeletonize_3d benchmark | Constantin Pape <c****e@i****e> | almost 8 years ago | |
| afeaa26e | merge Merge pull request #3 from scikit-image/master |
Alexandre de Siqueira <a****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| b39cbccc | merge Merge pull request #3522 from hmaarrfk/speed_up_block_reduce |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| a2abe3c0 | TST: fix block_reduce_median test | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| cdf8467c | Speedup block_reduce with numpy's axis parameter | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| b603d862 | merge Merge pull request #3518 from ahojnnes/warp-zero-size-image |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e99de8b1 | merge Merge pull request #3520 from onomatopeia/installation-tkinter |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 517af1e1 | Cython -> Cython3 | onomatopeia <a****a@g****m> | almost 8 years ago | |
| 030ee4b0 | Changed dependencies for Ubuntu to python3-x alternatives | onomatopeia <a****a@g****m> | almost 8 years ago | |
| 9b16a349 | Added tkinter installation to Ubuntu | onomatopeia <a****a@g****m> | almost 8 years ago | |
| 34d14fb1 | merge Merge pull request #3506 from hmaarrfk/fix_rank_entropy_test |
Johannes Schönberger <j****h@d****e>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 2849f6bf | merge Merge branch 'master' into fix_rank_entropy_test |
Johannes Schönberger <j****h@d****e>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago |