Commit Graph
454 Commits
Author SHA1 Message Date
François Boulogne 4d233442f7 ENH: add bbox_area 2016-07-14 17:03:47 +02:00
Egor Panfilov 45d11909b9 Moved references to docstring 2016-06-12 18:25:13 +03:00
François Boulogne ffc88e58e1 DOC: clarify bbox #2116 2016-06-01 10:33:42 +02:00
François Boulogne 9992a4480b MAINT: move docstring and merge cython functions 2016-05-26 21:48:01 +02:00
François Boulogne 07f753d081 MAINT: PEP8 2016-05-25 20:54:22 +02:00
François Boulogne c99ba1344c MAINT: remove unused import 2016-05-25 20:54:17 +02:00
François Boulogne 8170467356 DOC: add crossref label and regionprops 2016-05-25 20:54:02 +02:00
Jeremy Metz 40f73aeaac Added simple 3d centroid test 2016-05-14 01:20:17 +01:00
Jeremy Metz 1c0095f8e5 Updated centroid to use coords - words in 3d 2016-05-13 13:46:52 +01:00
Kevin Keraudren 6f4cbebd6d remove default value in docstring 2016-05-10 19:31:51 +01:00
Kevin Keraudren 307a4e9936 updating tests 2016-05-08 08:30:47 +01:00
Kevin Keraudren 4ff20b83aa moving check_random_state() to skimage._shared.util 2016-05-08 08:13:01 +01:00
Kevin Keraudren 9659d26294 allowing to pass a np.random.RandomState to ransac 2016-05-06 09:17:53 +01:00
Shaun Singh c7dd6e25ed Improve documentation of bounding box 2016-03-30 17:00:27 -07:00
Gregory R. Lee 068663b7fe explicitly suggest using multichannel in compute_ssim error message 2016-03-11 10:11:46 -05:00
Gregory R. Lee 5ac3255065 FIX: remove use of deprecated call to structural_similarity from within compute_ssim 2016-03-09 15:00:05 -05:00
Shaun Singh 7a2c80e70f Fix spacing for inline comments 2016-02-25 17:24:29 -08:00
Shaun Singh f6618ef8b2 Clean up profile-line docstring 2016-02-24 17:38:21 -08:00
Shaun Singh 7f5b9327fa Update docstring for profile_line 2016-02-24 16:54:22 -08:00
emmanuelle a5a771a8e4 Modified label function so that background pixels are labeled with 0, and
background=0 by default.

Modified label function so that background pixels are labeled with 0, and
background=0 by default. All tests of _ccomp.pyx pass

Modified a couple of files to be consistent with the new behavior of
measure.label

Modified doctring of label to pass doctest

Modified TODO.txt as well as release notes to mention the new behavior of
label.

Typo in docstring

Typo in docstring

Changed default value of kw argument background in measure.label

Removed unnecessary and outdated comment
2016-02-22 21:19:23 +01:00
Stefan van der Waltandemmanuelle 44150989ee WIP 2016-02-21 16:50:21 +01:00
Johannes Schönberger 116ef0d649 Remove unit tests for deprecated features 2016-02-09 12:25:55 +01:00
Johannes Schönberger 9d9a4b3e0b Fix some remaining TODO items 2016-02-09 11:11:28 +01:00
Johannes Schönberger e6338b75bd Merge pull request #1921 from JDWarner/image_comparison_prefix
STY: Image comparison functions now share common prefix
2016-02-02 17:07:17 +01:00
Joshua Warner ab7f0774aa FIX: Pass arguments from deprecated function, update examples. 2016-02-01 13:57:56 -07:00
Joshua Warner b218cfdd81 STY: Image comparison functions now share common prefix 2016-01-31 23:11:38 -07:00
Johannes Schönberger a3313abd20 Merge pull request #1916 from blink1073/warn-stacklevel
Use a stacklevel of 2 by default for all warnings
2016-01-31 11:25:39 +01:00
Steven Silvester 4b2692b7c0 Cleanup 2016-01-30 15:56:19 -06:00
Steven Silvester 6170a7e532 Include the pyx files 2016-01-30 08:59:31 -06:00
Steven Silvester b710bd21d2 Use a stacklevel of 2 by default for all warnings 2016-01-30 08:57:46 -06:00
Gregory R. Lee b8e7740159 use dtype=np.float64 in calls to np.mean 2016-01-28 22:10:02 -05:00
Gregory R. Lee 8483a62e76 make suggested naming changes in simple_metrics.py 2016-01-28 22:09:52 -05:00
Gregory R. Lee 0f71278a10 revert simple_metrics to np.float64 computations for all input types 2016-01-27 12:36:22 -05:00
Gregory R. Lee 64f62032c3 psnr: update dynamic range calculation
also moved the identical dtype and shape checks into a separate utility function
2016-01-27 11:56:12 -05:00
Gregory R. Lee ea3ad97b3e TST: add MSE, NRMSE test that would fail in case of int overflow 2016-01-27 11:24:56 -05:00
Gregory R. Lee acef026676 fixed outdated import name _simple_metrics in __init__.py 2016-01-26 18:21:12 -05:00
Gregory R. Lee a8124166c1 Fix the default dynamic_range in PSNR and warn if inputs don't meet the assumptions made 2016-01-26 18:17:56 -05:00
Gregory R. Lee f4773e303d NRMSE, MSE, PSNR: make sure all inputs are float prior to the calculations. 2016-01-26 18:17:02 -05:00
Gregory R. Lee a681ccd3ee TST: add test for invalid normalization type in NRMSE 2016-01-26 17:56:38 -05:00
Gregory R. Lee 72607ca99e update NRMSE docstrings and include run_module_suite in the corresponding test file 2016-01-24 12:41:18 -05:00
Gregory R. Lee cfb9c760db TST: fix broken test 2016-01-23 21:35:36 -05:00
Gregory R. Lee 69e73ea52b TST: add tests for nrmse, psnr 2016-01-23 21:09:22 -05:00
Gregory R. Lee ef3896d013 add new metrics to API 2016-01-23 21:09:22 -05:00
Gregory R. LeeandGregory R. Lee ee38b920d9 ENH: Add some simple image comparison metrics: PSNR and NRMSE 2016-01-23 21:09:21 -05:00
emmanuelle 6c9325aadf Minor fixes: errant indent, functools.wraps and python3 style 2015-12-28 21:13:22 +01:00
emmanuelle fab4265f47 Removed @property decorator, that made _install_properties_doc crash 2015-12-25 12:37:41 +01:00
emmanuelle add3352284 Euler number is only2d 2015-12-25 11:38:23 +01:00
Juan Nunez-Iglesiasandemmanuelle 9317b7be34 Make area a cached property; use np.sum 2015-12-24 19:02:15 +01:00
Juan Nunez-Iglesiasandemmanuelle d8cc148d8c Replace individual errors by 2D decorator 2015-12-24 19:00:43 +01:00
emmanuelle 0359284623 Modified some methods in _RegionProperties class to make them
dimension-agnostic. Removed the NotImplementedError for 3-D images in
regionprops function.
2015-12-24 18:56:49 +01:00