Commit Graph

  • aae7f2b615 Merge pull request #1907 from OrkoHunter/threshold_adaptive_block_size Juan Nunez-Iglesias 2016-01-26 10:26:56 +11:00
  • f3a98250ad Merge pull request #1903 from OrkoHunter/threshold_otsu_min_color Juan Nunez-Iglesias 2016-01-26 10:05:09 +11:00
  • df18b53aed Correct example for threshold_adaptive Himanshu Mishra 2016-01-26 01:59:18 +05:30
  • e6f66a2691 Merge pull request #1902 from OrkoHunter/test_orb_fix_lena Josh Warner 2016-01-25 13:44:58 -06:00
  • 41afd05d0a Modify threshold_adaptive 1. Improve docstring 2. Raise error for even block_size 3. Test for the ValueError Himanshu Mishra 2016-01-25 19:31:23 +05:30
  • 1740767a3a Add test for threshold_otsu on single color image Himanshu Mishra 2016-01-25 13:56:45 +05:30
  • d677015806 Do not use lena in test_orb Himanshu Mishra 2016-01-24 16:58:56 +05:30
  • a2379182dc Merge pull request #1904 from OrkoHunter/clarify_generic_filter_rag Juan Nunez-Iglesias 2016-01-25 18:48:25 +11:00
  • b9199fe765 DOC : Add comment for the use of strided output array for generic_filter in RAG Himanshu Mishra 2016-01-24 21:34:59 +05:30
  • c8ba77d5f9 Clean up implementation Stefan van der Walt 2016-01-23 17:07:03 -08:00
  • d199ab2dc6 Merge pull request #1839 from grlee77/nd_denoise_tv Juan Nunez-Iglesias 2016-01-25 13:36:15 +11:00
  • 72607ca99e update NRMSE docstrings and include run_module_suite in the corresponding test file Gregory R. Lee 2016-01-24 12:38:38 -05:00
  • 682f0895e7 TST: add test for constent TV weighting across number of image dimensions for Chambolle algorithm Gregory R. Lee 2016-01-24 12:27:10 -05:00
  • 28f19d3076 Raise error when single colored image is passed in threshold_otsu method Himanshu Mishra 2016-01-24 20:47:23 +05:30
  • 2d20d4ad39 Merge pull request #1901 from OrkoHunter/test_match_fix_lena Panfilov Egor 2016-01-24 16:45:46 +03:00
  • 0b285100a4 Use astronaut instead of lena in test_match Himanshu Mishra 2016-01-24 16:24:45 +05:30
  • 3ec41555c7 Modify tests for hog after renaming kwarg normalise Himanshu Mishra 2016-01-24 15:16:46 +05:30
  • f7d18a56ad Replace normalise kwarg in hog with transform_sqrt Himanshu Mishra 2016-01-24 15:01:30 +05:30
  • 53742be9c6 fix axis bug in multichannel case and add a corresponding test Gregory R. Lee 2016-01-24 02:24:37 -05:00
  • cfb9c760db TST: fix broken test Gregory R. Lee 2016-01-23 21:35:36 -05:00
  • 69e73ea52b TST: add tests for nrmse, psnr Gregory R. Lee 2016-01-23 20:48:38 -05:00
  • ef3896d013 add new metrics to API Gregory R. Lee 2016-01-23 20:48:12 -05:00
  • ee38b920d9 ENH: Add some simple image comparison metrics: PSNR and NRMSE Gregory R. Lee 2016-01-23 14:25:11 -05:00
  • 731356763e Draw daisy features using anti-aliasing (closes #1665) Stefan van der Walt 2015-12-14 00:39:11 -08:00
  • e2f874e75f draw: Add alpha ability to set_color Stefan van der Walt 2015-12-14 00:39:01 -08:00
  • a30592a22a MAINT: explicitly specify axis argument Gregory R. Lee 2016-01-23 11:23:21 -05:00
  • e6a1a19337 update default weight to reflect the bugfix from hardcoded 0.5 to 1/(2*ndim) Gregory R. Lee 2015-12-24 12:34:11 -05:00
  • dd5a708a33 minor bugfix so that weight gives a consistent amount of smoothing regardless of the number of dimensions. Gregory R. Lee 2015-12-24 12:28:41 -05:00
  • 9f419024ad Switch _denoise_tv_chambolle to use C-ordering Gregory R. Lee 2015-12-24 09:35:34 -05:00
  • 4a8a2189f2 use Fortran order for g and p in _denoise_chambolle_nd to avoid a performance regression Gregory R. Lee 2015-12-23 12:08:28 -05:00
  • 4bc4f0a169 remove try/except in _denoise_chambolle_nd. just use the numpy 1.6 compatible case Gregory R. Lee 2015-12-22 20:22:47 -05:00
  • 4a0ad77780 update tests for denoise_tv_chambolle Gregory R. Lee 2015-12-22 17:18:50 -05:00
  • c2b86d8a02 fix numpy 1.6 compatibility Gregory R. Lee 2015-12-22 16:45:51 -05:00
  • 2d326a464e ENH: n-dimensional refactor of TV denoising. Gregory R. Lee 2015-12-22 16:36:14 -05:00
  • b9c951335a Merge pull request #1887 from ahojnnes/rot-fix Stefan van der Walt 2016-01-22 08:58:04 -08:00
  • dfc6b3a893 Merge pull request #1888 from ahojnnes/hessian-matrix-fix Stefan van der Walt 2016-01-22 08:56:50 -08:00
  • 7222d1fb93 Fix hessian_matrix doctest Johannes Schönberger 2016-01-22 08:59:12 +01:00
  • 699c345237 Merge pull request #1891 from OrkoHunter/test_brief_lena Stefan van der Walt 2016-01-21 11:16:27 -08:00
  • 2fafef17fe Merge pull request #1892 from OrkoHunter/test_corner_lena Stefan van der Walt 2016-01-21 11:15:15 -08:00
  • 93d68d879f Merge pull request #1893 from OrkoHunter/test_thresholding_lena Stefan van der Walt 2016-01-21 11:11:22 -08:00
  • c41376c60e Remove test_otsu_lena_image Himanshu Mishra 2016-01-21 23:36:30 +05:30
  • a4ceabb1ff Remove use of lena in test_corner.py Himanshu Mishra 2016-01-21 23:29:10 +05:30
  • 795a9f64de Do not use lena in test_brief.py Himanshu Mishra 2016-01-21 23:13:20 +05:30
  • 6fd0cecffd Fix Gaussian kernels in hessian_matrix Johannes Schönberger 2016-01-20 22:11:23 +01:00
  • 3edce08eb5 Fix rotation with resizing and custom center Johannes Schönberger 2016-01-20 21:52:06 +01:00
  • ce4bc59c11 Merge pull request #1885 from OrkoHunter/find_available_plugins Panfilov Egor 2016-01-20 17:20:48 +03:00
  • a7bcee2694 Update plugins doc page Himanshu Mishra 2016-01-19 19:33:05 +05:30
  • 9050a52acb Merge pull request #1883 from soupault/credits_pr1804 Emmanuelle Gouillart 2016-01-18 21:16:22 +01:00
  • f1abc51f85 DOC: Added credits for #1804 Egor Panfilov 2016-01-18 09:07:42 +03:00
  • f2d9cf4d59 Merge pull request #1877 from OrkoHunter/test_hog_lena_deprecate Josh Warner 2016-01-17 21:09:02 -07:00
  • e53d7daaa3 Merge pull request #1804 from soupault/inpainting Juan Nunez-Iglesias 2016-01-18 10:56:24 +11:00
  • b7fa0acd86 Merge pull request #1876 from OrkoHunter/threshold_otsu_grayscale Juan Nunez-Iglesias 2016-01-18 10:38:17 +11:00
  • f08ddcdf5d Merge pull request #1880 from OrkoHunter/fix_doc Panfilov Egor 2016-01-17 10:25:41 +03:00
  • 3ae2f1236b TST, DOC: Added test for 3D spatial data, cleaned up gallery example Egor Panfilov 2016-01-16 20:02:24 +03:00
  • b4bf4ed768 Fix circular mask example in the user_guide Himanshu Mishra 2016-01-16 10:47:09 +05:30
  • 98fec5211a FIX: Returned handle for empty input arrays Egor Panfilov 2016-01-15 20:04:08 +03:00
  • 893d937491 ENH: Moved nested functions, refactor code Egor Panfilov 2016-01-15 13:59:32 +03:00
  • a2d75de834 Add expected_warnings to the tests using threshold_otsu Himanshu Mishra 2016-01-15 10:16:26 +05:30
  • 296438d08e Raise a warning if the image is not grayscale Himanshu Mishra 2016-01-14 17:51:46 +05:30
  • 421ef45b42 Use astronaut image instead of lena in test_hog.py Himanshu Mishra 2016-01-14 18:55:35 +05:30
  • f034081650 Document the input image type Himanshu Mishra 2016-01-14 13:49:17 +05:30
  • 2487681272 Merge pull request #1866 from sergiopasra/deprecate-lena Stefan van der Walt 2016-01-13 06:45:49 -08:00
  • 49eb2f3a54 Suggest 'skimage.data.astronaut' as alternative test image Sergio Pascual 2016-01-12 23:29:58 +01:00
  • be993d44b1 Merge branch 'master' of git://github.com/scikit-image/scikit-image François Boulogne 2016-01-11 20:49:30 -05:00
  • 9c93816dd8 Merge pull request #1495 from vighneshbirodkar/edge_rag Juan Nunez-Iglesias 2016-01-11 11:13:35 +11:00
  • 22bf68d9b4 removed failing doctest line Vighnesh Birodkar 2016-01-08 21:49:01 -05:00
  • 753c8caf4e correct variable name mistake Vighnesh Birodkar 2016-01-08 14:11:56 -05:00
  • 79c9637e11 Merge pull request #1 from jni/edge-rag-fixup Vighnesh Birodkar 2016-01-08 13:30:57 -05:00
  • 802214d5ac Hold pixel count in mean boundary RAG edges Juan Nunez-Iglesias 2016-01-08 22:11:31 +11:00
  • 30145ab7f4 Use function to update graph edges from CSR Juan Nunez-Iglesias 2016-01-08 22:10:20 +11:00
  • f9dfa1d81d Make mean boundary RAG testing more robust Juan Nunez-Iglesias 2016-01-08 17:25:10 +11:00
  • c6c8ff9359 Add deprecation warning to 'data.lena()' Sergio Pascual 2016-01-08 00:03:59 +01:00
  • def8ca7f75 change mcap to viridis Vighnesh Birodkar 2016-01-06 21:29:42 -05:00
  • 772d1ccc15 changed colormap to jet Vighnesh Birodkar 2016-01-06 20:23:55 -05:00
  • a4a406349b moved example file Vighnesh Birodkar 2016-01-06 19:58:40 -05:00
  • ea18fcb99b use as strided Vighnesh Birodkar 2016-01-06 16:23:43 -05:00
  • a5f6db59cb doc example Vighnesh Birodkar 2016-01-06 15:42:10 -05:00
  • 422dfc6c22 cleanup Vighnesh Birodkar 2016-01-06 15:17:48 -05:00
  • e8f2805d64 changed to eosion/dilation logic Vighnesh Birodkar 2016-01-06 15:04:09 -05:00
  • a95c0bdddc passing selem argument Vighnesh Birodkar 2015-12-17 01:05:07 -05:00
  • 4c05e65670 changed logic to use erosion/dilation Vighnesh Birodkar 2015-12-17 00:48:56 -05:00
  • 4041fc6354 corrected colors import Vighnesh Birodkar 2015-05-06 01:02:01 +05:30
  • caba3041d1 indentation correction Vighnesh Birodkar 2015-05-06 00:55:04 +05:30
  • 3cf6c8b1ce removed unnecessary statement Vighnesh Birodkar 2015-05-06 00:50:58 +05:30
  • 1769cdddcf added boundary rag construction Vighnesh Birodkar 2015-05-06 00:47:31 +05:30
  • 514526ace0 Merge branch 'master' of git://github.com/scikit-image/scikit-image François Boulogne 2016-01-06 09:31:54 -05:00
  • 8f2839e1b3 Merge pull request #1747 from JGoutin/OptimizeLevel2Compilation-patch Emmanuelle Gouillart 2015-12-30 23:14:03 +01:00
  • 33a2182e06 Merge pull request #1705 from deledalle/ref_nlmeans Emmanuelle Gouillart 2015-12-30 22:06:19 +01:00
  • 732df5fc55 Merge pull request #1850 from jwiggins/fix/potential-bilateral-leak Emmanuelle Gouillart 2015-12-30 21:43:18 +01:00
  • 89784631e7 ENH: Massively reworked code to enable nD-support Egor Panfilov 2015-12-30 22:45:27 +03:00
  • 2e812e0b12 Merge pull request #1505 from emmanuelle/regionprops3d Juan Nunez-Iglesias 2015-12-29 11:59:48 +11:00
  • 6c9325aadf Minor fixes: errant indent, functools.wraps and python3 style emmanuelle 2015-12-28 21:13:22 +01:00
  • 72f542100e Use np.empty() instead of malloc/free in _denoise_bilateral. John Wiggins 2015-12-27 23:29:59 -06:00
  • 99871d77b4 Merge pull request #1849 from emmanuelle/fix_contribs Steven Silvester 2015-12-27 10:14:48 -06:00
  • f345291e54 Mentioned 2.6 hack for contribs.py in TODO.txt emmanuelle 2015-12-27 17:00:28 +01:00
  • 13c4f3cea4 Execute contribs.py in travis_script.sh emmanuelle 2015-12-25 18:27:08 +01:00
  • e528d47d5b FIX: Move a argument check to avoid leaking malloc'd arrays. John Wiggins 2015-12-26 10:55:28 -06:00
  • b4793caebd Remove debug message Steven Silvester 2015-12-25 15:13:11 -06:00
  • 0d73999cfd Allow axes to be provided to imshow and fix colorbar Steven Silvester 2015-12-12 12:37:24 -06:00
  • 76ad56fa83 contribs.py: fixed the case of empty string emmanuelle 2015-12-25 14:16:03 +01:00