Commit Graph

8051 Commits

Author SHA1 Message Date
Ankit Agrawal 92864fdfb0 Removing hard-coding in censure_keypoints() 2013-08-15 14:59:53 +05:30
Ankit Agrawal ab729a00ca Removing time() statements and correcting types in censure_cy 2013-08-15 14:59:53 +05:30
Ankit Agrawal a0266c3834 Commenting out _filter_using_convolve 2013-08-15 14:59:53 +05:30
Ankit Agrawal 1bbeeb45d6 For loop for mode=DoB in Cython 2013-08-15 14:59:52 +05:30
Ankit Agrawal 1484b9a72a Correcting typo 2013-08-15 14:59:52 +05:30
Ankit Agrawal 3d9534b844 Added mode Octagon using np.convolve 2013-08-15 14:59:52 +05:30
Ankit Agrawal 97990fbea5 Adding TODO's 2013-08-15 14:59:51 +05:30
Ankit Agrawal c599b34236 Correcting import for a private function 2013-08-15 14:59:51 +05:30
Ankit Agrawal c40ab969af Line Suppression of the response 2013-08-15 14:59:51 +05:30
Ankit Agrawal 781bbaf5bc Added partial implementation of censure for mode=DoB 2013-08-15 14:59:51 +05:30
Kirill Shklovsky 77165de55f Changed the 180 constant in bin calculation to avoid rounding errors
The code
   180 / orientations
performs integral division in python < 3,
leading to the calculations ignoring some orientations near the 180 maximum
2013-08-14 20:46:52 -04:00
Marianne Corvellec 2b43dab546 Added elements to the coffee picture docstring. 2013-08-13 20:25:00 -04:00
Stefan van der Walt 43cdaa5c36 Merge pull request #688 from ahojnnes/regionprops-bugfix
Fix missing label property description and backwards compatibility of regionprops.
2013-08-13 07:00:38 -07:00
Johannes Schönberger f019ed1fed Fix missing label property description and backwards compatibility 2013-08-13 15:08:50 +02:00
Matt Terry 111a992140 fix table formatting 2013-08-12 09:57:13 -07:00
Johannes Schönberger 44b9cd178b Merge pull request #684 from sciunto/doc_fix_url
DOC: reference broken,  protect last character in URL
2013-08-10 05:21:00 -07:00
François Boulogne 8b2f52da50 DOC: protect last character in URL 2013-08-10 13:57:24 +02:00
Josh Warner 35a33a9286 Merge pull request #682 from jni/slic-type-hotfix
FIX: Use Py_ssize_t instead of int in _slic_cython
2013-08-09 19:31:05 -07:00
Juan Nunez-Iglesias 4edf227869 Change 'long' to 'int' in Cython docs 2013-08-10 11:17:18 +10:00
Juan Nunez-Iglesias fe02c18f3d Use Py_ssize_t instead of int in _slic_cython 2013-08-09 18:43:24 +10:00
Stefan van der Walt 946d892986 Merge pull request #676 from ahojnnes/regionprops-fixes
Regionprops cleanup.
2013-08-08 03:09:18 -07:00
Stefan van der Walt d5db109afc Merge pull request #677 from ahojnnes/radon-example
Remove UTF-8 from radon example.
2013-08-08 02:33:15 -07:00
Johannes Schönberger 2086e44977 Fix radon example script 2013-08-08 09:01:06 +02:00
Johannes Schönberger 01102f4de1 Merge pull request #669 from ankit-maverick/octagon
Adding Octagon structural element
2013-08-07 23:35:35 -07:00
Johannes Schönberger 4f8d4ce3f2 Hide cached_property and caching flag 2013-08-07 20:06:33 +02:00
Johannes Schönberger fea0c3f56c Improve fromatting of regionprops doc string 2013-08-07 20:04:19 +02:00
Johannes Schönberger 3b6e799d76 Remove unused cached_property from _shared.utils namespace 2013-08-07 19:38:41 +02:00
Stefan van der Walt d5caf073e4 Merge pull request #674 from ahojnnes/region-props
Refactor regionprops.
2013-08-07 08:35:22 -07:00
Ankit Agrawal 6e8dcd3ddd Adding tests for smallest selem 2013-08-07 12:12:23 +05:30
Matt Terry a84388ccdb doc cleanup 2013-08-06 06:38:50 -07:00
Juan Nunez-Iglesias b40ef3ad7d Ensure array input to unique_rows is contiguous 2013-08-06 22:46:12 +10:00
Juan Nunez-Iglesias 909d4cb5f6 Add test to unique_rows for discontiguous arrays 2013-08-06 22:45:21 +10:00
Johannes Schönberger 92e70547fa Use asbolute import for Cython lib 2013-08-06 14:39:38 +02:00
Johannes Schönberger 01871c153d Remove legacy doc strings 2013-08-06 14:34:36 +02:00
Johannes Schönberger 9f8e904b66 Add note about backwards compatibility to TODO.txt 2013-08-06 14:30:51 +02:00
Johannes Schönberger d94c25efde Remove cached_property class from shared utils 2013-08-06 14:28:28 +02:00
Johannes Schönberger 918332c4c6 Refactor regionprops 2013-08-06 14:27:37 +02:00
Stefan van der Walt be14f0b28c Merge pull request #654 from josteinbf/radon-square-center
Define rotation axis center for Radon transforms with inverses.
2013-08-06 02:04:32 -07:00
Stefan van der Walt 697d7dddf9 Merge pull request #666 from jni/slic-scaling
Fix scaling (`ratio`) parameter in SLIC.
2013-08-06 01:59:58 -07:00
Johannes Schönberger 7fda9000c7 Add cached_property decorator 2013-08-06 10:51:50 +02:00
Matt Terry d50af3f3bc unneeded asarray 2013-08-05 18:02:28 -07:00
Ankit Agrawal 6455d9b6e9 Adding test for star 2013-08-06 04:14:40 +05:30
Ankit Agrawal 8569d73d57 Adding namespace 2013-08-06 04:13:27 +05:30
Ankit Agrawal 55d7eaa87d Improving the implementation of star 2013-08-06 03:48:06 +05:30
Ankit Agrawal 67165363bf Test for Octagon 2013-08-06 03:38:52 +05:30
Ankit Agrawal 060a4dd273 Minor doc changes 2013-08-06 03:02:58 +05:30
Matt Terry e59a75bb4a cleanup 2013-08-05 14:20:20 -07:00
Matt Terry efe51c92a9 tuples are valid inputs 2013-08-05 12:43:42 -07:00
Johannes Schönberger 6dd35c8166 Merge pull request #641 from sciunto/example_ht
Example Hough transform (ellipse)
2013-08-05 12:22:57 -07:00
Matt Terry dc692dddcc code cleanup 2013-08-05 12:18:32 -07:00