479 Commits

Author SHA1 Message Date
Almar Klein 7e71a8e042 MC: add comment about except 2016-07-26 22:22:35 +02:00
Almar Klein 7686105129 MC: python2 compat 2016-07-26 13:19:23 +02:00
Almar Klein 6d0d655121 MC: docs and example fixes 2016-07-26 11:41:26 +02:00
Almar Klein 01a1e5e4b7 MC: small tweaks from reviewer comments 2016-07-26 11:31:48 +02:00
Almar Klein a90f875d15 Rename MC algs to make lewiner the default 2016-07-25 12:26:28 +02:00
Almar Klein dd6adf7b7c MC:docs 2016-07-25 12:26:28 +02:00
Almar Klein 49237ff473 better testing for python 3+ 2016-07-25 12:26:28 +02:00
Almar Klein e47392af97 MC: docs 2016-07-25 12:26:28 +02:00
Almar Klein f96e458624 MC: typed input arg 2016-07-25 12:26:28 +02:00
Almar Klein 9909cea01c MC: Use memoryviews 2016-07-25 12:26:28 +02:00
Almar Klein fb695be664 Fixes and improvements to MC lewiner alg 2016-07-25 12:26:28 +02:00
Almar Klein 41ca298eb6 MC: doc tweaks 2016-07-25 12:26:28 +02:00
Almar Klein 72ba10d896 fix for legacy py 2016-07-25 12:26:28 +02:00
Almar Klein ededdfaf56 improve docs and acks related to new MC alg 2016-07-25 12:26:28 +02:00
Almar Klein 41857a0736 address Stefans comments 2016-07-25 12:26:28 +02:00
Almar Klein f44e55b36d add readme to mc_mata dir 2016-07-25 12:26:28 +02:00
Almar Klein f4f05107e7 add gradient_direction arg to lewiner mc algorithm 2016-07-25 12:26:28 +02:00
Almar Klein b954ba5024 add extra materials related to lewiner mc algorithm 2016-07-25 12:26:28 +02:00
Almar Klein 19740b0ff9 add not how to show mc surface in visvis 2016-07-25 12:26:28 +02:00
Almar Klein dc784a619d tweaks to original mc function (docs and level) 2016-07-25 12:26:28 +02:00
Almar Klein f4c4822f8c remove unnecessary line WTF 2016-07-25 12:26:28 +02:00
Almar Klein 9f843fa619 marching cubes tests 2016-07-25 12:26:28 +02:00
almar 8d9ad26488 mc deal with degenerate triangles 2016-07-25 12:26:28 +02:00
almar e2ebc0d68f add marching cubes lewiner algorithm (from visvis) 2016-07-25 12:26:28 +02:00
Kyle Jackson 08019c36e5 DOC: corrected mssim docstring to return float 2016-07-23 19:24:07 -04:00
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 Walt 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