cgohlke
|
b06d160cb7
|
Fix TypeError: __class__ assignment: 'TestFlexibleMCP' object layout differs from 'UnboundSelf'
|
2014-03-10 23:40:14 -07:00 |
|
cgohlke
|
81805a530b
|
Skip viewer tests if no Qt API is available
|
2014-03-10 23:10:13 -07:00 |
|
cgohlke
|
5403e7a61e
|
Use os.pathsep to sepatate multiple ImageCollection load_pattern
The colon `:` does not work on Windows as it can be part of a path
|
2014-03-10 22:50:00 -07:00 |
|
cgohlke
|
534721126b
|
Fix test_novice.test_update_on_save failure on Windows
On Windows, tempfile.NamedTemporaryFile() can not be opened a second time. See <http://docs.python.org/2/library/tempfile.html#tempfile.NamedTemporaryFile>
|
2014-03-10 22:22:02 -07:00 |
|
cgohlke
|
44f26ce9ee
|
Define M_PI (not part of C89)
|
2014-03-10 20:57:33 -07:00 |
|
cgohlke
|
a3067c572a
|
Define M_PI (not part of C89)
|
2014-03-10 20:56:27 -07:00 |
|
cgohlke
|
2a930700d5
|
Fix ValueError: Buffer dtype mismatch, expected 'Py_ssize_t' but got 'long' on win-amd64
|
2014-03-10 20:51:43 -07:00 |
|
Vighnesh Birodkar
|
a2438b6338
|
comments
|
2014-03-10 23:56:30 +05:30 |
|
Vighnesh Birodkar
|
47c5f1bda6
|
added test_blob_log
|
2014-03-10 23:33:33 +05:30 |
|
Vighnesh Birodkar
|
a067485dec
|
added blob_log
|
2014-03-10 22:58:37 +05:30 |
|
Stefan van der Walt
|
941a252257
|
Merge pull request #906 from ahojnnes/peak-fix
`peak_local_max`: fix docstring, add N-d tests
|
2014-03-10 15:51:21 +02:00 |
|
Johannes Schönberger
|
cd13361b11
|
Add test case for 4D images
|
2014-03-10 08:21:50 -04:00 |
|
Johannes Schönberger
|
438784cdda
|
Add test case for 3D images
|
2014-03-10 08:20:32 -04:00 |
|
Johannes Schönberger
|
c815bd6030
|
Fix peak_local_max doc string
|
2014-03-10 08:11:53 -04:00 |
|
Vighnesh Birodkar
|
0f44e6f1ba
|
added names in CONTRIBUTIRS.txt
|
2014-03-10 15:39:15 +05:30 |
|
Vighnesh Birodkar
|
7986714c5d
|
rectified __all__
|
2014-03-09 22:00:26 +05:30 |
|
Vighnesh Birodkar
|
d6910ba9bf
|
removed get_local_maxima, now using peak_local_max
|
2014-03-09 21:56:45 +05:30 |
|
Vighnesh Birodkar
|
579c3d5aa3
|
added get_local_maxima to feature
|
2014-03-06 13:04:09 +05:30 |
|
Vighnesh Birodkar
|
7681598380
|
changed params and functionality of get_local_maxima
|
2014-03-05 21:08:37 +05:30 |
|
Vighnesh Birodkar
|
e449ce9870
|
Made get_local_maxima_3d public
It also takes connectivity as a paramater now
|
2014-03-05 15:37:10 +05:30 |
|
Vighnesh Birodkar
|
5a988fdae7
|
Changed formula, this improves detected size accuracy
|
2014-03-05 00:46:58 +05:30 |
|
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 |
|