Commit Graph

3448 Commits

Author SHA1 Message Date
Jostein Bø Fløystad fcec46eb0d Radon transform example: Correct axis labels 2013-06-09 19:29:53 +02:00
Stefan van der Walt f20286b696 Merge pull request #581 from ankit-maverick/subtract
STY: Replacing every occurence of ``substract*`` with ``subtract*``.
2013-06-06 21:47:41 -07:00
Ankit Agrawal 8ecadf175c Replacing every occurence of substract* with subtract* 2013-06-07 11:16:26 +08:00
Johannes Schönberger 5a041d2560 Merge pull request #576 from alexis-mignon/master
Bugs in filter.denoise_biltateral.
2013-06-04 23:49:46 -07:00
Alexis Mignon 28189c9a66 Moved image conversion after the verification of the max_value 2013-06-03 10:03:57 +02:00
Johannes Schönberger 43bb55c6dd Merge pull request #578 from josteinbf/radon-test-refactor
Reduce code duplication in tests for transform.radon_transform
2013-06-02 12:07:05 -07: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
Alexis Mignon a80fd76ef6 Deported variable initialization after the cdef block to allow verifications. 2013-06-01 14:38:26 +02:00
Alexis Mignon 9b3c5792a0 Modified 'denoise_bilateral':\n1) check that image max value is not zero to avoid segmentation fault.\n2) initialize color_lut after sigma_range has been checked. 2013-05-31 18:06:47 +02:00
Johannes Schönberger c7a48b4f24 Merge pull request #572 from sciunto/docandco
add optional + default in pyx docstring
2013-05-30 09:40:08 -07:00
Josh Warner 11ad6b812d Merge pull request #571 from ahojnnes/travis-fix
Fix: Use None instead of 'none' for qt_api (fix Travis error), set matplotlib backend
  also use python 3 print() in example.
2013-05-29 21:10:01 -07:00
Johannes Schönberger 545a83dd52 Fix matching example script 2013-05-29 22:06:27 +02:00
Johannes Schönberger ecc8c4640a Fix window size of sub-pixel corner detection 2013-05-29 21:23:07 +02:00
Johannes Schönberger 2832b7a9a5 Fix python 3 print statement in example script 2013-05-29 20:57:47 +02:00
Johannes Schönberger 817c9634e8 Fix setting of QT_API environment variable 2013-05-29 20:36:08 +02:00
Johannes Schönberger 153bc6edf9 Use None instead of 'none' for qt backend 2013-05-29 20:28:16 +02:00
François Boulogne a48de8dea9 add optional + default in pyx docstring 2013-05-29 20:18:19 +02:00
Johannes Schönberger 255ac68999 Avoid import of matplotlib QT lib if QT is not installed 2013-05-29 20:17:17 +02:00
Johannes Schönberger 6bccdbf105 Set matplotlib qt backend 2013-05-29 20:04:35 +02:00
Johannes Schönberger 3a4f729156 Create matplotlib config directory 2013-05-29 19:48:33 +02:00
Johannes Schönberger cfb7d6cd31 Set matplotlib backend globally 2013-05-29 19:40:17 +02:00
Johannes Schönberger 6326184834 Merge pull request #510 from sciunto/ellipsev2
implement rotated ellipses + bezier curve
2013-05-29 07:00:26 -07:00
Stefan van der Walt 2cfd075adb Merge pull request #538 from ahojnnes/examples-travis
TST: Let Travis run all examples.
2013-05-29 03:53:47 -07:00
Josh Warner df6da9fb9c Merge pull request #558 from chintak/convex_hull
FEAT: Function to compute separate convex hulls for unconnected objects
2013-05-28 22:37:11 -07: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
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
François Boulogne b36a34c4a4 oops 2013-05-28 07:56:56 +02:00