GitHub / 8kcool/image-processing-samplecode-python / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 341a10c9 | Remove unused sys import | Riadh <r****i@v****m> | almost 7 years ago | |
| cdc33d4a | improved test coverage | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| 78a5fac2 | fixed math for even length windows | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| 5580dfc1 | added first test | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| 02679d81 | Improve figure glcm | François Boulogne <d****l@s****g> | almost 7 years ago | |
| 5de03df5 | fixed type error | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| 5d303846 | more docstring | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| 320ac064 | removed unecessary private function | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| f37b76b0 | improved docstrings, renamed function | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| 39f460cd | merge Merge pull request #4206 from PinkShnack/line_profile_max_pixel |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 7a974e9b | better docstring example description | PinkShnack <e****s@h****m> | almost 7 years ago | |
| 0f7af45a | clarify and beautify docstring | PinkShnack <e****s@h****m> | almost 7 years ago | |
| e687d644 | removed old 2d version | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| 60b9a72c | improved speed | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| 135ea064 | include lambda example and test | PinkShnack <e****s@h****m> | almost 7 years ago | |
| 52609950 | flip last axis comment, * params, docstring spacing | PinkShnack <e****s@h****m> | almost 7 years ago | |
| 858c12e4 | merge fixed merge issue | PinkShnack <e****s@h****m> | almost 7 years ago | |
| 8128c9e8 | another future merge fix | PinkShnack <e****s@h****m> | almost 7 years ago | |
| 00120c7a | fix for a future merge issue | PinkShnack <e****s@h****m> | almost 7 years ago | |
| 026e2bfd | working nd window | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| a255c944 | progress with meshgrid | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| fcd49d5f |
Refactor/fix threshold_multiotsu (#4178)
Co-authored-by: François Boulogne <f****e@s****g> |
Riadh Fezzani <r****i@g****m>
Committed by: François Boulogne <f****e@s****g> |
almost 7 years ago | |
| e123aca6 | merge Merge pull request #4273 from lagru/copybutton |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| b984d58a | Include the PSF license text for togglebutton.js | Lars Grueter <l****u@m****g> | almost 7 years ago | |
| a70a6f96 | added the sorted functions approach suggested by lagru (#4208) |
Dhiren Serai <d****r@g****m>
Committed by: Mark Harfouche <m****e@g****m> |
almost 7 years ago | |
| f410649a | merge Merge pull request #4271 from stefanv/skip-css |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 78c684bd | Add toggle for prompts in docstring examples | Lars Grueter <l****u@m****g> | almost 7 years ago | |
| b43bb6ee | Improve CSS for SKIP rendering | Stefan van der Walt <s****v@b****u> | almost 7 years ago | |
| 89384bfb |
Update .travis.yml
Co-authored-by: Mark Harfouche <m****e@g****m> |
Riadh Fezzani <r****i@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 30ce2eec | swapping params in doctring | robroooh <r****c@g****m> | almost 7 years ago | |
| 3e999ef6 | rewording deprecation warning message | robroooh <r****c@g****m> | almost 7 years ago | |
| 25974756 |
add expected warning to the tests
Co-authored-by: Mark Harfouche <m****e@g****m> |
robroooh <r****c@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| fc0446bb |
add expected warning to the tests
Co-authored-by: Mark Harfouche <m****e@g****m> |
robroooh <r****c@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| d49eae4c |
format deprecation message in flood_fill
Co-authored-by: Mark Harfouche <m****e@g****m> |
robroooh <r****c@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| b11bf91b |
swap flood_fill deprecate params
Co-authored-by: Mark Harfouche <m****e@g****m> |
robroooh <r****c@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 5a023fb8 | merge Merge pull request #4267 from stsievert/remove-conv-method |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 1c8a2881 | MAINT: remove choice of conv method | Scott Sievert <d****v@s****m> | almost 7 years ago | |
| 6e4cc179 |
Initialize starting vector for `scipy.sparse.linalg.eigsh` to ensure reproduc...
Co-authored-by: François Boulogne <f****e@s****g>, Mark Harfouche <m****e@g****m>, François Boulogne <f****e@s****g>, François Boulogne <f****e@s****g> |
Timothy Sweetser <9****l@u****m>
Committed by: François Boulogne <f****e@s****g> |
almost 7 years ago | |
| 2ea7664f | Fix peak finding for empty images when indices=True (#4263) |
Tony Tung <t****g@c****m>
Committed by: Mark Harfouche <m****e@g****m> |
almost 7 years ago | |
| c16e1b88 | merge Merge pull request #4257 from sciunto/fixActiveContour |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 962bf85c | merge Merge pull request #4243 from bsipocz/travis_stages |
Stefan van der Walt <s****v@b****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 59e3bdb1 | corner_peaks prevent negative index locations (#4207) |
Chris Vrooman <T****e@u****m>
Committed by: Mark Harfouche <m****e@g****m> |
almost 7 years ago | |
| e3ef75cf | Completely switch to the new numpy formatting (#4256) |
François Boulogne <f****e@s****g>
Committed by: Mark Harfouche <m****e@g****m> |
almost 7 years ago | |
| 2b18d8e9 | merge Merge pull request #4255 from sciunto/nextfastlen |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| f659d4dd | add more deprecated tests | robroooh <r****c@g****m> | almost 7 years ago | |
| eca19107 | 'fixed silly hack using warp' | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| ff7810ac | Fix after #4035 | François Boulogne <d****l@s****g> | almost 7 years ago | |
| cf9b9bac | MAINT: remove workaround for next_fast_len | François Boulogne <d****l@s****g> | almost 7 years ago | |
| 3433af49 | run initial tests on a standard build instead of prebuild |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 421a55d0 | first stable version | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| 97bb958d | merge Merge pull request #4202 from stefanv/CoC |
Stefan van der Walt <s****v@b****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 4715e27c | first working prototype | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| 3ddf0f85 | add deprecation cycle for flood_fill param |
Somkiadcharoen <R****n@e****m>
Committed by: robroooh <r****c@g****m> |
almost 7 years ago | |
| 84e761a3 | Changed docstring descr. | PinkShnack <e****s@h****m> | almost 7 years ago | |
| 33b68332 | profile tests and consistent behaviour from reduce_func=None | PinkShnack <e****s@h****m> | almost 7 years ago | |
| d1d805f0 | merge Merge pull request #4246 from pesekon2/fix_wrong_argument_parsing_in_structur... |
Alexandre de Siqueira <a****a@i****g>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| cb9bf5f6 | fix wrong argument parsing in structural_similarity | ondrej <p****k@g****m> | almost 7 years ago | |
| f2f2b4de | Adding stages to travis CI | Brigitta Sipocz <b****z@g****m> | almost 7 years ago | |
| 4ac39d77 | Do not include CODE_OF_CONDUCT.md in sdist | Stefan van der Walt <s****v@b****u> | almost 7 years ago | |
| 94c78c72 | merge Merge pull request #3658 from stefanv/release-process-fixes/release-notes |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| fd0688cd | Update instructions after feedback from Juan | Stefan van der Walt <s****v@b****u> | almost 7 years ago | |
| 3c1f6dfc | Add contact names | Stefan van der Walt <s****v@b****u> | almost 7 years ago | |
| 9ae708b7 | merge Merge pull request #4233 from hmaarrfk/sync_numpy_req |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| ebba8e95 | merge Merge pull request #4238 from NelleV/forward_port |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| faf7b600 | More changes | Nelle Varoquaux <n****x@g****m> | almost 7 years ago | |
| 17a0af65 | Updating doc version | Nelle Varoquaux <n****x@g****m> | almost 7 years ago | |
| fa80c14c | merge Merge pull request #4236 from jarrodmillman/networkx2.x+ |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 7ae5b196 | Fix examples for networkx 2.x | Jarrod Millman <j****n@g****m> | almost 7 years ago | |
| 93a36430 | Migrate to networkx 2.x | Jarrod Millman <j****n@g****m> | almost 7 years ago | |
| 56f71554 | Synq dask requirement too | Mark Harfouche <m****e@g****m> | almost 7 years ago | |
| 94b56c34 | Sync numpy requirement in build.txt | Mark Harfouche <m****e@g****m> | almost 7 years ago | |
| 41a8dbea | completed tutorial | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| ef43ed0a | MAINT: cycle_spin cleanup (#4230) |
Gregory R. Lee <g****e@c****g>
Committed by: François Boulogne <f****e@s****g> |
almost 7 years ago | |
| a0de73df | Relax overly-stringent check in threshold_multiotsu (#4229) |
Nelle Varoquaux <n****x@g****m>
Committed by: François Boulogne <f****e@s****g> |
almost 7 years ago | |
| 260782d9 | Math worked out for calculating scale change | Dave Mellert <D****t@j****g> | almost 7 years ago | |
| 9db9f3e5 | Check if key exist before loading it | Riadh <r****i@v****m> | almost 7 years ago | |
| 53f6916d | merge Merge branch 'master' of https://github.com/scikit-image/scikit-image into Ad... | Riadh <r****i@v****m> | almost 7 years ago | |
| 6d98d03a | MAINT+DOC update RELEASE.txt | Nelle Varoquaux <n****x@g****m> | almost 7 years ago | |
| 1fbca895 | MAINT releasing v0.16.1 | Nelle Varoquaux <n****x@g****m> | almost 7 years ago | |
| 1aafddfe | Fix typo | Riadh <r****i@v****m> | almost 7 years ago | |
| 3d104162 | Add apt public key import in before_install section | Riadh <r****i@v****m> | almost 7 years ago | |
| 322e5c91 | merge Merge pull request #4116 from soupault/upd_install |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| f243e772 | merge Merge branch 'master' of https://github.com/scikit-image/scikit-image into Ad... | Riadh <r****i@v****m> | almost 7 years ago | |
| 122357e4 | merge Merge pull request #4225 from NelleV/releasing |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 8ccad798 | MAINT updating version number in master | Nelle Varoquaux <n****x@g****m> | almost 7 years ago | |
| 57f10a80 | merge Merge pull request #4217 from NelleV/v0.16.x |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| dbc2714f | Remove link to unofficial binaries |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 02c0014b | merge Merge pull request #3997 from sciunto/corner_peak |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| a5754a1e | merge Merge branch 'master' into corner_peak |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 0de157f4 | merge Merge pull request #4223 from sciunto/docstring_opt |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 8d22a8b0 | Add @stefanv's review suggestions to the release notes | Juan Nunez-Iglesias <j****s@m****u> | almost 7 years ago | |
| 2caac708 | Add two members to CoC committee | Stefan van der Walt <s****v@b****u> | almost 7 years ago | |
| 18395ae5 | merge Merge pull request #4224 from jarrodmillman/remove-easyinstall |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 7 years ago | |
| 117b2887 | Replace reference to easy_install w/ pip | Jarrod Millman <j****n@g****m> | almost 7 years ago | |
| c6fe2aee | DOC Hyperlink NEP29 |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: Nelle Varoquaux <n****x@g****m> |
almost 7 years ago | |
| 1d6854f5 | DOC Add acknowledgement to Frappuccino |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: Nelle Varoquaux <n****x@g****m> |
almost 7 years ago | |
| b74823c0 | add optional indications + DOI | François Boulogne <d****l@s****g> | almost 7 years ago | |
| e61fe131 | merge Merge branch 'master' of https://github.com/scikit-image/scikit-image into Ad... | Riadh <r****i@v****m> | almost 7 years ago | |
| a04e79b3 | Emphasise dimensionality of new features, fix typo | Juan Nunez-Iglesias <j****s@m****u> | almost 7 years ago | |
| c20d6b2f | Reword regionprops_table line item | Juan Nunez-Iglesias <j****s@m****u> | almost 7 years ago |