Vighnesh Birodkar
59fa47cb5e
threshold
2014-03-04 22:56:11 +05:30
Vighnesh Birodkar
66bd0c4818
typo
2014-03-04 22:44:33 +05:30
Vighnesh Birodkar
c5a6f67654
doc string
2014-03-04 22:41:04 +05:30
Vighnesh Birodkar
d9adb82b14
added test_blob
2014-03-04 22:30:42 +05:30
Vighnesh Birodkar
6b0b9db1d0
doctest
2014-03-04 22:09:14 +05:30
Vighnesh Birodkar
5f070397fd
added blob_dog
2014-03-04 21:59:54 +05:30
Juan Nunez-Iglesias
d652a9ce9a
Merge pull request #897 from tonysyu/named-rescale_intensity-params
...
Add string inputs for range parameters of `rescale_intensity`
This supports common ranges for scientific cameras: 10, 12, and 14-bit uint.
2014-02-24 18:04:06 +11:00
Tony S Yu
28d6787a87
Add tests for uint12 and uint14 limits
2014-02-23 23:13:13 -06:00
Johannes Schönberger
181d030952
Remove six copy in _shared as it is a required dependency
2014-02-23 20:42:40 -05:00
Tony S Yu
7b104fdf14
Add string inputs for range parameters of rescale_intensity
2014-02-23 14:36:31 -06:00
Tony S Yu
572720df05
Merge pull request #895 from blink1073/fix-canny-py3k
...
Improve py3k compatibility for Viewer core widget and OverlayPlugin.
2014-02-17 23:58:46 -06:00
Stefan van der Walt
ba58dc84e7
Merge pull request #894 from blink1073/viewer_docstring
...
Add viewer submodule to skimage docstring (closes gh-878)
2014-02-17 16:00:06 +02:00
blink1073
44dc93d373
Use the more idiomatic list().
2014-02-17 05:39:33 -06:00
blink1073
3931f18169
Add py3k compatibility for core widget and overlayplugin.
...
Dictionary keys are treated differently in py3k, causing the Canny
plugin to not work on py3k.
2014-02-16 21:22:44 -06:00
blink1073
308c5c7e5e
Add viewer to main docstring.
2014-02-16 19:18:03 -06:00
François Boulogne
4f5105983c
MAINT: populate __init__.py
2014-02-16 13:15:54 -05:00
Johannes Schönberger
3b9f330e34
Implement missing max_distance parameter
2014-02-15 11:39:18 -05:00
Stefan van der Walt
f6b1c015ea
Merge pull request #888 from ankit-maverick/issue885
...
Fix Censure's mode='dob' for rectangular images
2014-02-13 23:37:24 +02:00
Ankit Agrawal
d8589f00e1
Adding test to check Censure works on any 2D shape
2014-02-12 20:53:22 +05:30
Tony S Yu
750911fc98
Merge pull request #881 from blink1073/fix-labelpainter-609
...
Fix: Viewer: LabelPainter overlay does not update with new loaded image #609
2014-02-12 08:35:28 -06:00
Ankit Agrawal
292f9dce9b
Fix regionprops doc typo
2014-02-12 19:17:54 +05:30
Ankit Agrawal
50a27088b1
Correcting the strides of response in _filter_image
2014-02-12 19:15:03 +05:30
Juan Nunez-Iglesias
68ab593f94
Merge pull request #886 from stefanv/bug/pil-fromstring_to_bytes
...
Use frombytes instead of fromstring on PIL images
2014-02-12 22:29:31 +11:00
Stefan van der Walt
b71008a135
Fix Image.frombytes for older version of Python/PIL
2014-02-12 12:59:51 +02:00
Stefan van der Walt
c930133982
Use frombytes instead of fromstring on PIL images, since the latter is now deprecated
2014-02-12 12:17:26 +02:00
Juan Nunez-Iglesias
15a3306337
Merge pull request #875 from blink1073/lineprofile-overlay
...
Add Shaded Polygon to LineProfile Plugin Output
Closes #865
2014-02-12 19:25:24 +11:00
Josh Warner (Mac)
f2b13047f7
DOC: correct misspelling in comment
2014-02-09 15:41:50 -06:00
Josh Warner (Mac)
3d3aba1ff7
Add correct_mesh_orientation to skimage.measure imports
2014-02-09 13:32:57 -06:00
Josh Warner (Mac)
fe2edd5149
FEAT: Add function to correct mesh face orientations
2014-02-09 13:16:19 -06:00
blink1073
c70040c236
Add a shape property that gracefully accomodates a new image size
2014-02-08 22:12:38 -06:00
blink1073
85537e3f85
Update the paint tool shape with the viewer image changes
2014-02-08 22:12:01 -06:00
blink1073
df4746d4f9
Update test to use floating point images and with updated values
2014-02-08 12:24:32 -06:00
blink1073
864a189721
Use division consistently between PY2 and PY3
2014-02-08 12:24:06 -06:00
blink1073
8a261242c1
Update test now that aliasing has been removed
2014-02-04 22:04:37 -06:00
blink1073
c2fd471c55
Fix aliasing and update docstring
2014-02-04 21:59:39 -06:00
blink1073
07f64b443a
Add test for LineProfiler tool
2014-02-02 22:22:04 -06:00
blink1073
2893fbae0e
Refactor perp_lines behavior
2014-02-02 21:52:50 -06:00
blink1073
a1127d4601
Add shaded polygon to lineprofile output
2014-02-02 17:40:52 -06:00
Jeremy Metz
ef779d1588
Fixed PEP8 spaces
2014-02-02 12:40:37 +00:00
Jeremy Metz
0136fd5915
Removed trailing whitespaces
2014-02-01 20:30:39 +00:00
Jeremy Metz
920c3efb83
Added new convex_hull_image qhull test
2014-02-01 16:17:53 +00:00
Jeremy Metz
add4b51db7
QH6228 Bug fix - remove offset from coords
2014-01-31 13:46:28 +00:00
Stefan van der Walt
73bf701b5c
Merge pull request #865 from jni/profile-line
...
Move `profile_line()` out of viewer and refactor
2014-01-30 11:39:42 -08:00
Juan Nunez-Iglesias
01967e5060
Update docstring according to @stefanv's comments
2014-01-30 12:15:36 +11:00
Stefan van der Walt
5d9115a8b7
Replace Cython's round with a VC2010 compatible version
2014-01-29 23:38:16 +01:00
Juan Nunez-Iglesias
ec0079dcba
Output line drawing and scan data from plugin
2014-01-29 23:27:34 +11:00
Juan Nunez-Iglesias
040a21afb9
Change default interpolation order to 1
2014-01-29 22:55:18 +11:00
Juan Nunez-Iglesias
d71cd4d750
Remove unnecessary if clause
...
The `if linewidth <= 1` was necessary because the coordinate systems
(pixel/point) were all muddled up. Now that it has been clarified,
`linewidth=1` works transparently!
2014-01-29 22:52:49 +11:00
Juan Nunez-Iglesias
4bc5d66060
Add numerous (14) tests for profile_line()
2014-01-29 22:50:19 +11:00
Juan Nunez-Iglesias
00f4d38c2c
Polish coordinate system
...
It's important to distinguish between pixels and points. A square set
of points belongs to one pixel. When users type `linewidth=3`, they
usually mean a line 3 pixels wide. The distance between the pixel
center points, then, is 2.
2014-01-29 22:47:52 +11:00