Commit Graph

60 Commits

Author SHA1 Message Date
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
James Bergstra c22a176e8d ENH: moved code generating coords out of warp() to _warp_coords 2012-08-24 00:16:30 +02:00
James Bergstra e710fac03e Added test case for warp() when cval out of clipping range 2012-08-24 00:16:30 +02:00
James Bergstra 0749f8d9f0 FIX: transform.warp supports cval outside 0-1 range 2012-08-24 00:14:50 +02:00
James Bergstra 1ac289c588 FIX: corrected docstring for transform.warp 2012-08-24 00:14:50 +02:00
Johannes Schönberger 195bdc8c00 complete default matrix initialization of geometric transforms 2012-08-19 13:02:03 +02:00
James Bergstra 2724f50b4c FIX: added default identity matrix to SimilarityTransform to match AffineTransform 2012-08-18 10:12:22 -04:00
James Bergstra d0870c6d68 ENH: initialize AffineTransform to identity when no args are provided 2012-08-17 17:55:26 -04:00
Johannes Schönberger 4541146561 raise exception if matrix and implicit parameter arguments provided 2012-08-12 10:13:29 +02:00
Johannes Schönberger 08f4379e0e add information about unit of angles to doc strings 2012-08-10 08:19:48 +02:00
Johannes Schönberger 8ab0c9a329 add test for shape of transformation matrix 2012-08-10 08:15:06 +02:00
Johannes Schönberger a3ec8e0482 change inverse_map parameter handling of warp function 2012-08-10 07:35:16 +02:00
Johannes Schönberger ff1c8c4376 fix typo 2012-08-09 10:30:40 +02:00
Johannes Schönberger 8e242d0436 add mathematical description of estimation in doc strings 2012-08-09 10:28:05 +02:00
Johannes Schönberger 76931fa61b handle composition of transformations with implicit parameters with __init__ 2012-08-09 09:21:49 +02:00
Johannes Schönberger 1bb896e487 remove confusing comment 2012-08-09 08:19:37 +02:00