Stefan van der Walt
c144349d40
PKG: Temporarily disable failing gradient check.
2012-10-13 23:34:57 -07:00
Johannes Schönberger and Stefan van der Walt
06d347f6ee
Fix reference links in doc strings
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
794920ca58
Fix failing perimeter test caused by bug in scipy
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
633cb06a5a
Add missing empty lines between test functions
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
9741ac7c2f
Split tests for different channel numbers into separate functions
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
4bfd4f92ce
Add note about random test failure for some systems
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
615f6818eb
Change Exception type for wrong input dims
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
b70f279f27
Remove redundant dtype conversion
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
08889ba03f
Remove obsolete license note as code has been refactored
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
95d66ac5a6
Improve test coverage of find_contours
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
65fdc2a3b0
Full test coverage for structural similarity
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
5dded43968
Full test coverage for regionprops
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
4fa4e19bf3
Full test coverage for polygon approximation and subdivision
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
96799d4795
Fix polygon approximation for 0 or less tolerance
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
e428285aa5
Improve test coverage of LPI filter
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
0387e4a8b6
Fix callable test in LPI filter
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
91b5c287e1
Improve test coverage for ctmf
2012-10-13 23:28:29 -07:00
Johannes Schönberger and Stefan van der Walt
38fe487c01
Full test coverage for canny filter
2012-10-13 23:28:28 -07:00
Johannes Schönberger and Stefan van der Walt
87aa1d1dcc
Full test coveragem for data package
2012-10-13 23:28:28 -07:00
Johannes Schönberger and Stefan van der Walt
7f100ac1b4
Full test coverage for image pyramids
2012-10-13 23:28:28 -07:00
Johannes Schönberger and Stefan van der Walt
e2dec8339c
Fix bug in warp which caused 1 pixel images not to be clipped
2012-10-13 23:28:28 -07:00
Tony S Yu and Stefan van der Walt
06142872b4
DOC: Add imports to doctests to fix errors
2012-10-13 23:28:28 -07:00
Paul Ivanov and Stefan van der Walt
e05c029a7e
complete singularization of scikit-image
...
I've updated references in the code and documentation to the new name.
2012-10-13 23:28:28 -07:00
Tony S Yu and Stefan van der Walt
2a672cf00d
BUG: Pass package directory as positional argument to nose.run
...
When the package directory is passed to nosetest via the "where" argument (-w), that directory becomes the working directory. This causes problems because `skimage.io` will take precedence over the builtin `io` package.
2012-10-13 23:28:28 -07:00
Nicolas Pinto and Stefan van der Walt
96d90438d8
BUG: fix side-effect in util.montage()
2012-10-13 23:28:12 -07:00
Johannes Schönberger and Stefan van der Walt
8de13dc2b1
Remove unused fopenmp compile args
2012-10-13 23:24:54 -07:00
Andreas Mueller and Stefan van der Walt
488df4e32a
COSMIT some pep8
2012-10-13 23:24:54 -07:00
cgohlke and Stefan van der Walt
14b6a55ade
Document correct parameter types
2012-10-13 23:24:54 -07:00
cgohlke and Stefan van der Walt
15ebe7d8b5
Fix: 'inline' not permitted on data declarations
2012-10-13 23:24:53 -07:00
cgohlke and Stefan van der Walt
1f237325a1
Fix: 'inline' not permitted on data declarations
2012-10-13 23:24:53 -07:00
cgohlke and Stefan van der Walt
415306b1ae
Fix: round function is not provided by libc.math on all platforms
2012-10-13 23:24:53 -07:00
cgohlke and Stefan van der Walt
ebf04ba0d0
Fix: round function is not provided by libc.math on all platforms
2012-10-13 23:24:53 -07:00
cgohlke and Stefan van der Walt
3817088b37
Fix ValueError: Buffer dtype mismatch on 64 bit platforms
2012-10-13 23:24:53 -07:00
cgohlke and Stefan van der Walt
d94da9ae47
Open image files in default binary write mode
...
Fixes test failure on Windows
2012-10-13 23:24:53 -07:00
cgohlke
cba654cbda
Use io.BytesIO instead of StringIO
...
Fixes NameError: global name 'io' is not defined on Python 3
2012-09-29 17:00:59 -07:00
Andreas Mueller
6c59e04714
MISC remove unused imports, some pep8 corrections.
2012-09-27 20:01:45 +01:00
JDWarner
c54d8d31f3
Docfix for img_as_float; appended myself to CONTRIBUTORS
...
img_as_float() had a legacy note stating conversion would force
negative values to the positive domain; this no longer described
its functionality. Note changed to reflect the retention of negative
values when converting from signed datatypes.
When submitting my multichannel improvement to the random walker
segmentation algorithm, I neglected to append my name to the
CONTRIBUTORS file. Now fixed.
2012-09-24 11:30:45 -05:00
Stefan van der Walt
0dbb77a359
BUG: Fix homography.
2012-09-20 17:52:17 -07:00
Stefan van der Walt
03a701c831
Merge pull request #323 from emmanuelle/bug_rw
...
BUG: Correct a newly appeared bug in the random walker.
2012-09-19 17:53:25 -07:00
Emmanuelle Gouillart
6635cf16db
[BUG] Corrected a bug in the random walker that appeared
...
* when returning the full probability instead of the segmentation
* for three or more labels (two was OK)
2012-09-18 19:56:52 +02:00
Johannes Schönberger
9cc77d1138
Merge pull request #317 from tonysyu/testing-compatibility
...
Add `assert_greater` compatibility function.
2012-09-17 22:34:26 -07:00
JDWarner
ee2092c6fa
Documentation fix for labels input in random_walker.
...
This fix was needed because `labels` claimed it should be "of same
shape as `data`", but this is no longer always the case. When
multichannel=True, `labels` should be shaped like a SINGLE channel
of `data`, i.e. without the final dimension denoting channels.
2012-09-17 16:38:59 -05:00
Tony S Yu
2cbe2e1f20
DOC: Fix attribution for testing function
...
The testing functions taken from scikit-learn were in a file with a copyright assigned to Pietro, but Andreas was resposible for the specific lines that were copied.
2012-09-16 15:44:52 -04:00
Johannes Schönberger
be7476b44f
Add more detailed description for pyramid functions
2012-09-15 10:58:28 +02:00
Johannes Schönberger
6d88490657
Rename pyramid functions
2012-09-15 10:40:52 +02:00
Tony S Yu
f2d5b109e9
Add assert_greater compatibility function.
...
Fix tests to work with nose < 1.1.3. Compatibility functions borrowed from scikit-learn.
2012-09-13 22:17:24 -04:00
Tony S Yu
81e49b6686
DOC: Fix docstring note about conversion range
2012-09-13 21:37:52 -04:00
Tony S Yu
051f73f2b6
Merge pull request #311 from stefanv/dtype_bool_fast
...
ENH: Bool dtype conversion speed improvements.
2012-09-13 18:35:27 -07:00
Stefan van der Walt
8494a18882
Conversion to bool: threshold on half dtype max.
2012-09-13 18:07:52 -07:00
Stefan van der Walt
56b4ba67e6
ENH: Bool dtype conversion speed improvements.
2012-09-13 18:07:52 -07:00