An open API service providing commit metadata for open source projects.

GitHub / 8kcool/image-processing-samplecode-python / commits

SHA Message Author Date Stats
e3419d76 Add release notes for 0.13.1 (#2999) Juan Nunez-Iglesias <j****a@g****m>
Committed by: Stefan van der Walt <s****t@g****m>
over 8 years ago
9083abb3 Replace (almost) all np.dot with @ Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
10865df8 Remove all from __future__ import statements Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
aacfe032 Remove all usage of six Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
39ad2bcf Remove six from INSTALL.rst Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
fd5e32bf Replace six.BytesIO with io.BytesIO Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
f06dd371 Replace string_types with str Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
d9c0fe28 Remove all mention of Python 2.7 from docs and builds Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
d0061515 merge Merge remote-tracking branch 'origin' into max_tree_update ThomasWalter <t****r@m****r> over 8 years ago
2507f5fa Use skimage gaussian filter to avoid integer rounding artifacts Stefan van der Walt <s****v@b****u> over 8 years ago
00c71dfe merge Merge pull request #2947 from oleksandr-pavlyk/cython-warnings Juan Nunez-Iglesias <j****a@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
4c1d1368 Update fit.py benbo <b****g@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
097c83ef Handle matplotlib 2.2 pre-release deprecations (#2977) Egor Panfilov <e****v@g****m>
Committed by: Stefan van der Walt <s****t@g****m>
over 8 years ago
a3916456 Watershed segmentation: make usable for large arrays (#2967)
Signed-off-by: Leonid Bloch <l****h@e****r>
blochl <b****l@u****m>
Committed by: Stefan van der Walt <s****t@g****m>
over 8 years ago
00c068e4 merge Merge pull request #2975 from soupault/conftest Juan Nunez-Iglesias <j****a@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
6b407941 Use distutils to check for numpy version Egor Panfilov <e****v@g****m> over 8 years ago
da936cd6 Use proper version comparison in pytest conf Egor Panfilov <e****v@g****m> over 8 years ago
fa3e4afb juan comments Guillaume Lemaitre <g****8@g****m> over 8 years ago
24c245d0 merge Merge remote-tracking branch 'origin/master' into haar_like_feature_example Guillaume Lemaitre <g****8@g****m> over 8 years ago
373a7c98 update requirements Guillaume Lemaitre <g****8@g****m> over 8 years ago
1cf3d530 address stefans comments Guillaume Lemaitre <g****8@g****m> over 8 years ago
602739d3 Mark data_range in compare_ssim docstring as float (#2971) Alex Rothberg <a****g@g****m>
Committed by: Juan Nunez-Iglesias <j****a@g****m>
over 8 years ago
b414b5d9 Add 3D support to `blob_dog` and `blob_log` (#2854) Juan Nunez-Iglesias <j****a@g****m>
Committed by: Stefan van der Walt <s****t@g****m>
over 8 years ago
82c39b62 Force to install cloudpickle with dask Guillaume Lemaitre <g****8@g****m> over 8 years ago
0b2e95dd Update example: use dask and new dataset Guillaume Lemaitre <g****8@g****m> over 8 years ago
a8b57ee6 merge Merge pull request #2937 from ed1d1a8d/patch-1 Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
362f9f84 merge Merge remote-tracking branch 'origin/master' into haar_like_feature_example Guillaume Lemaitre <g****8@g****m> over 8 years ago
4603b864 Add a subset of LFW dataset to `skimage.data` (#2905) Guillaume Lemaitre <g****8@g****m>
Committed by: Juan Nunez-Iglesias <j****a@g****m>
over 8 years ago
998570d9 merge Merge pull request #2957 from soupault/imsave_bool_warn Juan Nunez-Iglesias <j****a@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
97deb853 Reverted several plugin tests, cleaned up imsave Egor Panfilov <e****v@g****m> over 8 years ago
80e4ceb4 merge Merge pull request #2962 from stefanv/appveyor_timeout Juan Nunez-Iglesias <j****a@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
95973a9f Build on fewer AppVeyor platforms to avoid timeout Stefan van der Walt <s****v@b****u> over 8 years ago
29da5bfa merge Merge pull request #2961 from jni/minor-fixes-2946 Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
d5cf35e8 merge Merge pull request #2946 from emmanuelle/randomwalker Juan Nunez-Iglesias <j****a@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
14d464ab Fix typo in test comment Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
c5c215ab Add parentheses for clarity Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
e7559577 merge Merge pull request #2959 from jni/fix-rescale-multichannel Johannes Schönberger <j****h@d****e>
Committed by: GitHub <n****y@g****m>
over 8 years ago
6fbe8aeb PEP8: fix string that went past the 80c limit Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
4d6298cf Fix scale array shape for multichannel rescaling Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
58683fd1 merge Merge pull request #2960 from jni/hough-seed Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
2b0994c7 Don't set hough seed if seed=None Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
4c3bc778 Allow different rescale factors in multich warp Juan Nunez-Iglesias <j****n@u****u> over 8 years ago
9af88c63 merge Merge pull request #2945 from emmanuelle/morpho Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
6d4a4c0c Cosmetic changes Egor Panfilov <e****v@g****m> over 8 years ago
e335ac8a Handle NumPy 1.14 API changes (#2935) Oleksandr Pavlyk <o****k@u****m>
Committed by: Stefan van der Walt <s****t@g****m>
over 8 years ago
069766eb MAINT: Remove inline from declaration Oleksandr Pavlyk <o****k@i****m> over 8 years ago
034dbe01 MAINT: Type index variable Oleksandr Pavlyk <o****k@i****m> over 8 years ago
c54a2ac2 pep8 Emmanuelle Gouillart <e****t@n****g> over 8 years ago
1e84ff6d Correct bug in random walker when seed pixels are isolated inside pruned Emmanuelle Gouillart <e****t@n****g> over 8 years ago
6a6059c1 Corrected bug related to border value of morphology.binary_erosion Emmanuelle Gouillart <e****t@n****g> over 8 years ago
9fc7ff1f Removed duplicated line Emmanuelle Gouillart <e****t@n****g> over 8 years ago
2779f604 Removed duplicated line Emmanuelle Gouillart <e****t@n****g> over 8 years ago
b66ae267 Fixed broken link in LBP documentation (#2941) Saurav R. Tuladhar <s****v@f****m>
Committed by: Stefan van der Walt <s****t@g****m>
over 8 years ago
e82f0eea pep8-ification Emmanuelle Gouillart <e****t@n****g> over 8 years ago
f842bb0b pep8-ification Emmanuelle Gouillart <e****t@n****g> over 8 years ago
ef4e22b7 Added small galleries in the API Emmanuelle Gouillart <e****t@n****g> over 8 years ago
7770c279 Added small galleries in the API Emmanuelle Gouillart <e****t@n****g> over 8 years ago
71f2de33 Specify variable gradient is taken with respect to ed1d1a8d <t****g@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
cad7185a merge Merge pull request #2934 from kne42/fix-windows-link Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
a3b095c5 merge Merge pull request #2872 from dvolgyes/patch-1 Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
ca4d1844 Fixed link to Windows binaries in README. Kira Evans <c****t@k****e> over 8 years ago
3c076996 Remove copyright notice with permission of the author (Thomas Lewiner) (#2932) Stefan van der Walt <s****t@g****m>
Committed by: Josh Warner <s****b@g****m>
over 8 years ago
ce59d2d2 Minor PEP8 line-length issue Unknown <v****h@g****m> over 8 years ago
a845d0a7 Returned the np.dot using 2D version for upsampled dft Unknown <v****h@g****m> over 8 years ago
a59adc47 merge Merge pull request #2922 from grlee77/nlm_channels Juan Nunez-Iglesias <j****a@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
0b0b183c Now lists reviewers of merged PRs. Kira Evans <c****t@k****e> over 8 years ago
4dd0cde6 Now uses the GitHub API to determine merged PRs. Kira Evans <c****t@k****e> over 8 years ago
583ccfbe Made use strict ISO-8601 date formatting. Kira Evans <c****t@k****e> over 8 years ago
a189e0dc Made compatible with Python 2. Kira Evans <c****t@k****e> over 8 years ago
dbb00bd3 Added import statements for python 2 and 3. Kira Evans <c****t@k****e> over 8 years ago
7122b79e Fixed documentation typo. Kira Evans <c****t@k****e> over 8 years ago
6addc624 Removed debug information, cosmetic changes in test_denoise Egor Panfilov <e****v@g****m> over 8 years ago
2ad3e0f4 fix: remove improperly squared variance from _nl_means_denoising_3d Gregory R. Lee <g****e@c****g> over 8 years ago
d27125a8 merge Merge pull request #2924 from nrweir/remove_holes_arg Juan Nunez-Iglesias <j****a@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
c17942be bugfix in remove_small_holes nrweir <n****r@g****m> over 8 years ago
8a69fa6c updating todo and reordering args nrweir <n****r@g****m> over 8 years ago
056e6838 handling min_size deprecation nrweir <n****r@g****m> over 8 years ago
9a553d6b merge Merge pull request #2923 from grlee77/nlm_cdef_fix Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
95c6f51d replacing argument min_size with area_threshold nrweir <n****r@g****m> over 8 years ago
97a998c4 fix: add missing cdef in _integral_image_3d cython function Gregory R. Lee <g****e@c****g> over 8 years ago
ac128300 add n_channels to docstring and use channels rather than ch in variable names Gregory R. Lee <g****e@c****g> over 8 years ago
8b86551f TST: use PSNR metric in more places and reduce run time of 3D non-local means... Gregory R. Lee <g****e@c****g> over 8 years ago
d40c2ccb TST: replace test_denoise_nl_means_2drgb with test_denoise_nl_means_2d_multic... Gregory R. Lee <g****e@c****g> over 8 years ago
165ddecc rename patch_distance_2drgb to patch_distance_2dmultichannel Gregory R. Lee <g****e@c****g> over 8 years ago
c068dd4d Fix two typos in `._generate_triangle_mask` docstring (#2914) blochl <b****l@u****m>
Committed by: Stefan van der Walt <s****t@g****m>
over 8 years ago
740f7826 Fixed typo. Kira Evans <c****t@k****e> over 8 years ago
4a386744 FIX: do not assume 3 channels during non-local means patch weight computations Gregory R. Lee <g****e@c****g> over 8 years ago
b1a1b377 Added tests to cover for 3d usage for `moments_coords_central`. Kira Evans <c****t@k****e> over 8 years ago
40bef895 Improved readability and runtime of `moments_coords` and `moments_coords_cent... Kira Evans <c****t@k****e> over 8 years ago
f77becb9 Noise-robust patch distance estimation for non-local means (#2890) Gregory R. Lee <g****7@g****m>
Committed by: Stefan van der Walt <s****t@g****m>
over 8 years ago
1f5292a6 Greatly improved the runtime for `moments_coords` and `moments_coords_central`. Kira Evans <c****t@k****e> over 8 years ago
feaefdb8 EHN Add Haar-like feature (#2896) Guillaume Lemaitre <g****8@g****m>
Committed by: Stefan van der Walt <s****t@g****m>
over 8 years ago
ca42de66 merge Merge pull request #2878 from blochl/nl_means_fixes Gregory R. Lee <g****7@g****m>
Committed by: GitHub <n****y@g****m>
over 8 years ago
c295f6e8 Update six version to make pytest_cov work (#2909) Stefan van der Walt <s****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
9d97e812 merge Merge pull request #2908 from mikigom/remove-legacy_params-slic-_enforce_labe... Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
7d949255 remove unused parameter 'n_segments' enforce_label_connectivity() mikigom <s****4@g****r> almost 9 years ago
752c2f47 Fix randomness and expected ranges for RGB in `test_random_shapes`. (#2877) Kira Evans <c****t@k****e>
Committed by: Stefan van der Walt <s****t@g****m>
almost 9 years ago
7b8ae4a3 Revert "Add CBCL face database subset to `skimage.data`" (#2907) Egor Panfilov <e****v@g****m>
Committed by: Stefan van der Walt <s****t@g****m>
almost 9 years ago
a3829d40 merge Merge pull request #2906 from ycopin/patch-1 Egor Panfilov <e****v@g****m>
Committed by: GitHub <n****y@g****m>
almost 9 years ago
0d421fff Update doc to match code Yannick Copin <y****n@l****t>
Committed by: GitHub <n****y@g****m>
almost 9 years ago

← Back to repository