Commit Graph

7933 Commits

Author SHA1 Message Date
Johannes Schönberger 20e1fcdbbb Fix deprecation warning in plot_active_contours 2016-02-01 08:47:36 +01:00
Johannes Schönberger 7cf9d7ffdb Fix deprecation warning in equalize_adapthist 2016-02-01 08:47:36 +01:00
Johannes Schönberger fdbd9938fb Apply PEP8 to plot_adapt_rgb 2016-02-01 08:47:36 +01:00
Johannes Schönberger 95977c237f Fix deprecation warning in plot_ransac 2016-02-01 08:47:36 +01:00
Emmanuelle Gouillart 8cc869e33a Merge pull request #1920 from sciunto/doc_typo
Doc typo
2016-02-01 08:38:19 +01:00
Juan Nunez-Iglesias 9405daa12e Merge pull request #1827 from stefanv/daisy_aa_draw
Daisy aa draw
2016-02-01 15:41:24 +11:00
François Boulogne 7d87bb1224 use axis off 2016-01-31 20:16:24 -05:00
Steven Silvester b328ac7b9f Merge pull request #1919 from ahojnnes/rgb2gray
Speedup rgb2gray and return congiguous array
2016-01-31 16:53:13 -06:00
Johannes Schönberger 4e5c4d3c4d Fix rgb2grey for alpha channel 2016-01-31 21:50:56 +01:00
François Boulogne 096bf3cc93 DOC: fix for typo
DOC: fix for typo

DOC: turn to a 2x2 presentation

DOC: add tight layout

DOC: fix typo + remove extra spaces
2016-01-31 14:50:58 -05:00
François Boulogne 0230375b00 Merge branch 'master' of git://github.com/scikit-image/scikit-image 2016-01-31 14:18:56 -05:00
Johannes Schönberger f4e0370bc2 Make sure rgb2gray output is contiguous 2016-01-31 19:35:53 +01:00
Johannes Schönberger 65a29071fe Speedup rgb2gray and return congiguous array 2016-01-31 19:21:03 +01:00
Stefan van der Walt 6d103b5a7f Revert back usage of full_like to support older numpy 2016-01-31 09:43:28 -08:00
Josh Warner d91aff47df Merge pull request #1817 from blink1073/upgrade-imshow
ENH: Allow axes to be provided to imshow and fix colorbar
2016-01-31 10:03:16 -06:00
Steven Silvester 0aafbaf78b Add another note about the new warning 2016-01-31 08:37:49 -06:00
Steven Silvester bbb35134a7 Add a note about the new warning 2016-01-31 08:36:38 -06:00
Steven Silvester da038c4d88 Debugging appveyor warning 2016-01-31 07:48:47 -06: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
Josh Warner a08d75a786 Merge pull request #1899 from OrkoHunter/hog_normalise
FIX: Replace hog normalise kwarg with transform_sqrt
2016-01-30 23:11:31 -06:00
Josh Warner 2e162478c9 Merge pull request #1897 from grlee77/simple_metrics
FEAT: Simple image comparison metrics (PSNR, NRMSE)
2016-01-30 22:22:27 -06:00
Himanshu Mishra 4997fda94f Raise error when normalise in not none in hog 2016-01-31 09:32:27 +05:30
Steven Silvester cfc5db7a6c Add missing space 2016-01-30 19:09:44 -06:00
Steven Silvester 040d0475c1 More cleanup 2016-01-30 15:58:07 -06:00
Steven Silvester 4b2692b7c0 Cleanup 2016-01-30 15:56:19 -06:00
Steven Silvester 4f54b9ed5a Work around limitation in warnings.warn 2016-01-30 10:37:30 -06:00
Josh Warner 371bfad10a Merge pull request #1915 from ahojnnes/corner-fix
FIX/STY: Add relative threshold 0.1 to corner_peaks
2016-01-30 10:21:14 -06:00
Steven Silvester e24953cf74 Cleanup the _warnings module 2016-01-30 09:17:47 -06:00
Steven Silvester f4483b775e Make warn() more explicit 2016-01-30 09:14:55 -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
Johannes Schönberger e12df17514 Add relative threshold to corner_peaks 2016-01-30 14:10:46 +01:00
Josh Warner 114f7f8ae0 Merge pull request #1898 from ahojnnes/anntzer-peak-local-max
ENH: Improved defaults for peak_local_max
2016-01-29 20:53:19 -06:00
Johannes Schönberger 433523805f Fix matching test cases 2016-01-29 09:27:01 +01:00
Johannes Schönberger 91ed378019 Fix bug in exclude_border option 2016-01-29 09:26:12 +01:00
Johannes Schönberger e552002e72 Fix BRIEF test cases 2016-01-29 09:26:12 +01:00
Johannes Schönberger dfae40f9a8 Change default threshold_abs value to minimum image intensity 2016-01-29 09:26:12 +01:00
Johannes Schönberger bbb427b9ea Fix peak_local_max doctest 2016-01-29 09:26:12 +01:00
Johannes Schönberger e74da89ede Fix corner_fast doctest 2016-01-29 09:26:12 +01:00
Johannes Schönberger 024c4328f2 Fix corner_peaks doctest 2016-01-29 09:26:12 +01:00
Johannes Schönberger 88ee3ce96e Raise error for invalid min_distance values 2016-01-29 09:26:12 +01:00
Johannes Schönberger 3f912903cb Fix corner orientations unit test 2016-01-29 09:26:12 +01:00
Johannes Schönberger 5751b0cb28 Some improvements to the doc string and code formatting 2016-01-29 09:26:12 +01:00
Johannes Schönberger fe9d7c73a1 Fix coordinate extraction 2016-01-29 09:26:12 +01:00
Antony Lee bd2ecff62f WIP: fix impl. of peak_local_max, update tests. 2016-01-29 09:26:12 +01:00
Antony Lee 58283e7bd5 Change default min_distance; improve docstring. 2016-01-29 09:26:12 +01:00
Antony Lee f3771aba7e Saner defaults for peak_local_max, untested.
First attempt at fixing #1246.
2016-01-29 09:26:12 +01:00
Juan Nunez-Iglesias ad51119da1 Merge pull request #1913 from stefanv/contribute_2plus
Update contributor's guide: all PRs must get two +1's by core team before merge
2016-01-29 14:22:22 +11: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