Commit Graph

155 Commits

Author SHA1 Message Date
Jostein Bø Fløystad d5f323eec0 Tests for the projection_shifts functionality of iradon_sart. 2013-07-05 13:14:38 +02:00
Jostein Bø Fløystad 8e6468eef5 Add tests for transform.iradon_sart. 2013-07-05 13:14:38 +02:00
Johannes Schönberger 24c0c40977 Merge pull request #511 from ankit-maverick/resample
Resampling of nD arrays
2013-07-04 22:47:09 -07:00
Ankit Agrawal 6f9d7c5d1a Cleaning up downsampling for integer factors 2013-07-04 17:34:55 +08:00
Ankit Agrawal 7282f561d4 Added docs, tests for downsample() in skimage.transform._warps 2013-07-04 17:31:27 +08:00
Jostein Bø Fløystad 6d2f082c11 test_radon_transform: Style fixes, PEP8. 2013-06-23 12:48:14 +02:00
Jostein Bø Fløystad 186a238e48 test_radon_transform: Clean up imports. 2013-06-23 12:48:14 +02:00
Jostein Bø Fløystad df0b060c69 test_radon_transform: Change test criterion for sinogram_circle. 2013-06-23 12:48:13 +02:00
Jostein Bø Fløystad 934f1040ad test_radon_transform: Change test criterion for iradon_minimal. 2013-06-23 12:48:13 +02:00
Jostein Bø Fløystad afaab4fea7 test_radon_transform: Refactor tests and make them stricter. 2013-06-23 12:48:13 +02:00
Jostein Bø Fløystad e63a1fb341 test_radon_transform: debug option for test_iradon_minimal. 2013-06-23 12:48:13 +02:00
Jostein Bø Fløystad cf51de6b37 test_radon_transform: Refactor and improve test_radon_iradon.
Aside from refactoring, the Shepp-Logan phantom is now used as it is a
more challenging test object.
2013-06-23 12:48:13 +02:00
Jostein Bø Fløystad 1caafd4451 test_radon_transform: Test sinogram conversions. 2013-06-23 12:48:13 +02:00
Jostein Bø Fløystad da423931b5 test_radon_transform: Add helper functions. 2013-06-23 12:48:13 +02:00
Jostein Bø Fløystad 364e82176f radon tests: Refactor test for circle reconstructions. 2013-06-23 12:48:13 +02:00
Jostein Bø Fløystad a44f1d4ef9 transform.radon: Consistent definition of center of array.
The center is now defined as shape[i] // 2.
2013-06-23 12:48:13 +02:00
Jostein Bø Fløystad 1d64eb59eb transform.iradon: Add tests for center of projection.
This is a test designed for resolving gh-592.
2013-06-23 12:48:13 +02:00
Jostein Bø Fløystad b8a20bcb59 transform.radon: Add testcases for rectangular input arrays. 2013-06-23 12:48:13 +02:00
Jostein Bø Fløystad 4e0cbf97fe transform.radon: Add test to verify the projection center.
This test is designed for issue gh-592.
2013-06-23 12:48:13 +02:00
Johannes Schönberger 360f5b55e3 Merge pull request #597 from sciunto/hough_ellipse
Hough transform for ellipses
2013-06-21 12:47:50 -07:00
François Boulogne 77d7b25b52 fix import testing 2013-06-20 23:26:10 +02:00
François Boulogne 73f6585d28 Hough transform for ellipses 2013-06-20 16:08:53 +02:00
Jostein Bø Fløystad f533f5351b PEP8 fixes for test_radon_transform 2013-06-02 20:08:34 +02:00
Jostein Bø Fløystad 1860fc4a3f Reduce code duplication in test_radon_transform
Although the line count is increased by these changes, future tests can
be written in fewer lines.
2013-06-02 20:07:13 +02:00
Jostein Bø Fløystad c9ae913d32 PEP8 style changes for transform.radon_transform and its tests 2013-05-27 20:42:59 +02:00
Jostein Bø Fløystad 2118f1d97d Tests for reconstruction circle mode in transform.iradon. 2013-05-26 19:48:16 +02:00
Jostein Bø Fløystad aa8f1b7c98 Tests for reconstruction circle option for transform.radon. 2013-05-26 19:48:16 +02:00
François Boulogne 0586046d59 fix travis complaint 2013-04-22 21:27:54 +02:00
Stefan van der Walt e6277b1ba4 Merge pull request #488 from sciunto/minor_docfix
ENH: Allow `hough_circle` to detect circles with centres outside the image.
2013-04-19 04:04:26 -07:00
François Boulogne 1780a8d2e7 add option full_output to hough_circ 2013-04-16 15:01:02 +02:00
Chris Beaumont 469b41b020 vectorized transform.integral.integrate 2013-04-08 14:10:17 -04:00
François Boulogne 96d0e677dd cosmectics (flake8) 2013-03-24 15:52:14 +01:00
François Boulogne 0e4d107754 fix signature 2013-03-24 15:39:07 +01:00
François Boulogne 42e872f926 fix names 2013-03-24 15:22:42 +01:00
François Boulogne a68434b330 big clean-up! 2013-03-24 15:11:55 +01:00
François Boulogne 22158fc9da improve unittests 2013-03-22 23:11:29 +01:00
Stefan van der Walt b249c00ef0 Merge pull request #431 from sciunto/houghcircle
ENH: Add circular Hough transform.

Conflicts:
	skimage/transform/_hough_transform.pyx
2013-03-01 16:56:55 +02:00
Johannes Schönberger 374a967ffc Remove deprecated tests for homography 2013-02-27 08:45:45 +01:00
François Boulogne ecb762c9e4 bugfix dim + unittest 2013-02-25 22:56:28 +01:00
François Boulogne 12c1bf8883 add unittest for hough circle 2013-02-25 22:55:59 +01:00
Johannes Schönberger 5fb518b89b Add test case for default value of polynomial order 2012-12-20 15:08:53 +01:00
Christos Psaltis 298abe1ac0 Add test for resize option in rotate 2012-12-03 15:54:26 +02:00
Johannes Schönberger ede5df6c70 Add missing support for num_peaks parameter 2012-10-10 13:06:21 +02:00
Johannes Schönberger 068293962d Add hough transform peak detection 2012-10-10 13:06:20 +02:00
Tony S Yu c17ffe6c32 Merge pull request #351 from ahojnnes/test-coverage
Test coverage
2012-10-09 14:51:23 -07:00
Johannes Schönberger 0856dad988 Split 3d resize test function 2012-10-09 11:32:54 +02:00
Johannes Schönberger 3b67c82042 Add support for 3-dimensional image resizing 2012-10-09 11:32:46 +02:00
Johannes Schönberger e47411ed4c Split tests for different channel numbers into separate functions 2012-10-09 08:02:43 +02:00
Johannes Schönberger 661d50ee20 Full test coverage for image pyramids 2012-10-06 15:23:23 +02:00
Johannes Schönberger 17c7d10918 Rename scale function to rescale and scale variables 2012-10-05 10:05:06 +02:00