Commit Graph

3708 Commits

Author SHA1 Message Date
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
Chintak Sheth b6d15c91c7 Remove trailing whitespace 2013-05-29 10:38:27 +05:30
Chintak Sheth 1814cc44ca Remove trailing whitespace 2013-05-29 10:38:27 +05:30
Chintak Sheth 4ff28908d8 Resolve fast forward 2013-05-29 10:38:27 +05:30
Chintak Sheth 2419285602 Unit tests added 2013-05-29 10:38:27 +05:30
Chintak Sheth 20ca89d8b8 Added unit test for convex_hull_object function in test_convex_hull.py 2013-05-29 10:38:26 +05:30
Chintak Sheth db84262ba3 Note and relative import 2013-05-29 10:38:26 +05:30
Chintak Sheth 48932b6bb2 Update convex_hull.py 2013-05-29 10:38:26 +05:30
Chintak Sheth 6fcaaee807 Added the note in docstring as suggested by Josh 2013-05-29 10:38:26 +05:30
Chintak Sheth d63ee467ee Trailing whitespace 2013-05-29 10:38:26 +05:30
Chintak Sheth e66d73ac7c Added convex_hull_object function 2013-05-29 10:38:26 +05:30
Tony S Yu bd860b7720 Add infrastructure for conneting plugin output to a viewer. 2013-05-28 23:52:10 -05:00
Tony S Yu e7ca4b6138 Fix parameter name in docstring 2013-05-28 23:51:53 -05:00
Tony S Yu 124e38751c Fix RequiredAttrs definition.
The example in python's descriptor tutorial creates a singleton so multiple,
instances share the same attribute. This update fixes the issue based on [1].

[1] http://stackoverflow.com/questions/8718052/where-does-a-python-descriptors-state-go
2013-05-28 23:34:52 -05:00
François Boulogne b36a34c4a4 oops 2013-05-28 07:56:56 +02:00
François Boulogne 1e862e06bc use bint 2013-05-28 07:56:56 +02:00
François Boulogne 984311b457 fix int + pep 2013-05-28 07:56:56 +02:00
François Boulogne 192fb30f7f pep8 2013-05-28 07:56:56 +02:00
François Boulogne f630327dc3 add unittest 2013-05-28 07:56:56 +02:00
François Boulogne 2131a9ddfd rename function bezier_curve to bezier_segment 2013-05-28 07:56:55 +02:00
François Boulogne e2dbc48e5d docstring 2013-05-28 07:56:12 +02:00
François Boulogne 00524a3d86 split tests 2013-05-28 07:56:12 +02:00
François Boulogne 1710b12665 change bezier_curve definition for consistency 2013-05-28 07:56:12 +02:00
François Boulogne 328e54fa13 minor fixes 2013-05-28 07:56:12 +02:00
François Boulogne ed9d1aae88 remove old line 2013-05-28 07:56:12 +02:00
François Boulogne e51f5c3cd5 implement rotated ellipses 2013-05-28 07:56:11 +02:00
Johannes Schönberger d644118ea4 Merge pull request #532 from ankit-maverick/deprecate_is_rgb
Deprecating is_rgb()
2013-05-27 13:26:48 -07:00
Stefan van der Walt 7ced6625d8 Merge pull request #567 from josteinbf/radon-reconstruction-circle
ENH: Option to use a reconstruction circle in transform.radon/iradon.
2013-05-27 13:14:10 -07:00
Stefan van der Walt ba354dde4d Merge pull request #568 from ahojnnes/circle
ENH: Faster version of circle and ellipse drawing.
2013-05-27 13:11:38 -07:00
Johannes Schönberger a12e557849 Add example to set_color drawing function 2013-05-27 21:20:59 +02:00
Johannes Schönberger f31193c099 Add example to circle drawing function 2013-05-27 21:19:25 +02:00
Johannes Schönberger bc3a804093 Add example to ellipse drawing function 2013-05-27 21:17:26 +02:00
Johannes Schönberger be7a920041 Add example to ellipse_perimeter drawing function 2013-05-27 21:15:50 +02:00
Johannes Schönberger 5bae2046df Add example to circle_perimeter drawing function 2013-05-27 21:15:36 +02:00
Johannes Schönberger 3c8337a3ac Add example to polygon drawing function 2013-05-27 21:11:57 +02:00
Johannes Schönberger 748be5db22 Add example to line drawing function 2013-05-27 21:09:49 +02:00
Johannes Schönberger 4cf6edc756 Capitalize parameter description 2013-05-27 21:00:59 +02:00
Johannes Schönberger 559b0a0562 Implement faster version of circle and ellipse drawing 2013-05-27 21:00:09 +02:00