Commit Graph

5928 Commits

Author SHA1 Message Date
Ankit Agrawal f94f3db597 Renaming rescale_intensity_* as adjust_* 2013-06-06 12:13:48 +08:00
Ankit Agrawal 9a1c39f089 Adding a utility function to test non-negativity of an image 2013-06-06 12:13:20 +08:00
Ankit Agrawal 00ae241525 Error handling for images with negative values in Image Correction methods 2013-06-06 12:13:20 +08:00
Ankit Agrawal 23f61795eb Minor improvements in docs, tests 2013-06-06 12:12:40 +08:00
Ankit Agrawal a475d3c694 Corrections and Improvements 2013-06-06 12:12:40 +08:00
Ankit Agrawal a88ae64efb Added stronger tests 2013-06-06 12:11:53 +08:00
Ankit Agrawal e1c23ac08c Added better tests and removed weak ones 2013-06-06 12:11:53 +08:00
Ankit Agrawal c9330ea186 Correcting code quality issues 2013-06-06 12:11:53 +08:00
Ankit Agrawal 8f8c58317c Separating correction methods into different functions 2013-06-06 12:10:54 +08:00
Ankit Agrawal 4d1c334842 Separating the functions 2013-06-06 12:03:28 +08:00
Ankit Agrawal c1e8440f72 Prevented info loss, implemented Log and Sigmoid Correction 2013-06-06 12:03:28 +08:00
Ankit Agrawal 391b2edad6 Added a function for Gamma Correction 2013-06-06 11:55:21 +08:00
tonysyu 2ca77c42be Fix PySide compatibility for signal defs 2013-06-05 11:22:24 -05: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
Tony S Yu 484e5693b2 Add attributes to Mock object to fix Travis build 2013-05-31 08:15:26 -05:00
Tony S Yu 87afe3e175 Accidental deletion 2013-05-31 00:14:25 -05:00
Tony S Yu 9393eac1b0 Third attempt at getting Travis to build 2013-05-31 00:06:59 -05:00
Tony S Yu 86c2c1a37c Second attempt to get Travis to pass 2013-05-30 23:38:26 -05:00
Tony S Yu 3e3ead7d9e Add mock pyqtSignal to try to get Travis to build 2013-05-30 23:14:30 -05:00
Tony S Yu 55386ec785 Add smart window-layout for multi-viewer display 2013-05-30 22:37:36 -05:00
Tony S Yu 16b6411059 Display title in docked plugins 2013-05-30 22:25:02 -05:00
Tony S Yu e373e13f03 Fix sizing of PlotPlugin 2013-05-30 22:21:55 -05:00
Tony S Yu 07630a93e6 Dock plugins to image viewer. 2013-05-30 22:21:21 -05:00
Stefan van der Walt 143b3af9b8 Remove reference to Bento hookfile. 2013-05-31 03:14:48 +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