François Boulogne
cf4b83b76f
cast range to list for python3
2013-06-12 22:03:25 +02:00
Johannes Schönberger
6c4ed67fe8
Wrap lines
2013-05-26 10:51:42 +02:00
Johannes Schönberger
a569e76a4d
Fix parameter description of warp function
2013-05-26 10:34:12 +02:00
Johannes Schönberger
09aad04d68
Add short example for transforms to warp function
2013-05-26 10:27:30 +02:00
Johannes Schönberger
8d92f5c02b
Remove is_degenerate methods from estimation models
2013-05-02 18:30:08 +02:00
Johannes Schönberger
fb74a9d8ae
Add new stop criteria to ransac and improve doc string
2013-05-02 18:30:07 +02:00
Johannes Schönberger
087fe8891e
Fix is_degenerate function to accept src and dst arrays separately
2013-05-02 18:30:07 +02:00
Johannes Schönberger
bf2a5a429b
Add residuals method to geometric transforms
2013-05-02 18:30:07 +02:00
Johannes Schönberger
5b78b2a69e
Add is_degenerate to geometric transforms
2013-05-02 18:30:07 +02:00
Johannes Schönberger
4ff97da8b1
Fix PEP8 issues and doc string formatting
2012-12-26 09:24:30 +01:00
Johannes Schönberger
ec3f37515a
Merge pull request #404 from keflavich/clearer_warp_example
...
Slight change to warp_coords docstring
2012-12-26 00:22:10 -08:00
Adam Ginsburg
0824af0e3a
looks like I didn't save on the previous commit; these should be squashed with the previous commit message
2012-12-25 14:27:49 -07:00
Adam Ginsburg
875270cb78
very slight change to warp_coords docstring, but I think slightly more illustrative of the shape of the array
2012-12-25 14:25:17 -07:00
Johannes Schönberger
06b852778b
Add note about default polynomial order to estimate_transform
2012-12-22 22:58:32 +01:00
Johannes Schönberger
4c4ba8cd1a
Add default value for polynomial order
2012-12-20 15:08:23 +01:00
Johannes Schönberger
76f5156168
Fix bug in warp which caused 1 pixel images not to be clipped
2012-10-06 15:21:26 +02:00
Andreas Mueller
6c59e04714
MISC remove unused imports, some pep8 corrections.
2012-09-27 20:01:45 +01:00
Johannes Schönberger
b7e965eec0
Fix singleton dimension for 1 pixel image
2012-09-07 18:26:57 +02:00
Johannes Schönberger
677478873c
Fix inverse piecewise affine
2012-09-03 22:04:57 +02:00
Johannes Schönberger
f79012fe22
Add note about coordinates outside of mesh
2012-09-03 21:49:14 +02:00
Johannes Schönberger
65879a2cde
Fix fast warping of images
2012-09-03 21:46:18 +02:00
Johannes Schönberger
3f7d962206
Remove unnecessary params section in doc string
2012-09-03 21:46:17 +02:00
Johannes Schönberger
d541ebac17
Implement inverse transformation for piecewise-affine
2012-09-03 21:46:17 +02:00
Johannes Schönberger
33151f4349
Add missing doc string for inverse transform
2012-09-03 21:46:17 +02:00
Johannes Schönberger
c1f3515e00
Speed up transformation of piecewise-affine
2012-09-03 21:46:17 +02:00
Johannes Schönberger
7983f354b8
Apply PEP8 and improve docs
2012-09-03 21:46:17 +02:00
Tim Sheerman-Chase
ea5fe5ff9c
Setting _matrix to None, because the transform is not of this form
2012-09-03 13:00:32 +01:00
Tim Sheerman-Chase
839442aad2
Improve comments
2012-09-03 13:00:32 +01:00
Tim Sheerman-Chase
5617bc563f
Improve comments
2012-09-03 13:00:32 +01:00
Tim Sheerman-Chase
07d4e333f0
Update doc strings with piecewise affine
2012-09-03 13:00:32 +01:00
Tim Sheerman-Chase
be1143046b
Achieved functional piecewise affine transform
2012-09-03 13:00:32 +01:00
Tim Sheerman-Chase
92f8643218
Initial work to introduce piecewise affine transform
2012-09-03 13:00:32 +01:00
Tony S Yu
52b5383b09
DOC: Fix rendering bug.
...
``**`` is interpreted by Sphinx as the start of bold text. Wrap in backticks to prevent misinterpretation.
2012-09-02 18:50:16 -04:00
Johannes Schönberger
a9116f877e
Hide coefficient variable of geometric transforms
2012-09-02 20:15:44 +02:00
Johannes Schönberger
74797d6205
Fix decision whether to use warping or fast warping
2012-09-01 09:17:16 +02:00
Johannes Schönberger
15cc7f1779
Add biquadratic interpolation
2012-08-30 18:14:42 +02:00
Johannes Schönberger
4cd1f8798b
Add nearest mode for positions outside image
2012-08-30 12:08:21 +02:00
Johannes Schönberger
cb870fd069
Fix example of estimate_transform
2012-08-30 09:53:41 +02:00
Johannes Schönberger
1592e47e66
Apply clipping also to fast cython implementation
2012-08-30 09:47:00 +02:00
Johannes Schönberger
abe5dc3cec
Add (bi-)cubic interpolation
2012-08-30 09:28:03 +02:00
Johannes Schönberger
501c401dda
Move image transform functions to _geometric file
2012-08-27 18:05:18 +02:00
Johannes Schönberger
a6532a8dae
Refactor image warps
...
* Fix cval bug in interpolation which was ignored
* Remove fast_homography as standalone function and automatically include
functionality in warp
* Fix bug in warp_coords for graylevel images
* move warp functions to warp file
2012-08-27 13:31:33 +02:00
Johannes Schönberger
db9af0dc2d
Capitalize parameter descriptions in geometric transforms
2012-08-26 08:25:04 +02:00
Johannes Schönberger
58bddb1cf2
Remove empty line
2012-08-24 00:17:43 +02:00
James Bergstra
acc86a5508
FIX: docstring mentions inverse instead of inverse_map
2012-08-24 00:17:43 +02:00
James Bergstra
8faf148955
FIX: wordwrap to 78
2012-08-24 00:17:43 +02:00
James Bergstra
47c0a506bc
ENH: warp_coords docstring
2012-08-24 00:17:43 +02:00
James Bergstra
e859520872
FIX: doctest of warp_coords
2012-08-24 00:17:43 +02:00
James Bergstra
c5dc55cd52
ENH: better docstring and test for warp_coords
2012-08-24 00:17:43 +02:00
James Bergstra
e3585ad17a
ENH: renamed and docd _build_coords -> warp_coords
2012-08-24 00:17:11 +02:00