Commit Graph

1848 Commits

Author SHA1 Message Date
Ankit Agrawal bfc2aac3e5 Downsampling of nD arrays 2013-07-04 17:24:14 +08:00
Ankit Agrawal b5804214b0 Minor refactoring 2013-07-04 17:24:14 +08:00
Ankit Agrawal 8372b0b6aa Removing code repetition 2013-07-04 17:24:13 +08:00
Ankit Agrawal 19f0be9fbd PEP8 corrections 2013-07-04 17:24:13 +08:00
Ankit Agrawal b551a49708 First implementation of Integer Up/Downsampling 2013-07-04 17:24:13 +08:00
Johannes Schönberger 79a5ab0e12 Merge pull request #589 from sciunto/configparser
import configparser for python3
2013-06-12 14:27:22 -07:00
François Boulogne 9042fcd85c import configparser for python3 2013-06-12 22:34:04 +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
Josh Warner 026ca77cfa Merge pull request #588 from sciunto/range
FIX: cast range to list for python3 compatibility
2013-06-12 13:22:34 -07:00
François Boulogne 755ba9e605 MIN: remove unnecessary brackets 2013-06-12 22:08:43 +02:00
François Boulogne cf4b83b76f cast range to list for python3 2013-06-12 22:03:25 +02:00
Johannes Schönberger 2ed9fc9f4d Merge pull request #586 from sciunto/print
MIN: use print() instead of print
2013-06-12 12:57:13 -07:00
Johannes Schönberger 37a76c8c41 Merge pull request #585 from ankit-maverick/typos
Correcting typo in the reference section of adjust_sigmoid
2013-06-12 12:40:15 -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
Ankit Agrawal 3e544d7fac Adding author and name of the paper in reference section of adjust_sigmoid 2013-06-12 18:11:40 +08:00
Ankit Agrawal 2c0e20f972 Correcting typo in the reference section of adjust_sigmoid. 2013-06-12 16:32:15 +08:00
Ankit Agrawal 884ac317c8 Correcting typo in the reference section of adjust_sigmoid 2013-06-12 16:31:13 +08:00
Johannes Schönberger f07467b176 Merge pull request #505 from ankit-maverick/gammaCorrect
Implementation of Pixelwise Image correction methods
2013-06-11 10:21:09 -07:00
Ankit Agrawal 04625ebabf Final stylistic changes in exposure.py 2013-06-10 00:32:22 +08: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
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
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
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
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 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
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