Steven Silvester
d0d4021de7
Merge pull request #1181 from stefanv/doc/upgrade_binary_win_install
...
Reminder to remove previous installations when upgrading on Windows
2014-09-30 04:28:25 -05:00
Steven Silvester
d1d7af0efd
Merge pull request #1180 from stefanv/doc/widget_callback
...
Add more complete documentation for widget callback
2014-09-30 04:26:47 -05:00
Steven Silvester
145086491b
Merge pull request #1179 from stefanv/linetool_handle_style
...
Allow modification of LineTool handle style
2014-09-30 04:25:30 -05:00
capitanbatata
b44d4f7f45
Added Johannes' comments.
2014-09-30 08:32:48 +02:00
Juan Nunez-Iglesias
8711c74533
Test type warning from remove_small_objects
2014-09-30 15:04:28 +10:00
Juan Nunez-Iglesias
a2def31fca
Warn users of remove_small_objects about type
...
When input type is `int`, we assume that the image is pre-labeled.
However, when only 0 and 1 are present, it may be that the user expects
us to treat it as a binary image. We don't, but now issue a warning
that they might want to use a bool image.
Fixes #1178 .
2014-09-30 14:51:00 +10:00
Stefan van der Walt
ea00067b0e
Fix class names
2014-09-30 06:22:24 +02:00
Stefan van der Walt
63c92537b1
Also add handle style to ThickLineTool
2014-09-30 06:18:03 +02:00
Stefan van der Walt
758bcb456e
Improve my grammar
2014-09-30 06:01:22 +02:00
Stefan van der Walt
7d58147fd1
Reminder to remove previous installations when upgrading on Windows
2014-09-29 22:32:45 +02:00
Stefan van der Walt
8a914e55f1
Invoke linetool with properties to increase coverage
2014-09-29 22:28:42 +02:00
Stefan van der Walt
f7ee2c28a6
Add more complete documentation for widget callback
2014-09-29 22:25:37 +02:00
Stefan van der Walt
b4a6571715
Allow modification of LineTool handle style
2014-09-29 17:13:07 +02:00
Johannes Schönberger
eba3d75fa9
Add sanity checks for input parameters
2014-09-28 18:43:32 -04:00
Johannes Schönberger
be5d4b19ec
Add stop_probability to RANSAC
2014-09-28 18:38:35 -04:00
Johannes Schönberger
d0fb18fded
Merge pull request #1123 from stefanv/pnpoly
...
Expose point_in_poly and move to measure module
2014-09-28 09:20:29 -04:00
Steven Silvester
6a2f682552
Add description for networkx optional requirment
2014-09-28 04:56:56 -05:00
Steven Silvester
78bcf17c18
Look for version instead of version
2014-09-27 07:31:52 -05:00
Steven Silvester
075b40b92e
Fix python3.3+ builds
2014-09-27 06:35:35 -05:00
Steven Silvester
984782ee54
Remove unicode decode
2014-09-27 05:59:48 -05:00
Steven Silvester
75448b8579
Fix python 3 unicode error
2014-09-27 05:45:12 -05:00
Steven Silvester
c92f54c54d
Fix install_requires string formatting
2014-09-27 05:31:45 -05:00
Steven Silvester
d440cade51
Reorganized dependencies in DEPENDS.txt.
2014-09-27 05:08:02 -05:00
Stefan van der Walt
c99a14832c
Merge pull request #1174 from jni/deconv-shape-fix
...
Fix inconsistent deconvolution output shape. Closes gh-1172.
2014-09-26 17:05:43 +02:00
Juan Nunez-Iglesias
91f1d80745
Fix typos and grammatical errors in uft.py docs
2014-09-26 19:54:15 +10:00
Juan Nunez-Iglesias
141d459b71
Fix small errors in the documentation
2014-09-26 19:21:59 +10:00
Juan Nunez-Iglesias
2b7bf24c1f
Add shape fix for deconvolution functions
2014-09-26 19:13:33 +10:00
Juan Nunez-Iglesias
d50afed18e
Add test for preserving image shape in deconv
...
I can confirm that this test does not pass in the current master.
2014-09-26 19:13:33 +10:00
Juan Nunez-Iglesias
214613c2a8
Run restoration test suite when run as main
2014-09-26 19:13:33 +10:00
Steven Silvester
cb7187e3ca
Update build requirements and documentation
2014-09-24 16:34:50 -05:00
Jonathan Helmus
4fc6f8b064
BUG: segmentation fault when unwrapping 3d image
...
Unwrapping a 3D image using unwrap_phase no longer causes a segmentation
fault when the wrap_around parameter is True for the middle dimension.
2014-09-24 10:11:38 -05:00
Stefan van der Walt
62343977a4
Merge pull request #1081 from SiggyF/fedor-setup-installrequires
...
Move six into install_requires
2014-09-23 15:40:58 +02:00
Johannes Schönberger
dd96b2483b
Merge pull request #1169 from stefanv/doc/denoise_opt_param
...
Fix incorrectly documented non-optional argument
2014-09-22 12:39:45 -04:00
Stefan van der Walt
5ba4b7ccd3
Expose point_in_poly and move to measure module
2014-09-22 17:56:18 +02:00
Stefan van der Walt
343d1d2ec3
Fix incorrectly documented non-optional argument
2014-09-22 17:54:56 +02:00
Juan Nunez-Iglesias
6cac05a924
Merge pull request #1163 from blink1073/implement_assert_nD_array
...
Implement assert_nD in filter and feature packages
2014-09-23 01:13:14 +10:00
Stefan van der Walt
c2aef96814
Merge pull request #1162 from blink1073/improve-pil-error-messages
...
Catch PIL imread problems early and generate error message
2014-09-22 16:07:23 +02:00
Stefan van der Walt
97e4599e1c
Merge pull request #1168 from ahojnnes/rot-center
...
Add option to rotate around specific center. Closes gh-1166.
2014-09-22 16:03:37 +02:00
Stefan van der Walt
b143eae02f
Merge pull request #1167 from ahojnnes/inv-comb
...
Add option to combine tform with inverse tform. Closes gh-1165.
2014-09-22 16:03:19 +02:00
Johannes Schönberger
8432b90eb8
Add option to rotate around specific center
2014-09-22 08:56:14 -04:00
Johannes Schönberger
f846320d78
Add option to combine tform with inverse tform
2014-09-22 08:45:51 -04:00
Steven Silvester
2db19c624d
Add ndim argument in utility method
2014-09-21 06:10:40 -05:00
Steven Silvester
ded8fa30b9
Catch a few more asserts
2014-09-21 05:54:13 -05:00
Steven Silvester
2a057f7246
Make ndim explicit arg for clarity and update docstring
2014-09-21 05:48:58 -05:00
Juan Nunez-Iglesias
69c87b5706
Merge pull request #1142 from ahojnnes/warp-coords
...
Improve desciption of inverse_map and add option to direclty pass coordi...
2014-09-21 12:06:05 +10:00
Steven Silvester
bcac1b1a6d
Fix canny test to reflect new error type.
2014-09-20 20:09:44 -05:00
Steven Silvester
04f91021a9
Fix assert_nD call in template.py
2014-09-20 20:09:26 -05:00
Steven Silvester
d2aaae40c8
Add docstring to assert_nD
2014-09-20 19:58:20 -05:00
Steven Silvester
6a05edb9ea
Fix syntax error and weiner check
2014-09-20 19:50:37 -05:00
Steven Silvester
4a270a74d7
Fix syntax error
2014-09-20 19:34:46 -05:00