Commit Graph

37 Commits

Author SHA1 Message Date
Johannes Schönberger ad85dfabd5 Disable catch of all warnings, return nan params instead 2015-01-22 06:49:16 -05:00
Steven Silvester c0a0490eed Fix handling of multiple warnings and update tests
Fix handling of multiple warnings

Update all test __init__ files

Update segmentation pkg

Update the color pkg

Update the exposure pkg

Update the filters pkg

Update the io pkg

Update the measure pkg

Update morphology package

Restructure test setup function

Add expected_warnings to __all__

Update restoration pkg.

Remove explicit filter check since it is done elsewhere

Fix the image test helpers

Update the transform pkg

Fix util pkg

Update viewer pkg
2014-12-23 16:51:06 -06:00
Steven Silvester 0debedd82c Handle more warnings and reset io plugins as needed
Reset plugins prior to running collections test

Handle warnings in morphology pkg

Add __init__ for morpohology tests

Handle warnings for novice pkg

Handle warnings for restoration pkg

Handle warnings for segmentation pkg

Handle warnings for _shared pkg

Handle warnings for transform pkg

Handle warnings for util pkg

Handle warnings in viewer module
2014-12-23 16:48:16 -06:00
Johannes Schönberger f846320d78 Add option to combine tform with inverse tform 2014-09-22 08:45:51 -04:00
Johannes Schönberger 02e6ad6b71 Test 90deg rotation for similarity transform 2014-05-10 10:22:55 -04:00
Johannes Schönberger c3e13a9754 Test union of differing geometric transforms 2014-05-10 10:16:38 -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 0f2076fa61 Add tests for deprecated attributes 2014-01-19 09:40:54 -05:00
Johannes Schönberger b3d62afa28 Use public attribute for parameter values 2014-01-19 09:40:54 -05:00
Johannes Schönberger da42c46ab4 Add matrix_transform function to namespace 2013-11-22 11:51:15 +01:00
Johannes Schönberger e159fa0e9d Add test case for estimate_transform 2013-11-22 11:48:32 +01:00
Johannes Schönberger 62f51e35a1 Add missing test coverage of polynomial tform 2013-11-22 11:45:51 +01:00
Johannes Schönberger bd240d9f92 Test scale determination for 0 rotation 2013-11-22 11:43:08 +01:00
Johannes Schönberger 4ba9eaa98b Test invalid input 2013-11-22 11:42:41 +01:00
Johannes Schönberger 0fb48a6153 Add test cases for abstract geometric base class 2013-11-22 11:38:25 +01:00
Johannes Schönberger 06a9c5da8a Add test case for union of heterogenous tform types 2013-11-22 11:34:32 +01:00
Johannes Schönberger 5fb518b89b Add test case for default value of polynomial order 2012-12-20 15:08:53 +01:00
Johannes Schönberger 05ae17e0d5 Add test cases for piecewise affine 2012-09-03 22:05:12 +02:00
Johannes Schönberger 501c401dda Move image transform functions to _geometric file 2012-08-27 18:05:18 +02:00
Johannes Schönberger cfea01b9ff Fix import error in geometric test cases 2012-08-27 13:31:33 +02:00
Johannes Schönberger d511bd8429 fix comment 2012-08-19 13:06:27 +02:00
Johannes Schönberger 6ea4827f9d add test case for polynomial transform initialization 2012-08-19 13:04:58 +02:00
Johannes Schönberger c7cac1cb0f fix, improve and extend test cases related to geometric transformations 2012-08-10 08:16: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 eb1e71114c fix and improve estimation of geometric transformation parameters
Design matrix was not composed correctly as functional model was incorrect.
Additionally estimation is now based on total least-squares method.
2012-08-08 19:13:45 +02:00
Johannes Schönberger 87c57770ba reimplement implicit parameter functionality of transformations 2012-07-22 16:24:58 +02:00
Stefan van der Walt a130b8d2d9 Refactor geometric transforms. 2012-07-20 17:57:15 -04: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 e2ce1d63de redesign class interface 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 84e18de02d improve and restructure geomtric transformations 2012-07-15 15:47:11 +02:00