GitHub / 8kcool/image-processing-samplecode-python / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 351dbb9f |
Implement isotropic versions of binary morphologic operators (#6492)
Co-authored-by: Marianne Corvellec <m****c@e****g>, Riadh Fezzani <r****i@g****m>, Marianne Corvellec <m****c@e****g>, Riadh Fezzani <r****i@g****m>, Gregory Lee <g****7@g****m> |
Simon-Martin Schröder <m****r@n****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| dc8168de |
Use lazy imports for matplotlib in skimage.io (#6550)
Co-authored-by: Lars Grüter <l****u@m****g> |
samtygier <s****r@y****k>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| bd6b7189 |
Remove reference to deprecated mailing list in getting_help.rst (#6575)
Co-authored-by: Stefan van der Walt <s****v@b****u> |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 973f4e74 | Test optional Py 3.10 dependencies on MacOS (#6580) |
Jarrod Millman <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 3fbd4bc1 |
fix exclude_border for the case of multidim input (#6533)
Co-authored-by: Gregory Lee <g****7@g****m> |
Oren Amsalem <o****1@m****l>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 90729bd1 | Fix formatting of mode parameter in random_noise (#6532) |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| bce266c6 | Correct note on output dtype conditions (#6582) |
Jeremy Muhlich <j****h@b****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b3af90aa |
Update sphinx configuration (#6579)
Co-authored-by: Lars Grüter <l****b@m****g>, Lars Grüter <l****b@m****g> |
Jarrod Millman <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 0b34cd08 |
Do not try to perform random walker segmentation without seed points (#6562)
Co-authored-by: Lars Grüter <l****u@m****g> |
Stefan van der Walt <s****v@b****u>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 53dbee9a |
Refactor lazy loading to use stubs & lazy_loader package (#6577)
Co-authored-by: Lars Grüter <l****u@m****g> |
Stefan van der Walt <s****v@b****u>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| cca63fb2 | Test with Python 3.11-dev in CI (#6566) |
Jarrod Millman <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 67fd9765 | Provide pre-commit PR instructions (#6578) |
Stefan van der Walt <s****v@b****u>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| cc29be49 |
Add CircleCI permissions (#6504)
Signed-off-by: sashashura <9****a@u****m> |
Alex <a****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 2c988e00 | Reorder links in issue selection dialog (#6576) |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 1211dc78 |
Refactor LPI filter to filter_inverse (#6418)
Co-authored-by: alexdesiqueira <a****a@i****g>, Marianne Corvellec <m****c@e****g>, Lars Grüter <l****u@m****g> |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 2860a7f9 |
Add linting via pre-commit (#6563)
Co-authored-by: Jarrod Millman <j****n@g****m>, Jarrod Millman <j****n@g****m>, Lars Grüter <l****u@m****g> |
Stefan van der Walt <s****v@b****u>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 84c5cee8 | Linter reformatting patch (#6568) |
Jarrod Millman <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| f5f215e8 | Replace issue templates with issue forms (#6554) |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 3c04e301 |
Drop Numpy 1.19 (#6565)
Co-authored-by: Lars Grüter <l****u@m****g> |
Jarrod Millman <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 3405e176 | SciPy 1.9.2 doesn't support win32 (#6567) |
Jarrod Millman <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b10a0dcd | Handle deprecation warning by updating to_scipy_sparse_array function (#6564) |
forgeRW <2****W@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| a2460a5f |
Add footprint_from_sequence to public API in skimage.morphology (#6555)
Co-authored-by: Stefan van der Walt <s****v@b****u> |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 6e836dee | Call it pip and conda in install instructions (#6560) |
Stefan van der Walt <s****v@b****u>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| aff1b739 | merge Merge pull request #6557 from stefanv/README_installation_instructions |
Jarrod Millman <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| fe83ff03 | List only the two primary methods of installing skimage | Stefan van der Walt <s****v@b****u> | almost 4 years ago | |
| 4ba4185e |
Add missing option stale-pr-label for "Mark dormant issues" workflow (#6552)
Co-authored-by: Marianne Corvellec <m****c@e****g> |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| f34460e2 | Remove FUNDING.yml in preference of org version (#6553) |
Stefan van der Walt <s****v@b****u>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 5ed82c69 | Add missing space in math directive (#6549) |
Marianne Corvellec <m****c@e****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| a5967d56 | Replace deprecated license_file with license_files (#6529) |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| d68a31aa | Ignore codespell fixes with git blame (#6539) |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 9af38f1f | Update "Mark dormant issues" workflow (#6546) |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 3be18c1e | Add missing spaces to regionprops error message. (#6545) |
Antony Lee <a****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 440455de |
Add Github actions/stale to label "dormant" issues and PRs (#6506)
Co-authored-by: Marianne Corvellec <m****c@e****g> |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| d8f623c1 | Apply codespell to fix common spelling mistakes (#6537) |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 3a92be6a |
Use mask during rescaling in segmentation.slic and improve handling of error ...
Co-authored-by: Marianne Corvellec <m****c@e****g> |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 76e00ca7 | Print watershed segment count in segmentation example (#6535) |
Adeel Hassan <A****H@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| fcf133d8 |
Fix wrong doc on connected pixels in flood (#6534)
Co-authored-by: Balint Varga <b****a@a****m> |
Balint Varga <b****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 7adf4f8c | Clarify header for latest release notes (#6508) |
Marianne Corvellec <m****c@e****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 22646cfb |
Reduce ridge filters memory footprints (#6509)
Co-authored-by: Riadh Fezzani <r****i@g****m>, Riadh Fezzani <r****i@g****m>, Lars Grüter <l****u@m****g>, Lars Grüter <l****b@m****g>, Riadh Fezzani <r****i@g****m> |
Teemu Kumpumäki <t****i@d****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| eebde7f1 |
Add new flag to convex_hull_image and grid_points_in_poly (#6515)
Co-authored-by: Riadh Fezzani <r****i@g****m>, Lars Grüter <l****b@m****g>, Lars Grüter <l****b@m****g>, Lars Grüter <l****b@m****g>, Riadh Fezzani <r****i@g****m>, Lars Grüter <l****b@m****g> |
Dudu Lasry <7****y@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| e867de6e | Make non-functional change to build.txt to invalidate use of currently broken... |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 8bf9bcbf | relax label name comparison in benchmarks.yaml (#6520) |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 0fa6cf9a | update plot_euler_number.py for maplotlib 3.6 compatibility (#6522) |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| f97b1281 |
Rewrite the meijering, sato, and frangi ridge filters. (#6446)
Co-authored-by: Gregory Lee <g****7@g****m> |
Antony Lee <a****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b950f938 |
Add benchmarks for morphology.local_maxima (#3255)
Co-authored-by: Marianne Corvellec <m****c@e****g> |
Lars Grüter <l****b@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 64ec30f0 |
Document inclusion criteria for new functionality in core developer guide (#6...
Co-authored-by: Alexandre de Siqueira <a****a@i****g>, Alexandre de Siqueira <a****a@i****g>, Alexandre de Siqueira <a****a@i****g>, Alexandre de Siqueira <a****a@i****g> |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b58defd4 | merge Merge pull request #6511 from lagru/bump-benchmark-env |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 132625d1 | Update benchmark env to recent Python and NumPy | Lars Grüter <l****u@m****g> | almost 4 years ago | |
| cd1267bf |
Replace reference to api_changes with release_dev (#6495)
Co-authored-by: Lars Grüter <l****b@m****g>, Marianne Corvellec <m****c@e****g>, Lars Grüter <l****b@m****g>, Marianne Corvellec <m****c@e****g> |
Simon-Martin Schröder <m****r@n****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 28e7a818 |
Fix resize anti_aliasing default value when input dtype is integer and order ...
Co-authored-by: Riadh <r****i@v****m> |
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 4bcc2465 | Fix `peak_local_max for `exclude_border=0` (#6502) |
Jan-Lukas Wynen <j****n@h****e>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 09939a98 | Support float input to skimage.draw.rectangle() [#4283] (#6501) |
Judd Storrs <j****s@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 28307058 |
Add `alpha` argument to `adapted_rand_error` (#6472)
Co-authored-by: Riadh Fezzani <r****i@g****m>, Juan Nunez-Iglesias <j****i@f****m> |
Lucas Johnson <l****3@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| b530bc7d | merge Merge pull request #6478 from alexdesiqueira/update_ubuntu_lts |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 5a6174df | Change ubuntu-22.04 to ubuntu-latest | alexdesiqueira <a****a@i****g> | almost 4 years ago | |
| cc747314 |
Return False instead of raising ValueError (#6453)
Co-authored-by: Marianne Corvellec <m****c@e****g>, Marianne Corvellec <m****c@e****g> |
juancheeto <3****e@u****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 5079a981 | Use context manager when possible (#6484) |
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 5b9b94a0 |
Use pyplot.get_cmap for compatiblity with matplotlib 3.3 to 3.6 in in show_ra...
Co-authored-by: Riadh Fezzani <r****i@g****m> |
Lars Grüter <l****b@m****g>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 4305e815 |
Refactor occurences of `f = open(...)` using `with open(...) as f` instead (#...
Co-authored-by: Gregory Lee <g****7@g****m>, Gregory Lee <g****7@g****m> |
maldil <m****a@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| e28f4670 | Use colormaps instead of deprecated get_cmap (#6483) |
Lars Grüter <l****u@m****g>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 0981d981 |
Add warning on non-integer image inputs to local_binary_pattern (#6272)
Co-authored-by: Alexandre de Siqueira <a****a@i****g>, Marianne Corvellec <m****c@e****g> |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| f04c11e0 | Use broadcast_to instead of as_strided to generate broadcasted arrays. (#6476) |
Antony Lee <a****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| e8ca79db | changed image to moving_image in tvl1 parameter docs (#6480) |
Chris Wood <c****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| e1d05ac8 | Update Ubuntu LTS version | alexdesiqueira <a****a@i****g> | about 4 years ago | |
| b03ef66f | Fix broken link to skimage.filters.sobel. (#6474) |
Antony Lee <a****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 3611f22c |
Make Wiener restoration N-d (#6454)
Co-authored-by: Riadh Fezzani <r****i@g****m> |
Marvin Albert <m****t@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 1251d51e | Remove repeated import in canny_py (#6457) |
juancheeto <3****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 8cf40dea | Speed up ~2x hessian_matrix_eigvals and 2D structure_tensor_eigenvalues. (#6441) |
Antony Lee <a****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| b21c810b | Simplify sort-by-absolute-value in ridge filters. (#6440) |
Antony Lee <a****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| db7d67e2 |
Adding missing copyrights to LICENSE.txt, formatting according to SPDX identi...
Co-authored-by: alexdesiqueira <a****a@i****g> |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 139816db | doc: replaced broken links (#6445) |
juancheeto <3****e@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| a1e77dbe | merge Merge pull request #6442 from lfuhrman/resolve_todo_0.2 |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 3dec9f6a | removed the completed items in 0.2 | = <=****> | about 4 years ago | |
| b8ef5d2d |
Add example on how to render text onto an image (#6431)
Co-authored-by: Lars Grüter <l****b@m****g>, Lars Grüter <l****b@m****g> |
Sebastian Wallkötter <s****n@w****t>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 4382dd34 |
Polish the `MultiImage` docstring. (#6292)
Co-authored-by: Alexandre de Siqueira <a****a@i****g> |
Marianne Corvellec <m****c@e****g>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 3e283017 | merge Merge pull request #6434 from anntzer/t |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| b97974bc | Fix minor typo in sato() implemntation. | Antony Lee <a****e@g****m> | about 4 years ago | |
| e98bb737 | Exclude submodules of doc from package install (#6428) |
Ben Greiner <c****e@b****e>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 3ac83889 |
remove deprecated indices kwarg from peak_local_max (#6161)
Co-authored-by: Riadh Fezzani <r****i@g****m>, Marianne Corvellec <m****c@e****g> |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 53ea9d88 |
Restrict GitHub token permissions (#6426)
Signed-off-by: naveen <1****n@u****m> |
Naveen <1****n@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| a53dc1c3 |
Substitute vertices with simplices in transform/_geometric.py (#6430)
Co-authored-by: alexdesiqueira <a****a@i****g> |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| a985560e |
Canny: cythonize non-maximum suppression (#6387)
Co-authored-by: Lars Grüter <l****b@m****g> |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| ea3eb32b |
improve butterworth docstring and add new kwargs and gallery example (#6251)
Co-authored-by: Alexandre de Siqueira <a****a@i****g> |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| e708de55 |
Update of Meijering algorithm (resumed) (#6149)
Co-authored-by: Riadh Fezzani <r****i@g****m> |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 918b76d9 |
remove deprecate_kwarg decorator from find_contours (#6163)
Co-authored-by: Alexandre de Siqueira <a****a@i****g> |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 6573fd48 |
Implement 2D ellipse footprint decomposition (#6151)
Co-authored-by: Riadh Fezzani <r****i@g****m> |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| d938bf76 | Use vsdevcmd.bat to make sure rc.exe is on the path (#6417) |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 655e24f7 | Forward-port 0.19.3 release notes (#6416) |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| a8def050 |
Rename centre to center in examples plot_morphology.py (#6421)
Co-authored-by: alexdesiqueira <a****a@i****g> |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 979829b7 |
[MINOR] colour -> color in doc/examples/applications/plot_3d_interaction.py (...
Co-authored-by: alexdesiqueira <a****a@i****g> |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| c94c50d3 |
Support array-likes consistently in geometric transforms (#6270)
Co-authored-by: Marianne Corvellec <m****c@e****g> |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 5075c109 | Document refactoring to graymatrix and graycoprops with versionchanged directive |
Jan Kadlec <5****S@u****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 5d7aa86a |
Add int64 support to `filters.rank_order` and `morphology.reconstruction` (#6...
Co-authored-by: James Sample <j****e@g****m> |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| a9ba7412 | Sync numpy minimum version (#6409) |
Jarrod Millman <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 76c1ed58 | Fix computation of histogram bins for multichannel integer-valued images (#6413) |
Gregory Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 3c25e2f7 |
warp/rotate: fixed a bug with clipping when cval is not in the input range (#...
Co-authored-by: Gregory Lee <g****7@g****m> |
Albert Y. Shih <a****h@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 1b909206 | DOC: add original plot in examples/segmentation/plot_expand_labels.py (#6396) |
Ray Bell <r****0@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 91adfbf5 | merge Merge pull request #6405 from stefanv/pil-palette |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 435ab0a4 | Use artifact-redirector (#6407) |
Jarrod Millman <j****n@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| 1bacf2ab |
In newer PIL, palette may contain <256 entries
Co-authored-by: Graham Inggs <g****s@d****g> |
Stefan van der Walt <s****v@b****u> | about 4 years ago |