GitHub / 8kcool/image-processing-samplecode-python / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 3fa20758 | merge Merge pull request #3501 from hmaarrfk/rank_bitdepth |
Johannes Schönberger <j****h@d****e>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| aa97a2e7 | Raise meaningful exception in warping when image is empty | Johannes Schonberger <j****h@d****e> | almost 8 years ago | |
| eb46a583 | merge Merge pull request #2539 from souravsingh/add-doc |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e058b429 | merge Merge pull request #3503 from hmaarrfk/early_stop_noise_filter |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 662e0016 | merge Merge pull request #3514 from OscarJHernandez/lines_max_fix |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| e533cb5a | merge Merge pull request #3508 from sciunto/pep8 |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| d16240bb | Added ">=" to line 532 of the file "_hough_transform.pyx" to correct the bug ... | OscarJHernandez <j****r@g****m> | almost 8 years ago | |
| d1b223ad | merge Merge pull request #3512 from stefanv/doc/dtype_range |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| aae42411 | Fix range for uint32 dtype in user guide | Stefan van der Walt <s****v@b****u> | almost 8 years ago | |
| 5e597667 | Cython touchups (#3493) |
Mark Harfouche <m****e@g****m>
Committed by: Gregory R. Lee <g****7@g****m> |
almost 8 years ago | |
| 5cdb675f | minor code simplification | François Boulogne <d****l@s****g> | almost 8 years ago | |
| cb9defa3 | wording | François Boulogne <d****l@s****g> | almost 8 years ago | |
| 5c2f34a9 | merge Merge pull request #3471 from sciunto/fixbrokenlink |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 74a13ec6 | Add active contour paper's DOI | François Boulogne <d****l@s****g> | almost 8 years ago | |
| c4be3de3 | PEP8 | François Boulogne <d****l@s****g> | almost 8 years ago | |
| 8f9fbeef | MNT: don't use filter_warnings in test suite. (#3459) |
Mark Harfouche <m****e@g****m>
Committed by: Stefan van der Walt <s****t@g****m> |
almost 8 years ago | |
| 2686e2cc | TST: add an the OTSU edge case in the tests. | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 4e659a65 | Bench: Add a benchmark for all rank filters | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| f4ff382d | RANK: rename max_bin n_bins | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| a258ccf9 | OTSU: skip unneded computations. | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 7128e5fd | OTSU: simplify the implementation even more | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| c07ee4ab | OTSU: don't needlessly normalize otsu this avoid compiler optimizations. | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| f365efb9 | merge Merge pull request #3497 from LaurentRDC/rename-mnxc |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 9c7fb576 | rank_filters: Change how the bitdepth and max_bin are computed to ensure exac... | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 1ceabd8e | MNT: Early stop rank kernel noise filter as intended | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| b55a274a | TST: Refactor how rank tests are done to better understand the edge cases | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 6f7c3b4e | Pep8-ification (line length) | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| 547a5183 | Renamed 'mnxc' to 'cross_correlate_masked' | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| 6bf919af | Add "optional" indications to docstrings (#3495) |
François Boulogne <f****e@s****g>
Committed by: Stefan van der Walt <s****t@g****m> |
almost 8 years ago | |
| 164cd251 | merge Merge pull request #3334 from LaurentRDC/masked-registration |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 2f6393f9 | Fix typos |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| a02cfd7a | GIL: release the GIL in _ccomp.pyx | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| d568ac10 | GIL: release the GIL during unwrapping | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 05eb434b | GIL: simplify GIL acquisition in _quickshift_cy | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 23a912cf | GIL: release the gil for _nl_means_denoising | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 38136230 | GIL: release the GIL for watershed. | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| c5d57ab5 | GIL: release the GIL in skeletonize | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 1e9127af | GIL: release the GIL in greyreconstruct.pyx | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 346db4c0 | GIL: release the GIL in possible_hull | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 6cd3118d | GIL: release the gil in _pnpoly.pyx::_grid_points_in_poly | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 235100dd | GIL: simplify release of GIL in _draw.pyx | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| a6372401 | Formatting of references | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| 4b356ca1 |
Added additional reference
Co-authored-by: LaurentRDC <l****t@o****m> |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 01100f99 | merge Merge branch 'master' into masked-registration |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 24814541 | Bugfix: erroneous use of cython wrap around (#3481) |
Mark Harfouche <m****e@g****m>
Committed by: Juan Nunez-Iglesias <j****s@m****u> |
almost 8 years ago | |
| d134878c | merge Merge pull request #3480 from yangfl/master |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| f45a3962 | Fix typos | yangfl <y****l@u****m> | almost 8 years ago | |
| 34bdb050 | merge Merge pull request #3478 from yangfl/master |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| ed536600 | merge Merge pull request #3479 from hmaarrfk/cython_0.28 |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| cd1feb8a | Fixed spelling in requirement justification |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 730e047f | Update Readme typos |
Mark Harfouche <m****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| ef4504a3 | MAINT: Blacklist specific cython versions | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 58894942 | Avoid travis failure regarding scikit.lookfor (#3477) |
François Boulogne <f****e@s****g>
Committed by: Stefan van der Walt <s****t@g****m> |
almost 8 years ago | |
| e9138d4c | Fix Python executable for sphinx-build |
yangfl <y****l@u****m>
Committed by: Stefan van der Walt <s****v@b****u> |
almost 8 years ago | |
| 1741e67c | merge Merge pull request #3474 from robroooh/tempfix-matplotlib-spines |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| a97c44aa | remove noise from the example, ignore matplotlib==3.0.0 in requirements/defau... | robroooh <r****c@g****m> | almost 8 years ago | |
| bfc26988 | merge Merge pull request #3470 from hmaarrfk/fix_docstring_master |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 5b1d0846 | Cosmetics in TODO on PYTHONOPTIMIZE |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| fad2c267 | PEP8 spirit | robroooh <r****c@g****m> | almost 8 years ago | |
| b1f2d59e | make spines invisible | robroooh <r****c@g****m> | almost 8 years ago | |
| 21434c82 | Use raw strings to avoid unknown escape symbol warnings (#3450) |
Mark Harfouche <m****e@g****m>
Committed by: Juan Nunez-Iglesias <j****s@m****u> |
almost 8 years ago | |
| b9ae5cdd | Replace broken links by webarchive equivalent links | François Boulogne <d****l@s****g> | almost 8 years ago | |
| eb61ccbc | merge Merge pull request #3254 from hmaarrfk/remove_md5_hashing |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 2510791d | merge Merge pull request #3456 from hmaarrfk/scipy_cdist_future_error |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 9452bcd1 | merge Merge pull request #3461 from adrianroth10/unwrap_phase-preserve-mask-fill_value |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 8273c698 | merge Merge pull request #3463 from sciunto/deprecation_normed |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| f982b2ee | Updated docstring with better explanation of overlap_ratio | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| c978946e | merge Merge pull request #3453 from hmaarrfk/linspace_float |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 11d6a319 | merge Merge upstream | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| 64a24681 | Multiline string formatting | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| b233d116 | Verbose comment removed | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| 66c4a0f8 | Updated TODO.txt to use next_fast_len when scipy>0.18 | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| d6036d43 | Updated citation to include DOI | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| 185e3d73 | merge Merge pull request #3326 from hmaarrfk/codecov_ignore |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| ecaeaa00 | merge Merge pull request #3451 from zhanwenchen/patch-1 |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 47a13306 | merge Merge pull request #3454 from hmaarrfk/novice_testing_warning |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| f4f9e73a | TST: A a test triggering the code path for the minkowski in match_descriptors | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 0c22bca2 | DOC: added to contributors | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| 8ebe8b62 | Update colorconv.py |
Zhanwen "Phil" Chen <p****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 4706a5c5 | merge Merge pull request #3398 from gst/fix_docstring_master |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 40a01fb7 | Add reference to discussion |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| c23a9ecf | merge Merge pull request #3388 from sciunto/doc_data |
Emmanuelle Gouillart <e****t@n****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| ce4dac7c | merge Merge pull request #3455 from hmaarrfk/numpy_empty_arrays_are_not_falsy |
François Boulogne <f****e@s****g>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 4e236268 | Fix VisibleDeprecationWarning from np.histogram, normed=True | François Boulogne <d****l@s****g> | almost 8 years ago | |
| de400534 | Preserving the fill_value of a masked array | Adrian Roth <a****0@g****m> | almost 8 years ago | |
| 70bc15e7 | TST: don't use the pytest.fixtures decorator anymore in class fixtures as exp... | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| be3fda1f | TST: filter warning from `correct_mesh_orientation` in tests | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 0e3eda91 | MNT: scipy doesn't allow extra unused parameters in cdist anymore. | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 2ff7a1f9 | TST: numpy empty arrays are not inherently Falsy | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| c8a1424c | TST: filter away novice deprecation warnings. | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 834a7dd6 | MNT; handle deprecation warnings in tiffle | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| c90f36e6 | Update colorconv.py |
Zhanwen "Phil" Chen <p****n@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 271d07b3 | MNT: handle a deprecation warning for np.linspace and floats | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 0033a6e5 | merge Merge pull request #3444 from sciunto/bugfix_default_value |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 560b7ac6 | Buid tools: coverage succeed even with a 0.1% coverage drop | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| ff090f3c | merge Merge pull request #3431 from hmaarrfk/pyamg_optional_dep |
Juan Nunez-Iglesias <j****s@m****u>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| 2f490d16 | Build tools: add a build with optional dependencies and minimum requirements | Mark Harfouche <m****e@g****m> | almost 8 years ago | |
| 24a97685 | merge Merge remote-tracking branch 'upstream/master' into masked-registration | Laurent P. René de Cotret <L****C@u****m> | almost 8 years ago | |
| dc6e8aad | merge Merge pull request #3432 from hmaarrfk/fix_qt_minimum_requirements |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago | |
| bb687cfa | Cosmetics to travis script.sh |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
almost 8 years ago |