Commit Graph
8051 Commits
Author SHA1 Message Date
François Boulogne 7eab419cab add references 2013-01-12 12:19:06 +01:00
François Boulogne 3b84744c25 fix docstring + PEP8 2013-01-12 11:58:33 +01:00
François Boulogne 1fb5ae1a75 fix variable 2013-01-12 11:29:18 +01:00
François Boulogne 60b560ff9e add andres method for circle_perimeter 2013-01-12 10:56:52 +01:00
Stefan van der Walt fa02f46966 Merge pull request #406 from blink1073/bug-adapthist-py3k
BUG: Adapthist 3.x fixes.
2013-01-10 02:56:38 -08:00
Johannes Schönberger 7d328ae984 Merge pull request #384 from andersbll/master
Dense DAISY feature description
2012-12-30 00:40:09 -08:00
Tony S Yu f517eaa0e7 ENH: Cast arrays for numpy compatibility.
The casting rules in newer versions of numpy are stricter, so ensure that we have a compatible data type.
2012-12-29 18:21:49 -05:00
Tony S Yu 883885e254 Merge pull request #3 from blink1073/canvastools
ENH: Adjusted save_to_file to create a proper composite image
2012-12-29 14:29:53 -08:00
Steven Silvester eeaf04ed59 STY: Minor change to trigger Travis build 2012-12-28 21:59:19 -06:00
Steven Silvester f48f94f0be BUG: Adapthist interpolation grids could be improperly spaces 2012-12-28 18:37:15 -06:00
Steven Silvester 103bd96a3b ENH: Adjusted save_to_file to create a proper composite image 2012-12-28 18:24:29 -06:00
Stefan van der Walt c3b1984190 Merge pull request #372 from ahojnnes/tv-filter
ENH: New implementation of TV denoising.
2012-12-28 12:16:17 -08:00
Steven Silvester 1af3d69cde BUG: Fixed another division error 2012-12-28 01:33:01 -06:00
Steven Silvester 713e5dc734 BUG: Adapthist error caused by divisor operator change in py3k 2012-12-28 00:53:23 -06:00
Anders Boesen Lindbo Larsen 1c674f63c1 Merge branch 'master' of github.com:andersbll/scikit-image
Conflicts:
	CONTRIBUTORS.txt
2012-12-27 21:46:29 +01:00
Anders Boesen Lindbo Larsen 101bcc6a82 Add myself as contributor. 2012-12-27 20:44:08 +01:00
Anders Boesen Lindbo Larsen 4206804175 Fixed submodule import. 2012-12-27 20:42:02 +01:00
Anders Boesen Lindbo Larsen 8d8b8ef4f7 No need to normalize angular smoothing. 2012-12-27 20:42:02 +01:00
Anders Boesen Lindbo Larsen b770578aae Move set_color() to draw module. 2012-12-27 20:42:01 +01:00
Anders Boesen Lindbo Larsen 74e6c38d6f Handle all non-float images. 2012-12-27 20:42:01 +01:00
Anders Boesen Lindbo Larsen 67701614c1 Add DAISY visualization + example plot. 2012-12-27 20:42:01 +01:00
Anders Boesen Lindbo Larsen 2313361cf9 Add circle perimeter to draw module. 2012-12-27 20:42:01 +01:00
Anders Boesen Lindbo Larsen 633443ec49 Better Sphinx documentation. 2012-12-27 20:42:01 +01:00
Anders Boesen Lindbo Larsen 24d39218c2 PEP8 style corrections. 2012-12-27 20:42:00 +01:00
Anders Boesen Lindbo Larsen 4173d16639 Add dense DAISY feature description. 2012-12-27 20:42:00 +01:00
Anders Boesen Lindbo Larsen 8b6b51ec04 Add myself as contributor. 2012-12-27 10:49:29 +01:00
Johannes Schönberger 81d88b8cc3 Include more information about reference papers 2012-12-27 08:44:50 +01:00
Tony S Yu 9c4eb3a6fc Use print function for python 3 compatibility 2012-12-26 22:21:24 -08:00
Tony S Yu d77aa6034e ENH: Add demo of LabelPlugin 2012-12-26 22:10:27 -08:00
Tony S Yu df916713f5 ENH: Add PaintTool and LabelPlugin 2012-12-26 22:03:59 -08:00
Tony S Yu 16f159fb3e ENH: Remove unnecessary clean up functions.
Connecting matplotlib events are now the responsibility of canvastools, not the viewer.
2012-12-26 21:41:03 -08:00
Tony S Yu 6c1b969b21 BUG: Fix clean up of canvastools
NOTE: The rectangle tool doesn't seem to clean up properly.
2012-12-26 21:39:39 -08:00
Stefan van der Walt eff906bfb3 Merge pull request #405 from blink1073/feature-travis-py3k
TST: Travis 3.x support and fixes for uncovered bugs.
2012-12-26 11:43:02 -08:00
Steven Silvester 8da3541bff STY: Minor change to docstring to test travis build 2012-12-26 09:11:53 -06:00
Johannes Schönberger d82ae4dd95 Add note about multichannel parameter 2012-12-26 09:30:13 +01:00
Johannes Schönberger db5460591a Add test case for multi-channel chambolle denoising 2012-12-26 09:30:13 +01:00
Johannes Schönberger 5078da0aed Add test cases for chambolle tv denoising implementation 2012-12-26 09:30:13 +01:00
Johannes Schönberger aadc45cd5b Fix bugs caused by renaming functions 2012-12-26 09:30:13 +01:00
Johannes Schönberger b7254f225c Update denoising example 2012-12-26 09:30:13 +01:00
Johannes Schönberger 236ef48ec9 Add original (Chambolle) implementation of TV denoising 2012-12-26 09:30:13 +01:00
Johannes Schönberger ae5488a2b1 Rename test functions for bregman algorithm 2012-12-26 09:30:12 +01:00
Johannes Schönberger dfd8cb4fc2 Fix typo in denoise_tv_bregman doc string 2012-12-26 09:30:12 +01:00
Johannes Schönberger f2840ba906 Rename denoising cython source file 2012-12-26 09:30:12 +01:00
Johannes Schönberger 780d886db9 Rename denoise_tv to denoise_tv_bregman 2012-12-26 09:28:25 +01:00
Johannes Schönberger fff33702ea Replace manual array with builting Cython buffer indexing 2012-12-26 09:28:25 +01:00
Johannes Schönberger ccd2f42643 Update denoising example for new TV implementation 2012-12-26 09:28:25 +01:00
Johannes Schönberger dd34097fe4 Remove old implementation if TV filter 2012-12-26 09:28:25 +01:00
Johannes Schönberger cda03cfba4 Fix test cases for TV denoising 2012-12-26 09:28:25 +01:00
Johannes Schönberger 24b49fc8ee Improve total-varation denoising algorithm
Implementation of fast split-Bregman optimization algorithm in Cython. This
implementation also fixes the previously broken 3D version, which darkened
the images.
2012-12-26 09:28:25 +01:00
Johannes Schönberger 4ff97da8b1 Fix PEP8 issues and doc string formatting 2012-12-26 09:24:30 +01:00