Commit Graph

5928 Commits

Author SHA1 Message Date
Juan Nunez-Iglesias 24b14508c8 Add examples to docstring 2013-03-04 01:32:05 +11:00
Juan Nunez-Iglesias 5686e11c97 Add funct to remove small connected compononents 2013-03-04 01:32:04 +11:00
Johannes Schönberger 3d78493e81 Merge pull request #447 from stefanv/ndimage_dtype_32
BUG: Recast label output to satisfy ndimage on 32-bit platforms.
2013-03-03 06:24:41 -08:00
Stefan van der Walt 6e0112f449 BUG: Recast label output to satisfy ndimage on 32-bit platforms. 2013-03-03 15:34:09 +02:00
Johannes Schönberger 9e10ea75e5 Merge pull request #445 from tonysyu/doc-tweaks
Doc tweaks
2013-03-02 23:54:34 -08:00
Tony S Yu 1724fb2351 Change dtype_limits clipping behavior. 2013-03-02 17:40:17 -06:00
Tony S Yu 17e7ba3de7 DOC: Fix Sphinx errors. 2013-03-02 17:22:10 -06:00
Tony S Yu db7a063d76 ENH: If example fails, print traceback and carry on. 2013-03-02 17:21:14 -06:00
Jan Margeta d6d177fec5 Fixing MSVC build by adding appropriate typedefs for uint16_t 2013-03-02 15:39:20 +01:00
Johannes Schönberger 1c60342edc Merge pull request #443 from stefanv/hough_brighter_color
DOC: Use brighter color in circular Hough demo.
2013-03-01 08:23:09 -08:00
Stefan van der Walt 2ff289fcec DOC: Use brighter color in circular Hough demo. 2013-03-01 17:19:36 +02:00
Stefan van der Walt b249c00ef0 Merge pull request #431 from sciunto/houghcircle
ENH: Add circular Hough transform.

Conflicts:
	skimage/transform/_hough_transform.pyx
2013-03-01 16:56:55 +02:00
spotter 85b1795cdb FIX: Removed unused dependency 2013-03-01 12:17:15 +01:00
spotter 3e6e690590 ENH: Added a short test to validate rgb2hed and hed2rgb conversion 2013-03-01 11:50:10 +01:00
spotter b065580c0a FIX: Simplified deconvolution equations 2013-03-01 11:49:23 +01:00
spotter 74b37dbb05 ENH: Added rgb2hed and hed2rgb to __all__ list 2013-02-28 16:26:57 +01:00
spotter 997870ce23 FIX: the rgb2hed function. Legal issues regarding the ihc image. ENH: added the hed2rgb function. 2013-02-28 16:15:15 +01:00
Stefan van der Walt ef5325502d Merge pull request #438 from ahojnnes/warp-fix
RF: Remove duplicate return statement and deprecated function.
2013-02-27 07:22:25 -08:00
Johannes Schönberger 374a967ffc Remove deprecated tests for homography 2013-02-27 08:45:45 +01:00
Johannes Schönberger bf7db0fa53 Merge pull request #439 from tonysyu/fix-equalize
Fix return value of deprecated `equalize` function.
2013-02-26 23:30:14 -08:00
Tony S Yu dd08c8cd83 Fix return value of deprecated equalize function. 2013-02-26 20:34:29 -06:00
spotter 306c886ad6 ENH: Added an Immunohistochemical image example 2013-02-26 17:26:12 +01:00
Johannes Schönberger f2d91d2c29 Remove deprecated import of hompgraphy 2013-02-26 16:57:43 +01:00
spotter ae685075e1 ENH: Adding color deconvolution method to convert to an Haematoxylin-Eosin-DAB colorspace 2013-02-26 16:25:42 +01:00
Johannes Schönberger 72e1d20a29 Remove deprecated homography function 2013-02-26 12:22:13 +01:00
Johannes Schönberger c2023e9975 Remove duplicate return statement 2013-02-26 12:12:02 +01:00
Tony S Yu bb22499986 Add save buttons to viewer example. 2013-02-25 20:36:32 -06:00
François Boulogne 609ce322d9 remove import mpl patches 2013-02-25 23:08:23 +01:00
François Boulogne 0451a2e17b use draw instead of mpl patches 2013-02-25 23:08:23 +01:00
François Boulogne 86f777ae3d hough transform for circles 2013-02-25 23:01:44 +01:00
François Boulogne de2fa28b77 Docstring + J.S. modifications 2013-02-25 22:57:10 +01:00
François Boulogne 5572d16cb2 add example for cicular hough transform 2013-02-25 22:56:28 +01:00
François Boulogne ecb762c9e4 bugfix dim + unittest 2013-02-25 22:56:28 +01:00
François Boulogne 928468b999 variable in cdef 2013-02-25 22:56:28 +01:00
François Boulogne de6e63de2e use a single array 2013-02-25 22:56:28 +01:00
François Boulogne 99e2997337 declare cython variables 2013-02-25 22:56:27 +01:00
François Boulogne 5161687730 various minor fixes 2013-02-25 22:56:27 +01:00
François Boulogne 88eaaad9c7 add blank line 2013-02-25 22:56:27 +01:00
François Boulogne ffeb64572f update contrib 2013-02-25 22:56:27 +01:00
François Boulogne 12c1bf8883 add unittest for hough circle 2013-02-25 22:55:59 +01:00
François Boulogne a997195881 hough transform for circles 2013-02-25 22:55:59 +01:00
Johannes Schönberger 590784d9a3 Merge pull request #417 from stefanv/msvc_build_fix
PKG: MSVC build fixes by Christoph Gohlke.
2013-02-25 13:22:46 -08:00
Stefan van der Walt 00c023d814 Merge remote-tracking branch 'cgohlke/patch-2' into msvc_build_fix
Conflicts:
	skimage/filter/rank/_crank16.pyx
	skimage/filter/rank/_crank8.pyx
2013-02-25 09:20:05 +02:00
Stefan van der Walt a17d8182aa PKG: MSVC build fixes by Christoph Gohlke. 2013-02-25 06:52:04 +02:00
Stefan van der Walt b0a01698b3 Merge pull request #434 from ahojnnes/ssize_t-note
DOC: Add note about proper use of Py_ssize_t.
2013-02-24 12:08:39 -08:00
Stefan van der Walt 746d9f6b36 Merge pull request #435 from ahojnnes/cnp
RF: Globally change np to cnp if cimported.
2013-02-24 11:55:32 -08:00
Johannes Schönberger 8532a0e432 Merge pull request #436 from sciunto/docstring
Docstring circle + ellipse
2013-02-24 09:22:55 -08:00
Christoph Gohlke 2e230c70c0 Use log(2) instead of log10(2) 2013-02-24 09:01:09 -08:00
Christoph Gohlke 27b837b799 Use log(2) instead of log10(2) 2013-02-24 08:57:53 -08:00
François Boulogne 19e69e94c1 Docstring circle + ellipse 2013-02-24 16:42:37 +01:00