GitHub / 8kcool/image-processing-samplecode-python / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 3dae5b84 | Expect warnings during clobber test | Mark Harfouche <m****e@g****m> | over 8 years ago | |
| fc6b70f6 | adding bbox opening (in progress) | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 6c2544de | Sanitizing marching_cubes_lewiner spacing input argument (#3074) |
Kevin Mader <k****r@u****m>
Committed by: Josh Warner <s****b@g****m> |
over 8 years ago | |
| dad3bef4 | pep8 for example | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 3568dc5b | plot_max_tree.py | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 2ae2cde1 | Test included for clobbering | Mark Harfouche <m****e@g****m> | over 8 years ago | |
| 6025b6e6 | bugfix: convert f->any was clobbering the input array. | Mark Harfouche <m****e@g****m> | over 8 years ago | |
| f1b3c3d4 | merge Merge pull request #2898 from glemaitre/haar_like_feature_example |
Stefan van der Walt <s****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| eb0dd3f8 | DOC add notes regarding multiprocessing advise | Guillaume Lemaitre <g****8@g****m> | over 8 years ago | |
| 9ed3da3e | New feature: draw.rectange_perimeter | Mark Harfouche <m****e@g****m> | over 8 years ago | |
| b20ba1e2 | BUG: Skip prefiltering if neighbors in last dimension aren't connected | Lars G <l****u@m****g> | over 8 years ago | |
| 9207d50a | TST: Fix doctests for local_minima & local_maxima | Lars G <l****u@m****g> | over 8 years ago | |
| d41c5d46 | MAINT: Wrap line lengths in docstrings to 79 characters (PEP8) | Lars G <l****u@m****g> | over 8 years ago | |
| 0124a473 | DOC: Add & enhance docstrings for local_maxima and others | Lars G <l****u@m****g> | over 8 years ago | |
| 049e09e3 | ENH: Add boolean switch to return indices of local maxima | Lars G <l****u@m****g> | over 8 years ago | |
| a042e7b8 | Regression fix: copy vs force_copy | Mark Harfouche <m****e@g****m> | over 8 years ago | |
| d2c906ef | merge Merge remote-tracking branch 'origin/master' into haar_like_feature_example | Guillaume Lemaitre <g****8@g****m> | over 8 years ago | |
| da2e1129 | merge Merge pull request #3063 from jni/atol |
Stefan van der Walt <s****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| f9ffc831 | merge Merge remote-tracking branch 'origin/master' into haar_like_feature_example | Guillaume Lemaitre <g****8@g****m> | over 8 years ago | |
| 5138770c | Use threaded to be much faster on recomputation | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| 36d965df | Time each step to compare full and subset timings | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| e9026bb2 | Keep track of training time and accuracy | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| ac0a067c | Use `stratify=` to fix distribution of examples | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| 0c9937ff | Minor formatting and prose mods to Haar example | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| 7bf19be3 | merge Merge pull request #2652 from sciunto/ad_gray |
Juan Nunez-Iglesias <j****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| a4d63f26 | merge Merge pull request #3050 from soupault/dtype_range_and_invert_bugfix |
Juan Nunez-Iglesias <j****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| ba4ad8db | Make the comments perfect | Egor Panfilov <e****v@g****m> | over 8 years ago | |
| 696a625d | Elaborate on dtype matching | Egor Panfilov <e****v@g****m> | over 8 years ago | |
| 515874e3 | Pep8 | Mark Harfouche <m****e@g****m> | over 8 years ago | |
| 85723d8a | use kwargs as a way to handle deprecated as_grey option | François Boulogne <d****l@s****g> | over 8 years ago | |
| 97fa2a65 | Allow float->float conversion of any range | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| bcc8e75e | MAINT: Use American version of neighbour | Lars G <l****u@m****g> | over 8 years ago | |
| a391be90 | ENH: Speed-up padding with specialized function | Lars G <l****u@m****g> | over 8 years ago | |
| 27e6438e | Do not use dict unpacking due to Py2 incompatibility | Egor Panfilov <e****v@g****m> | over 8 years ago | |
| c7e8bc5e | Remove redundant imports in ssim | Egor Panfilov <e****v@g****m> | over 8 years ago | |
| f5ca2deb | Use dtype preserving inversion, add roundtrip test | Egor Panfilov <e****v@g****m> | over 8 years ago | |
| bb913ef3 | Switch to basis numpy int dtypes for dtype_range | Egor Panfilov <e****v@g****m> | over 8 years ago | |
| f69dc9c3 | ENH: Set edge values directly | Lars G <l****u@m****g> | over 8 years ago | |
| 8c53e83f | Fix examples not displaying figures (#3040) |
cgohlke <c****e@g****m>
Committed by: Stefan van der Walt <s****t@g****m> |
over 8 years ago | |
| 489aaed8 | ENH: Replace old local_maxima with new algorithm | Lars G <l****u@m****g> | over 8 years ago | |
| 15ec1a24 | pep8 | ThomasWalter <t****r@m****r> | over 8 years ago | |
| aa1e93b8 | merge Merge remote-tracking branch 'upstream/master' into attribute_operators | ThomasWalter <t****r@m****r> | over 8 years ago | |
| a793ecd3 | parent and tree_traverser are optional arguments now. | ThomasWalter <t****r@m****r> | over 8 years ago | |
| b1d6565d | merge Merge pull request #3042 from mutterer/patch-1 |
François Boulogne <s****o@u****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 38dbc6d1 | merge Merge pull request #3038 from cgohlke/patch-3 |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| d2b0660b | merge Merge remote-tracking branch 'upstream/master' into attribute_operators | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 65b06338 | Correct reference for the coins sample image |
mutterer <j****r@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| fcdd85f4 | Move RestorableQueue into its own module. [ci skip] | Lars G <l****u@m****g> | over 8 years ago | |
| e851db3d | Add `alignment` parameter to `feature.plot_matches` (#2955) |
Mark Harfouche <m****e@g****m>
Committed by: Stefan van der Walt <s****t@g****m> |
over 8 years ago | |
| 797bcf7b | merge Merge pull request #3023 from jni/nd-moment-style |
Stefan van der Walt <s****t@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 692410e6 | TST: Fix invert tests (#3039) |
cgohlke <c****e@g****m>
Committed by: Josh Warner <s****b@g****m> |
over 8 years ago | |
| 6dac4140 | Fix RuntimeError: generator raised StopIteration on Python 3.7 |
cgohlke <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 2eb55c8f | Revert sign fix in invert docstring | Egor Panfilov <e****v@g****m> | over 8 years ago | |
| 5e065b84 | Added the speedup to a few more locations. | Mark Harfouche <m****e@g****m> | over 8 years ago | |
| 17e4d422 | Avoid an extra copy during conversion to floating types | Mark Harfouche <m****e@g****m> | over 8 years ago | |
| a312768e | merge Merge pull request #3030 from ThomasWalter/inversion_bug |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 154c39b3 | removed a typo and made a minor modification to the docstring. | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 34448b23 | Added __pycache__ and .cache to .gitignore. (#3037) |
Kira Evans <c****t@k****e>
Committed by: Josh Warner <s****b@g****m> |
over 8 years ago | |
| be4b5aed | Clarify the intent of float tests for util.invert | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| 78607b55 | Clean up return statements in util.invert | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| 433ac766 | Refine docstring of util.invert | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| dcf51a3e | Fix ValueError: Buffer dtype mismatch, expected 'int64_t' but got 'int' on wi... |
cgohlke <c****e@g****m>
Committed by: Josh Warner <s****b@g****m> |
over 8 years ago | |
| 04b16237 | Replace pow function calls in Cython modules to fix performance issues on Win... |
cgohlke <c****e@g****m>
Committed by: Josh Warner <s****b@g****m> |
over 8 years ago | |
| f72dd24a | Remove old 2D versions of algorithm | Lars G <l****u@m****g> | over 8 years ago | |
| 4dcfc5aa | removed the queue-implementations of attribute operators: we stick with max-t... | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 416587b5 | Add option to include maxima at borders | Lars G <l****u@m****g> | over 8 years ago | |
| a63679d5 | type-dependent inversion | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 6f48d8a4 | Add ND version of algorithm A | Lars G <l****u@m****g> | over 8 years ago | |
| 7247e3d7 | pep8 again ... | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 6c0be229 | pep8 is fine now | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 4b01b088 | more pep8 modifications | ThomasWalter <t****r@m****r> | over 8 years ago | |
| afdb2d44 | removed most pep8 issues | ThomasWalter <t****r@m****r> | over 8 years ago | |
| e1faa927 | merge Merge branch 'max_tree' into attribute_operators | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 2b6e6089 | merge Merge remote-tracking branch 'upstream/master' into attribute_operators | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 0fe0993e | added local_maxima and tests; removed pdb and time | ThomasWalter <t****r@m****r> | over 8 years ago | |
| f0130c26 | Correct docs: 3 dimensions -> D dimensions | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| ad25a735 | max-tree: removed some bugs and added tests | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 8b46fab8 | merge Merge branch 'master' into max_tree | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 76bbd916 | max tree with tests (to be completed) and area opening) | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 89e73a11 | update: elliptic filters removed | ThomasWalter <t****r@m****r> | over 8 years ago | |
| 9a790a0f | Depreciate maxima detection on edge plateaus | Lars G <l****u@m****g> | over 8 years ago | |
| 5559f6a9 | Implement buffer as class-like queue | Lars G <l****u@m****g> | over 8 years ago | |
| 31472f2a | Add new image moments functions to release notes | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| c9c42d53 | Minor style and documentation updates for #2859 | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| 031046c6 | Add two new maxima finding algorithms | Lars G <l****u@m****g> | over 8 years ago | |
| ea089026 | merge Merge pull request #2859 from kne42/nD-moments-contour |
Johannes Schönberger <j****h@d****e>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| ef68ed18 | For sparse CG solver, provide atol=0 keyword for SciPy >= 1.1 |
Stefan van der Walt <s****v@b****u>
Committed by: Juan Nunez-Iglesias <j****n@u****u> |
over 8 years ago | |
| 9c29856d | Correct threhold levels for floating point image | Stefan van der Walt <s****v@b****u> | over 8 years ago | |
| 01510888 | added support for YDbDr (#3018) |
Norman Barker <n****r@g****m>
Committed by: Stefan van der Walt <s****t@g****m> |
over 8 years ago | |
| 3d0f6c51 | merge Merge pull request #2979 from benbo/patch-2 |
Juan Nunez-Iglesias <j****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 1296dd92 | merge Merge pull request #3013 from stefanv/citation_in_README |
Juan Nunez-Iglesias <j****a@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 8c3f5586 | Ensure warning to provide bool array is warranted (#2930) |
Juan Nunez-Iglesias <j****a@g****m>
Committed by: Stefan van der Walt <s****t@g****m> |
over 8 years ago | |
| 5b0dbf30 | Add citation information to README | Stefan van der Walt <s****v@b****u> | over 8 years ago | |
| c3b55d63 | Added test cases for #2979 Bugfix |
Benedikt Boecking <b****g@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 93dec5d7 | merge Merge pull request #3008 from jni/std-neg |
Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m> |
over 8 years ago | |
| 47780274 | Add comment in code to justify use of np.clip | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| 43e43bbe | Ensure stdev is always nonnegative in _mean_std | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| e3cb73d7 | Remove Py2 compatilibity try/except clause | Juan Nunez-Iglesias <j****n@u****u> | over 8 years ago | |
| 50cb79e4 | MAINT: PIL removed saving RGBA images as jpeg files (#3004) |
Oleksandr Pavlyk <o****k@u****m>
Committed by: Stefan van der Walt <s****t@g****m> |
over 8 years ago | |
| cdc572fe | elliptic filtering | ThomasWalter <t****r@m****r> | over 8 years ago |