Commit Graph

546 Commits

Author SHA1 Message Date
Tony S Yu 2838b97261 Merge pull request #371 from ahojnnes/gabor
Gabor filter
2013-04-07 14:12:41 -07:00
Tony S Yu ba12acdeb8 Update gabor example.
The parameter order to `gabor_filter` changed so this example was broken. Also, add plots of the Gabor responses to the demo.
2013-04-06 22:34:48 -05:00
François Boulogne f18be31822 Fix and improve example 2013-03-22 23:12:05 +01:00
François Boulogne 30af0a66a2 replace hough() by hough_line() in doc 2013-03-20 18:30:19 +01:00
François Boulogne ee915cd9ea Merge branch 'docstring' of github.com:sciunto/scikit-image 2013-03-20 08:37:54 +01:00
François Boulogne cebc9839e4 Fix mistake in example 2013-03-19 21:18:30 +01:00
Johannes Schönberger f80cd8114b Replace ndimage.zoom function in radon transform example with builtin skimage function 2013-03-17 10:57:08 +01:00
Johannes Schönberger 045f64a00d Explicitly import local_binary_pattern function 2013-03-17 10:54:35 +01:00
Johannes Schönberger c475581aa2 Replace rotate function of local binary pattern example with builtin skimage function 2013-03-17 10:54:05 +01:00
Johannes Schönberger 7f755e83db Remove unused import 2013-03-17 10:50:32 +01:00
Johannes Schönberger 96f08e68d0 Use nearest neighbour interpolation to avoid different labels 2013-03-17 10:48:59 +01:00
Johannes Schönberger 874c5647bc Replace scipy.ndimage routine with skimage.ndimage.rotate 2013-03-17 10:47:18 +01:00
Stefan van der Walt a41d74caa4 Merge pull request #441 from spotter/color_deconv
ENH: Adding color deconvolution for immunohistochemical images.
2013-03-14 06:04:22 -07:00
Johannes Schönberger 5e67572ac7 Do not set paper size to allow manual setting through make 2013-03-13 12:16:58 +01:00
Johannes Schönberger 1d9fb145f6 Avoid duplicate python module index 2013-03-13 12:09:39 +01:00
Johannes Schönberger 169d945534 Fix make.bat 2013-03-13 12:08:08 +01:00
Johannes Schönberger d68515f0d8 Copy some useful latex settings from NumPy 2013-03-13 12:03:44 +01:00
Johannes Schönberger 3f31b48fe1 Use plot_directive from matplotlib.sphinxext if available 2013-03-13 11:10:03 +01:00
Johannes Schönberger 97d7f88b04 Explicitly set latex font size and paper size 2013-03-13 11:08:02 +01:00
Johannes Schönberger 16863535eb Re-enable plots in doc strings and generate PDF images for them 2013-03-13 10:59:26 +01:00
spotter 74acdc9fa9 FIX: changed unicode dash in docstrings. 2013-03-12 17:09:17 +01:00
Johannes Schönberger a1ad4ca34b Change latex doc settings 2013-03-12 09:39:00 +01:00
Johannes Schönberger b82764583a Increase list-depth for nested quotes etc. 2013-03-12 09:36:33 +01:00
Johannes Schönberger d01b14f2ff Add API documentation to latex docs 2013-03-12 09:12:13 +01:00
Xavier Moles Lopez 0fd2f355b2 FIX: Link to Ruifrok reference 2013-03-11 21:02:24 +01:00
spotter 5b25e7e961 FIX: Replaced non-ascii double quotes in Ruifrok reference. 2013-03-09 13:23:36 +01:00
spotter f66c8b5e3b ENH: Added example to the gallery for ihc staining separation 2013-03-08 15:59:40 +01:00
Stefan van der Walt ad0927f459 STY: PEP8 for logo. 2013-03-07 08:29:21 +02:00
Tony S Yu 70e37f3055 Refactor code that generates scikit-image logo.
Simplify code and use skimage functions that didn't exist when this code was
originally written.
2013-03-06 23:03:01 -06:00
Johannes Schönberger ade23a2f71 Update docversion for 0.8 2013-03-04 20:42:46 +01:00
Johannes Schönberger 4a8016fde6 Add release notes for version 0.8 2013-03-04 20:38:41 +01:00
Stefan van der Walt 9cb354e9d0 Merge pull request #450 from ahojnnes/hough-circle
RF: Hough circle improvements.
2013-03-04 08:09:08 -08:00
Johannes Schönberger 2237cc1617 Change color of circles for better visibility 2013-03-04 15:02:09 +01:00
Juan Nunez-Iglesias 332469c6df Fix missed rename in example 2013-03-04 01:32:05 +11:00
Juan Nunez-Iglesias afed313369 Modify example to use remove_small_connected_components 2013-03-04 01:32:05 +11: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 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
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
Tony S Yu dd08c8cd83 Fix return value of deprecated equalize function. 2013-02-26 20:34:29 -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 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
Johannes Schönberger 7d328ae984 Merge pull request #384 from andersbll/master
Dense DAISY feature description
2012-12-30 00:40:09 -08:00
Anders Boesen Lindbo Larsen 67701614c1 Add DAISY visualization + example plot. 2012-12-27 20:42:01 +01:00
Johannes Schönberger b7254f225c Update denoising example 2012-12-26 09:30:13 +01:00
Johannes Schönberger ccd2f42643 Update denoising example for new TV implementation 2012-12-26 09:28:25 +01:00
Stefan van der Walt 8e74313ce1 Merge pull request #242 from blink1073/adapthist
ENH: Adaptive histogram equalization.
2012-12-22 11:59:03 -08:00