Commit Graph

192 Commits

Author SHA1 Message Date
François Boulogne 4a7d2e8429 PEP8 2013-10-02 18:14:21 +02:00
François Boulogne 90db96f3eb DOC: add missing import 2013-10-02 18:14:21 +02:00
François Boulogne 741d6fda95 PEP8: comparison 2013-10-02 18:14:20 +02:00
Juan Nunez-Iglesias 2af5c41571 Fix type hierarchy check in remove_small_objects 2013-09-09 13:53:33 +10:00
Emmanuelle Gouillart 4d80670925 Merge pull request #672 from jni/chull-fix
Convex hull fix
2013-08-25 04:48:20 -07:00
Johannes Schönberger 05aeb7c7fe Convert to int for Py_ssize_t 2013-08-21 07:48:39 +02:00
Johannes Schönberger 5f82c206b4 Fix bugs in usage of typed memoryviews 2013-08-19 19:31:40 +02:00
Johannes Schönberger b8b2a63884 Use typed memoryviews in morphology package 2013-08-19 19:14:56 +02:00
Ankit Agrawal ffbeeaee27 Correcting selem.star for Python 3 2013-08-15 16:37:07 +05:30
Ankit Agrawal 6e8dcd3ddd Adding tests for smallest selem 2013-08-07 12:12:23 +05:30
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
Ankit Agrawal ac6f282253 Added star structural element 2013-08-05 10:04:58 +05:30
Juan Nunez-Iglesias c3582f21f8 Add (previously) pathological qhull test case 2013-08-05 10:39:42 +10:00
Juan Nunez-Iglesias e9c9c2ca07 Move code comment to appropriate line 2013-08-05 10:20:48 +10:00
Juan Nunez-Iglesias b03fa92478 Unique rows after getting the pixel corners 2013-08-05 10:09:37 +10:00
Juan Nunez-Iglesias a6ec1741dc Remove repeated coordinates before computing convex hull 2013-08-05 09:42:23 +10:00
Ankit Agrawal 93819c74bb Making the doc more explicit 2013-07-30 03:28:58 +05:30
Ankit Agrawal 8a062617d0 Correcting grammatical typo 2013-07-30 03:22:45 +05:30
Ankit Agrawal f4332ce488 Removing circular import 2013-07-28 18:41:19 +05:30
Ankit Agrawal 0b0cb6a169 Adding Octagon structural element 2013-07-28 17:21:25 +05:30
Chintak Sheth 875e47abcc Docstring for _dilate and _erode were interchanged 2013-07-15 18:50:06 +05:30
François Boulogne de9d2662b1 MIN: fix pep8 2013-07-06 14:45:54 +02:00
François Boulogne f316abbfbe DOC: add doctrings 2013-07-06 14:34:55 +02:00
François Boulogne e74b971335 erode & dilate -> private functions 2013-07-06 14:30:17 +02:00
Stefan van der Walt 0286d2d30f Use int32 for labelling. 2013-06-29 10:17:42 -05:00
Stefan van der Walt eb66e34351 Fix label casting for numpy 1.7. 2013-06-29 10:17:41 -05:00
François Boulogne 8aad4d6e94 fix missing space 2013-06-21 19:13:18 +02:00
François Boulogne a165cf3dca pep8 2013-06-20 23:28:49 +02:00
François Boulogne a9f962695e add spaces for travis (pep8) 2013-06-20 23:12:16 +02:00
Johannes Schönberger 2ac42c4619 Merge pull request #587 from sciunto/import
MIN: fix unused import
2013-06-12 13:23:28 -07:00
François Boulogne e258e05468 MIN: fix unused import 2013-06-12 21:36:28 +02:00
François Boulogne eb9de1d7eb MIN: use print() instead of print 2013-06-12 21:16:23 +02:00
Chintak Sheth a6caac07eb new line 2013-05-29 10:56:32 +05:30
Chintak Sheth 7eeda7c935 Add convex_hull_object to __all__ 2013-05-29 10:40:45 +05:30
Chintak Sheth afd2208ff2 Space 2013-05-29 10:38:28 +05:30
Chintak Sheth 390a6c664b Whitespaces and note 2013-05-29 10:38:28 +05:30
Chintak Sheth 054360f834 Note re-worded 2013-05-29 10:38:28 +05:30
Chintak Sheth 8bc70cd2ea Added test for checking ValueError 2013-05-29 10:38:28 +05:30
Chintak Sheth ab2a82746f Endline 2013-05-29 10:38:28 +05:30
Chintak Sheth bec3b4e324 Note rewritten 2013-05-29 10:38:28 +05:30
Chintak Sheth a2a40de83e Test for the two neighborhood values 2013-05-29 10:38:28 +05:30
Chintak Sheth 1ef98dae8c Ability to choose the type of connectivity and ValueError 2013-05-29 10:38:28 +05:30
Chintak Sheth e49994976d Minor changes 2013-05-29 10:38:28 +05:30
Chintak Sheth 14302318ab Add convex_hull_object in __init__.py 2013-05-29 10:38:27 +05:30
Chintak Sheth 9797ae0e72 Blank at the end of docstring 2013-05-29 10:38:27 +05:30
Chintak Sheth 7836e2b012 Using labeled_im == i 2013-05-29 10:38:27 +05:30