Johannes Schönberger
2b505a33bd
Replace all occurences of bresenham with line
2013-04-28 13:12:10 +02:00
Johannes Schönberger
b909aa692b
Convert to ubyte dtype explicitly
2013-04-28 12:50:11 +02:00
Johannes Schönberger
529d46a67b
Convert to ubyte dtype explicitly for python 3
2013-04-28 11:11:30 +02:00
Johannes Schönberger
fd4716340e
Add missing trailing space to print statement
2013-04-28 10:31:17 +02:00
Johannes Schönberger
9487ba7913
Add missing future import
2013-04-28 10:19:14 +02:00
Johannes Schönberger
5f4dd4ed5f
Fix print statement for Python 3
2013-04-28 10:18:59 +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
Johannes Schönberger
9ddb9e42aa
Rename development guidelines, so they are shown when opening a new PR
2013-04-10 00:00:45 +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
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