Stefan van der Walt
c9bef5e06f
Merge pull request #222 from thewtex/freeimage_error_2
...
BUG: Fix tests when FreeImage is not installed.
2012-07-20 13:05:37 -07:00
Matt McCormick
74554793ad
STY: Align multi-line string statements.
2012-07-20 16:00:06 -04:00
wilsaj
86f67f85ed
raise an import error if trying to run test suite without nose
2012-07-20 14:48:03 -05:00
Matt McCormick
db4cc04a90
BUG: Fix tests when FreeImage is not installed.
...
The plugin loader tries plugins but only catches ImportError and
RuntimeError. The FreeImage plugin was throwing OSError. Tests
were failing when FreeImage was not installed. It now throws a
RuntimeError.
2012-07-20 15:46:58 -04:00
Tony S Yu
1903ed892d
API change: switch order of image viewer and callback arguments.
2012-07-20 14:45:32 -05:00
Jonathan J. Helmus
dceb7b6c7d
variable name changes and small fixes
2012-07-20 15:39:40 -04:00
Stefan van der Walt
12fb05f9ab
Merge pull request #220 from thewtex/freeimage_error
...
BUG: Fix testing failures when FreeImage not installed.
2012-07-20 12:31:00 -07:00
Jonathan J. Helmus
5101aa2a38
added test for ImageCollection slicing
2012-07-20 15:23:25 -04:00
Jonathan J. Helmus
0036dc9775
ImageCollection now supports slicing
2012-07-20 15:09:18 -04:00
Matt McCormick
89f0151a7a
BUG: Fix testing failures when FreeImage not installed.
...
FreeImage throws an OSError, which must be caught when attempting
to load the IO plugins for tests to pass without FreeImage installed.
2012-07-20 15:05:45 -04:00
Tony S Yu
c27119b0cd
ENH: Add image viewer based on Qt and Matplotlib
2012-07-20 14:03:47 -05:00
Tony S Yu
81764f693b
ENH: Add orientation kwarg to IntelligentSlider
2012-07-20 14:02:36 -05:00
wilsaj
02a26db453
remove message about not being able to load nose; fixes #218
2012-07-20 12:26:17 -05:00
Stefan van der Walt
ce489a055f
DOC: Update tasks.
2012-07-20 12:56:06 -04:00
Stefan van der Walt
576c6b59fa
DOC: Add SciPy as a runtime dependency.
2012-07-20 12:55:06 -04:00
Tony S Yu
f6066539cc
DOC: Add list of tasks for SciPy 2012 sprints
2012-07-19 14:17:36 -05:00
Stefan van der Walt
a80388c995
PKG: Update Debian packaging instructions.
2012-07-17 17:37:08 -04:00
Stefan van der Walt
6e5c23e7fb
Merge pull request #216 from ahojnnes/perimeter
...
ENH: Perimeter property measurement.
2012-07-16 11:13:33 -07:00
Johannes Schönberger
8e8e2b99a0
add short tutorial for geometric transformations
2012-07-15 19:03:44 +02:00
Johannes Schönberger
afb479d766
geometric_transform can transform single coordinate tuple
2012-07-15 17:51:34 +02:00
Johannes Schönberger
d7b2c5b51b
add missing doc string for polynomial forward transformation
2012-07-15 15:47:12 +02:00
Johannes Schönberger
5feafee220
extend doc string example for geometric transformations
2012-07-15 15:47:12 +02:00
Johannes Schönberger
9dbad0023c
add support for using transformation objects in warp function
2012-07-15 15:47:12 +02:00
Johannes Schönberger
4dcf8528bf
change interface of transformation merging
2012-07-15 15:47:12 +02:00
Johannes Schönberger
b2ca833509
fix transformation union and add test case
2012-07-15 15:47:12 +02:00
Johannes Schönberger
234810be10
fix inconsistent doc strings
2012-07-15 15:47:12 +02:00
Johannes Schönberger
e2ce1d63de
redesign class interface
2012-07-15 15:47:12 +02:00
Johannes Schönberger
640edc2a62
fix doc string formatting of function estimate_transformation
2012-07-15 15:47:12 +02:00
Johannes Schönberger
ec5c339c68
fix wrong exception type
2012-07-15 15:47:12 +02:00
Johannes Schönberger
2a75b78838
change arguments of function estimate_transformation
2012-07-15 15:47:12 +02:00
Johannes Schönberger
cb3c93a110
change API design and rename some functions
2012-07-15 15:47:11 +02:00
Johannes Schönberger
8bde92b66c
remove inconsistent numeric correction and fix test case
2012-07-15 15:47:11 +02:00
Johannes Schönberger
acb1d71cd5
apply PEP8 guideline
2012-07-15 15:47:11 +02:00
Johannes Schönberger
fdf1b6dac1
fixe index errors and improve setup of some matrices
2012-07-15 15:47:11 +02:00
Johannes Schönberger
33a7ddec0e
update contributors
2012-07-15 15:47:11 +02:00
Johannes Schönberger
bbd9280c2f
add example to make_tform doc string
2012-07-15 15:47:11 +02:00
Johannes Schönberger
da3239d0ff
remove old import
2012-07-15 15:47:11 +02:00
Johannes Schönberger
84e18de02d
improve and restructure geomtric transformations
2012-07-15 15:47:11 +02:00
Johannes Schönberger
c0c23968bf
add perimeter measurement
2012-07-14 14:14:28 +02:00
Tony S Yu
25efae8269
Add morphological reconstruction with test and example.
2012-07-13 00:53:51 -04:00
Stefan van der Walt
94e290ce38
Merge pull request #214 from cgohlke/patch-1
...
BUG: Fix io.imsave() problems with passing arguments to plugin "freeimage".
2012-07-12 10:44:34 -07:00
cgohlke
8d313f1d57
Fix io.imsave() problems with passing arguments to plugin "freeimage"
2012-07-12 10:34:15 -07:00
Stefan van der Walt
1dcc172f60
TST: Check number of input angles in radon tf.
2012-07-09 11:29:37 -07:00
Stefan van der Walt
4d1809a63c
BUG: Allow rgb2grey to be called on grey-level images.
2012-07-08 17:49:17 -07:00
Stefan van der Walt
de74ee7879
Merge pull request #205 from amueller/pep8
...
COSMIT: PEP8 compatibility and other cleanups.
2012-06-29 02:33:43 -07:00
Andreas Mueller
46e959a9d9
COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement.
2012-06-29 11:27:23 +02:00
Andreas Mueller
d7f1a3abec
COSMIT minor stype improvements, whitespace in error messages
2012-06-29 11:27:23 +02:00
Andreas Mueller
f7c56202d0
COSMIT no spaces around power `**`. Fun: https://gist.github.com/1671995
2012-06-29 11:27:23 +02:00
Andreas Mueller
1251f77d6a
COSMIT minor pep8
2012-06-29 11:27:23 +02:00
Andreas Mueller
ee0fd867da
COSMIT fix ugly line breaks.
2012-06-29 11:27:23 +02:00