Johannes Schönberger
2b505a33bd
Replace all occurences of bresenham with line
2013-04-28 13:12:10 +02:00
Johannes Schönberger
d0ee6ade61
Fix inconsistencies in examples and many more improvements
2013-04-27 16:47:33 +02:00
Johannes Schönberger
41007b417b
Use numpy dtype rather than string
2013-04-27 16:14:04 +02:00
Johannes Schönberger
82ea5cf446
Rename mean filter example and improve description
2013-04-27 16:13:09 +02:00
Johannes Schönberger
d7eb2dc9eb
Add short description to edge filter example
2013-04-27 16:08:00 +02:00
Johannes Schönberger
727ed9212a
Fix hough line examples
2013-04-27 15:59:37 +02:00
Tony S Yu
425d33b722
Merge pull request #528 from chintak/doc_morphology
...
Documentation for basic Morphology functions
2013-04-26 21:13:14 -07:00
Chintak Sheth
8987ef9327
.in to .com
2013-04-26 11:19:09 +05:30
Tony S Yu
42e47589f7
Merge branch 'pr/517'
2013-04-25 22:50:05 -05:00
Tony S Yu
5c3c75cd09
Minor cleanups
...
* PEP8 clean ups (space after commas, docstring spacing, prefer parentheses over line continuation)
* Simplify creation of test images.
* Use `plt.subplots` instead of state machine
* Minor wording modifications
2013-04-25 22:47:22 -05:00
Chintak Sheth
903d27d84a
URL
2013-04-25 21:46:54 +05:30
Chintak Sheth
b6afbf1c58
URL
2013-04-25 21:45:18 +05:30
Chintak Sheth
17b38c6679
Trailing _
2013-04-25 20:11:49 +05:30
Chintak Sheth
7dfbac3d8e
URL formatting
2013-04-24 02:50:15 +05:30
Nicolas Pinto
14992c8330
DOC: "gabors from lena" isn't under construction
2013-04-23 14:19:09 -07:00
Chintak Sheth
616f24ac31
End newline added and removed the .jpeg version
2013-04-23 21:27:36 +05:30
Chintak Sheth
45aeeac459
Added horse.png to skimage/data and added a horse() in the _init_.py in data subpackage
2013-04-23 21:14:02 +05:30
Chintak Sheth
e5dab80e9c
Clean, and implemented using horse.jpeg
2013-04-23 19:47:10 +05:30
Umesh
43c8858338
Updated Implementation of Roberts Algorithm
2013-04-21 17:19:18 -07:00
Marianne Corvellec
80114c026c
Used instead of deprecated function.
2013-04-20 13:25:36 +08:00
Stefan van der Walt
e6277b1ba4
Merge pull request #488 from sciunto/minor_docfix
...
ENH: Allow `hough_circle` to detect circles with centres outside the image.
2013-04-19 04:04:26 -07:00
François Boulogne
1780a8d2e7
add option full_output to hough_circ
2013-04-16 15:01:02 +02:00
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
30af0a66a2
replace hough() by hough_line() in doc
2013-03-20 18:30:19 +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
spotter
74acdc9fa9
FIX: changed unicode dash in docstrings.
2013-03-12 17:09:17 +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
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
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