Johannes Schönberger
|
e38ed91c24
|
Add missing return value description
|
2014-12-23 15:22:22 +01:00 |
|
Johannes Schönberger
|
e070274355
|
Add more description to doc string of helper function
|
2014-12-23 15:20:46 +01:00 |
|
Johannes Schönberger
|
0d2c5def06
|
Use in-place operation for clipping
|
2014-12-23 13:51:25 +01:00 |
|
Johannes Schönberger
|
515ec9fe98
|
Rename keep_range to preserve_range, fix test cases
|
2014-12-22 20:28:00 +01:00 |
|
Johannes Schönberger
|
313032d487
|
Make sure 1x1 images are 2-D
|
2014-12-22 20:28:00 +01:00 |
|
Johannes Schönberger
|
3e881fe35c
|
Create helper function for image conversion
|
2014-12-22 20:28:00 +01:00 |
|
Johannes Schönberger
|
dedcee6543
|
Fix keep_range and add test cases
|
2014-12-22 20:28:00 +01:00 |
|
Johannes Schönberger
|
0779167477
|
Introduce parameter to keep range of values
|
2014-12-22 20:28:00 +01:00 |
|
Johannes Schönberger
|
0ae8c4a74b
|
Clip to min and max range of input image, add missing clip parameter to other functions
|
2014-12-22 20:28:00 +01:00 |
|
Johannes Schönberger
|
dcc021c903
|
Use SciPy for second order interpolation, add warnings to buggy functions
|
2014-12-13 14:45:43 +01:00 |
|
emmanuelle
|
873a2bab4f
|
Modified a few docstrings that made doctesting fail
|
2014-12-07 16:58:36 +01:00 |
|
Rebecca
|
1b217f971e
|
replacing lena in examples and most tests
|
2014-11-07 16:01:23 +02:00 |
|
Johannes Schönberger
|
f846320d78
|
Add option to combine tform with inverse tform
|
2014-09-22 08:45:51 -04:00 |
|
Johannes Schönberger
|
f5c627493e
|
Extend description of clipping behavior
|
2014-09-18 20:52:55 -04:00 |
|
Johannes Schönberger
|
fdf0908ab7
|
Add option to skip clipping of output, and detect if input float image has negative values
|
2014-09-18 20:49:25 -04:00 |
|
Johannes Schönberger
|
46305eeeec
|
Remove legacy parameter
|
2014-09-18 20:36:34 -04:00 |
|
Johannes Schönberger
|
6e26f3a7c7
|
Fix indendation of parameter description
|
2014-09-18 20:27:38 -04:00 |
|
Johannes Schönberger
|
6ff1bf26ee
|
Move comments into if scope
|
2014-09-18 20:22:35 -04:00 |
|
Johannes Schönberger
|
da36750d55
|
Make row, col ordering clearer in doc string
|
2014-09-16 08:19:48 -04:00 |
|
Johannes Schönberger
|
9b4f2d9032
|
Add support for 2(+1)D images and given output_shape for 2D images
|
2014-09-15 23:54:40 -04:00 |
|
Johannes Schönberger
|
f9009410ba
|
Add comments to different conditional paths
|
2014-09-15 23:54:40 -04:00 |
|
Johannes Schönberger
|
1b49b494ce
|
Make error message for wrong input dim more explicit
|
2014-09-15 23:54:40 -04:00 |
|
Johannes Schönberger
|
27d765abd5
|
Highlight fact that warp_coords is only meant for 2(+1)-D images
|
2014-09-15 23:54:40 -04:00 |
|
Johannes Schönberger
|
9b5b5b8cc5
|
Remove deprecated parameter of warp
|
2014-09-15 23:54:40 -04:00 |
|
Johannes Schönberger
|
1a31968b54
|
Make warp function N-D compatible, and add example to doc string
|
2014-09-15 23:54:40 -04:00 |
|
Johannes Schönberger
|
ca9a155cf2
|
Improve inverse_map description
|
2014-09-15 23:54:40 -04:00 |
|
Johannes Schönberger
|
15ffd52299
|
Improve desciption of inverse_map and add option to direclty pass coordinates
|
2014-09-15 23:54:40 -04:00 |
|
Steven Silvester
|
c85e08b0ed
|
Rename (x, y) -> (row, col) in _geometric.py.
|
2014-09-15 05:58:00 -05:00 |
|
Stefan van der Walt
|
5b07567973
|
Merge pull request #1005 from JDWarner/int_idx_patch
Fix NumPy non-integer indexing deprecation warnings
|
2014-05-13 17:48:11 +02:00 |
|
Johannes Schönberger
|
02e6ad6b71
|
Test 90deg rotation for similarity transform
|
2014-05-10 10:22:55 -04:00 |
|
Josh Warner (Mac)
|
8bcdfb8325
|
Remove unnecessary double import.
|
2014-05-08 20:12:31 -05:00 |
|
Josh Warner (Mac)
|
77b036eb89
|
Merge branch 'master' of git://github.com/scikit-image/scikit-image into int_idx_patch
|
2014-05-08 19:57:06 -05:00 |
|
Josh Warner (Mac)
|
375e406f64
|
Use safe_as_int for input checking.
|
2014-05-08 19:56:47 -05:00 |
|
Stefan van der Walt
|
a9dcdc3713
|
Use safe_as_int to check provided output shape
|
2014-05-08 19:28:29 +02:00 |
|
Josh Warner (Mac)
|
1ca0eef825
|
FIX: Non-integer indexing deprecation warnings
|
2014-05-08 00:39:54 -05:00 |
|
Stefan van der Walt
|
4c7cd9bd65
|
Add unit test to catch non-integer output shape bug
|
2014-05-06 01:35:23 +02:00 |
|
Stefan van der Walt
|
00b4fa45e7
|
Always interpret provided shapes as int. Add a note on using output_shape for color images.
|
2014-05-06 01:35:23 +02:00 |
|
François Boulogne
|
11725c9396
|
PEP8
|
2014-03-16 15:16:35 -04:00 |
|
François Boulogne
|
452fcdaba8
|
DOC: typo
|
2014-03-16 15:15:42 -04:00 |
|
Johannes Schönberger
|
1f5ec3e8ed
|
Improve function name in warp example
|
2014-03-13 18:40:08 -04:00 |
|
Johannes Schönberger
|
f280e0b13e
|
Fix regular grid doctest
|
2014-03-13 18:24:59 -04:00 |
|
Johannes Schönberger
|
b6e7fc8624
|
Fix warp doctest and example
|
2014-03-13 18:24:34 -04:00 |
|
Johannes Schönberger
|
21a99a39c3
|
Document params attribute for each class
|
2014-01-22 18:46:27 -05:00 |
|
Johannes Schönberger
|
9905ff218f
|
Get rid of trailing underscore for params attribute
|
2014-01-22 18:39:35 -05:00 |
|
Johannes Schönberger
|
c96088170b
|
Use consistent params_ attribute across all estimators
|
2014-01-19 09:40:55 -05:00 |
|
Johannes Schönberger
|
fc7b770ba9
|
Use None as default for estimated params
|
2014-01-19 09:40:55 -05:00 |
|
Johannes Schönberger
|
b3d62afa28
|
Use public attribute for parameter values
|
2014-01-19 09:40:54 -05:00 |
|
Johannes Schönberger
|
c53e98a3c6
|
Fix bug in inverse warping and add test case
|
2013-11-22 12:07:36 +01:00 |
|
Johannes Schönberger
|
396b686bab
|
Add test case for invalid image dimensions
|
2013-11-22 11:59:07 +01:00 |
|
Johannes Schönberger
|
d659cdc6b0
|
Deprecate reverse_map parameter and add to future removal list
|
2013-11-22 11:55:18 +01:00 |
|