Commit Graph

5798 Commits

Author SHA1 Message Date
Stefan van der Walt 2b1dde202f freeimage: Correctly handle saving uint16 images (closes gh-1101) 2014-08-15 15:22:51 +02:00
Juan Nunez-Iglesias a3638024e7 Merge pull request #1080 from vighneshbirodkar/ncut
Add normalized cut (ncut) on RAGs
2014-08-15 00:36:43 -05:00
Vighnesh Birodkar afa345f363 Update graph_cut.py 2014-08-14 23:47:00 +05:30
Vighnesh Birodkar b61763117d Update _ncut_cy.pyx 2014-08-14 23:45:30 +05:30
Vighnesh Birodkar 6ef01cb4dc change ref format in example 2014-08-13 02:12:51 +05:30
Juan Nunez-Iglesias 7d991d2924 Merge pull request #1099 from blink1073/build_update_followup
Make suggested changes to build update

# @blink1073's comments for the PR:

@stefanv had a few late adds to #1084 that did not make the cut:

- Add `LICENSE.txt` in `_shared` for IPython and Spyder licenses.
- Style fixes in `painttool.py` and `version_requirements.py`
- Remove deprecated `--use-mirrors` for `matplotlib` install in `.travis.yml`

I also added a `travis_retry` before all of the `pip` installs since they sometimes timeout.
2014-08-12 05:15:14 -05:00
Steven Silvester 72f6a8c056 Make suggested changes to build update and use travis_retry for all installs. 2014-08-11 17:01:53 -05:00
Stefan van der Walt 693816c218 Merge pull request #1098 from ahojnnes/tox
Remove legacy CI config
2014-08-11 16:28:53 +02:00
Johannes Schönberger 7bd1da86f2 Remove legacy CI config 2014-08-11 09:02:31 -04:00
Vighnesh Birodkar ab60edcdf7 Fix Reference format 2014-08-10 20:31:22 +05:30
Vighnesh Birodkar 4a231cfd35 Minor changes 2014-08-10 20:07:34 +05:30
Juan Nunez-Iglesias 3bc3b4f8e3 Merge pull request #1083 from adamfeuer/import_export_pil_image_objects
pil_plugin can import and export PIL image objects from memory
2014-08-09 19:48:31 -05:00
Adam Feuer 8494b8081a removed trailing blank line in comment 2014-08-09 10:37:11 -07:00
Vighnesh Birodkar 0c185629d3 corrected similarity 2014-08-09 22:09:12 +05:30
Vighnesh Birodkar 03d3873cc4 docstring of _label_all 2014-08-09 22:08:27 +05:30
Vighnesh Birodkar ded138cbcb test case for in place 2014-08-09 21:35:07 +05:30
Adam Feuer ef7da3be4a explicitly checking for None as per code review feedback
- instead of implicit (non-truthy) test
2014-08-09 09:04:05 -07:00
Adam Feuer 25f08ff68e removing trailing space (PEP8 formatting) 2014-08-09 09:03:06 -07:00
Adam Feuer 05380823cc updated imread parameters comment to standard format
- with 'str' file type (instead of 'string')
2014-08-09 09:01:07 -07:00
Vighnesh Birodkar 3973b30300 docstring changes and code movement 2014-08-09 21:29:41 +05:30
Juan Nunez-Iglesias 6eb17a4786 Merge pull request #1090 from ahojnnes/isodata-fixes
Fix isodata-thresholding according to Zachary Pincus
2014-08-09 04:17:24 -05:00
Johannes Schönberger f9fd683fcb Test missed line for coverage 2014-08-08 19:51:10 -04:00
Johannes Schönberger 83a6b64844 Fix return value description 2014-08-08 17:01:52 -04:00
Johannes Schönberger 23fd7b89af Improve test coverage 2014-08-08 17:01:52 -04:00
Johannes Schönberger ce0e9174c9 Fix test cases which are now wrong due to previous binning error 2014-08-08 17:01:52 -04:00
Johannes Schönberger fc085ec779 Account for case when image only contains one unique value 2014-08-08 17:01:52 -04:00
Johannes Schönberger 8aa5ef8697 Return to old function name threshold_isodata 2014-08-08 17:01:52 -04:00
Johannes Schönberger 31cf1acf24 Fix isodata-thresholding according to Zachary Pincus 2014-08-08 17:01:52 -04:00
Stefan van der Walt 33a0e91120 Merge pull request #1095 from ahojnnes/denoise-tests
Fix denoise tests
2014-08-08 22:59:13 +02:00
Vighnesh Birodkar 6d0bf723d7 Docstring changes and typos 2014-08-08 23:16:38 +05:30
Johannes Schönberger 3b3bb01270 Fix denoise tests 2014-08-08 08:27:57 -04:00
Adam Feuer 0ff30f6f4c added Adam Feuer (myself) to contributors file
- as per code review feedback from @stefanv
2014-08-06 21:17:01 -07:00
Adam Feuer 6d9a3c3913 reformat comments to be standard format
- clarified function names
- comments in standard format
- removed extra blank line
- as per code review feedback
2014-08-06 21:14:00 -07:00
Vighnesh Birodkar 1fa7bced8d skip error test 2014-08-06 23:45:35 +05:30
Vighnesh Birodkar 9371c4f0e7 Fixed potential import error 2014-08-06 22:38:18 +05:30
Vighnesh Birodkar 35c9746b74 comment 2014-08-06 02:48:03 +05:30
Vighnesh Birodkar 3ad2b682d6 test skip 2014-08-06 02:47:24 +05:30
Vighnesh Birodkar 69fec94326 rag copy in threshold cut 2014-08-06 02:46:29 +05:30
Vighnesh Birodkar 452921d9f2 API changes, comments and docstrings 2014-08-06 02:44:33 +05:30
Vighnesh Birodkar 07cb79cd27 Cut cost is computed by Cython code 2014-08-05 23:35:32 +05:30
Vighnesh Birodkar d8c0b2e7dd Add unit test 2014-08-05 23:35:32 +05:30
Vighnesh Birodkar 7e2f33cb11 Refer sections of paper in comments 2014-08-05 23:33:23 +05:30
Vighnesh Birodkar f261e51faa rename method to cut_normalized 2014-08-05 23:33:23 +05:30
Vighnesh Birodkar 6cc0cf4a88 use map_array instead of modifying graph 2014-08-05 23:33:23 +05:30
Vighnesh Birodkar 62f0909776 Remove unused except caluses 2014-08-05 23:33:23 +05:30
Vighnesh Birodkar fc9e8c4670 doc string correction 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar d398b7fd96 used standard eignen solver 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar c915aef759 Updated bento file 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar 22b5f4addf Added example for ncut 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar 2017e350ff Comments to graph_cut.py 2014-08-05 23:33:22 +05:30