Johannes Schönberger
17b2c4fd18
Escape latex math symbols
2013-05-26 12:21:13 +02:00
Johannes Schönberger
769d7d1245
Fix invalid index of reference
2013-05-26 12:20:37 +02:00
Johannes Schönberger
455fecd6aa
Fix spelling
2013-05-17 19:28:45 +02:00
Johannes Schönberger
13bfd603f3
Add simple RANSAC example script
2013-05-06 18:25:15 +02:00
Johannes Schönberger
54e3757cb0
Wrap lines
2013-05-06 18:08:46 +02:00
Johannes Schönberger
01124f5bcc
Use boolean mask for inlier return value of RANSAC
2013-05-06 18:08:21 +02:00
Johannes Schönberger
ef7b82e116
Clarify SSD description
2013-05-06 07:04:17 +02:00
Johannes Schönberger
43b4e9efb1
Remove extra space
2013-05-06 07:02:37 +02:00
Johannes Schönberger
15e079a8c2
Remove unused shear argument
2013-05-04 11:46:07 +02:00
Johannes Schönberger
d857c452d3
Add example matching script
2013-05-04 11:42:43 +02:00
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