Commit Graph

27 Commits

Author SHA1 Message Date
cgohlke 8024cc9798 Remove print statements 2011-10-12 15:29:56 -07:00
cgohlke d6a55c8b7b Fix AttributeError: 'function' object has no attribute 'func_name' on Python 3 2011-10-10 14:01:19 -07:00
cgohlke f83076f722 Fix TypeError: must use keyword argument for key function on Python 3 2011-10-10 13:19:46 -07:00
Stefan van der Walt 12ab1a0aa4 Merge pull request #12 from holtzhau/hough
Probabilistic Hough transform.
2011-10-09 16:03:03 -07:00
Stefan van der Walt 12066f8681 BUG: Make test file non-executable. 2011-09-28 01:40:01 -07:00
Stefan van der Walt 146bef59b3 BUG: Fix fast_homography test based on new lena. 2011-09-26 21:45:52 -07:00
Emmanuelle Gouillart 1e3ad55c84 More tests on radon and iradon 2011-09-26 23:48:58 +02:00
Stefan van der Walt b65af2727a ENH: Use fast homography instead of PIL's rotate. Minor cleanup. 2011-09-25 18:04:27 -07:00
Stefan van der Walt ab19017962 Merge radon/fast_homography. 2011-09-25 17:44:30 -07:00
Stefan van der Walt 3df7df263e Import fast homography as transform.fast_homography. 2011-09-25 17:37:04 -07:00
Stefan van der Walt 2b71fd9a0e BUG: fast_homography: Fix constant mode. 2011-09-25 17:32:32 -07:00
Stefan van der Walt 2d94a273f6 Fix mirror mode. Update docstrings. Update tests 2011-09-25 17:23:26 -07:00
Stefan van der Walt 5ba4ebf30b ENH: Rename sat and sat_sum to be in-line with CV community convention. 2011-09-20 08:43:54 -07:00
Stefan van der Walt 88fd5c714b Merge radon transform by Pieter Holtzhausen. 2011-09-18 14:29:13 -07:00
Stefan van der Walt b56c370dfa Add summed area table, using Nicolas Pinto's suggestion for a pure
Python implementation.
2011-09-18 09:28:21 -07:00
Pieter Holtzhausen f5225d2369 Fixes 2011-08-22 15:38:16 +02:00
Pieter Holtzhausen 9cd072d925 Merge 2011-08-22 15:35:57 +02:00
Pieter Holtzhausen 9ed82321c0 Added a settle count for similar angles to resolve themselves 2011-08-22 15:33:26 +02:00
Pieter Holtzhausen 4718e6e1d0 Merge 2011-08-22 15:32:44 +02:00
Pieter Holtzhausen 494be9f967 Test and image dimension checking 2011-08-19 00:20:14 +02:00
Stefan van der Walt 7eed21194a TST: Test both Cython and Python versions of the hough tf. 2011-07-15 17:45:51 -05:00
Stefan van der Walt 520c54f5ec ENH: Add faster numpy hough version as well as a Cython version. Add appropriate setup.py files to build the Cython module. Fix hough tests.
Conflicts:

	scikits/image/setup.py
	scikits/image/transform/hough_transform.py
	scikits/image/transform/tests/test_hough_transform.py
2011-04-08 19:07:58 +02:00
Stefan van der Walt 495d214239 BUG: Hough failed on provision of angles argument. 2010-09-28 14:15:48 +02:00
Stefan van der Walt 927157e7e5 Add projective transformation / homography. 2009-10-04 01:38:30 +02:00
Stefan van der Walt 49859255cc Minor fixes to patch. 2009-10-01 15:18:43 +02:00
Gary Ruben e003726de2 Added forward and inverse 2-D Finite Radon Transform 2009-09-28 17:54:00 +10:00
Stefan van der Walt 29c657e344 Add Hough transform. 2009-08-23 12:42:31 -07:00