Commit Graph

7427 Commits

Author SHA1 Message Date
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
Vighnesh Birodkar 9c8b1efd26 docstring to _ncut_cy.pys 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar 273b9d081e docstrings to _ncut.py 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar 1e39dfc7a1 rectified threshold mistake 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar b05646e201 Docstring of graph_cut.py 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar 68b087ca48 Docstrings 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar 997d4a3a68 cleaned up _ncut.py 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar 0971c11db6 Cleaned up rag.py 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar ddf11bdfe8 pep8 changes 2014-08-05 23:33:22 +05:30
Vighnesh Birodkar 7215936f5c First working copy 2014-08-05 23:33:22 +05:30
Adam Feuer 1cb73c79d6 improved name of pil import/export functions
- to make it clear what the functions actually do:
  ndarray_to_pil() and pil_to_ndarray()
- as per code review feedback
- updated tests to use the new function names

- incoming change to pil_plugin assumed PIL Image
  objects will always be from files; this is
  not always true anymore. Now pil_plugin
  checks to see if the Image came from a file
  before trying to close its associated file.
2014-08-05 08:03:40 -07:00
Adam Feuer 4a0b99ad6f fixed bad indent 2014-08-05 07:52:45 -07:00
Adam Feuer 32061fb66d added a space character to trigger travis build 2014-08-05 07:52:45 -07:00
Adam Feuer 1dcb60fd68 added tests for roundtrip export and import
- and corrected error in imexport - wasn't using imsave code
  correctly
- split imsave into imsave and imexport functions to reuse
  imsave code
2014-08-05 07:52:45 -07:00
Adam Feuer b03683d6c5 pil_plugin can import and export from memory
- added capability to import and export to PIL Image
  objects, not just files - allows for converting
  to and from PIL image objects without writing
  to disk
- no unit test yet
2014-08-05 07:50:09 -07:00
Juan Nunez-Iglesias 00456f9448 Merge pull request #1093 from tonysyu/clarify-release-procedure
Clarify release procedure doc
2014-08-05 01:05:13 -05:00
Tony S Yu 017d051f94 Clarify release procedure doc 2014-08-05 01:02:07 -05:00
Tony S Yu ee3797f2ec Merge pull request #1023 from ahojnnes/release
New release note process
2014-08-05 00:56:22 -05:00
Johannes Schönberger c3b79ca678 Add release notes template 2014-08-04 22:01:40 -04:00
Johannes Schönberger 8ef53d04f0 Add intro to release notes 2014-08-04 22:01:10 -04:00
Johannes Schönberger be3ac9a141 Rename Changes section to API changes 2014-08-04 21:15:47 -04:00
Johannes Schönberger 5d4ec15fd5 Remove contributors for current release notes 2014-08-04 21:14:57 -04:00
Johannes Schönberger 4235e8a448 Add release notes for upcoming versions 2014-08-04 21:14:57 -04:00
Johannes Schönberger c3b4e58978 Describe new release note dev process
For upcoming contributions, every contributor should document the contributed
changes, before merging the PR.
2014-08-04 21:14:57 -04:00
Johannes Schönberger e74ba1b4f0 Add release note instructions 2014-08-04 21:14:57 -04:00
Juan Nunez-Iglesias c0f3697271 Merge pull request #1084 from blink1073/miniconda-travis
Major Overhaul of Travis Build
2014-08-04 19:50:28 -05:00
Steven Silvester 5996cf8aba Add travis_retry around the conda installs 2014-08-04 10:48:15 -05:00
Steven Silvester 480a9f72fc Add note in travis 2014-08-04 10:44:23 -05:00
Steven Silvester 2a339fe69c Improve import behavior for rag fallback 2014-08-04 07:40:37 -05:00
Steven Silvester 56152fe6a7 Update comment 2014-08-04 07:32:11 -05:00
Steven Silvester 04e53f124f Remove confusing dummy variable 2014-08-04 07:30:13 -05:00
Steven Silvester 382be1a457 Formatting and docstring cleanup. 2014-08-04 07:26:07 -05:00