Commit Graph

  • 6eb17a4786 Merge pull request #1090 from ahojnnes/isodata-fixes Juan Nunez-Iglesias 2014-08-09 04:17:24 -05:00
  • f9fd683fcb Test missed line for coverage Johannes Schönberger 2014-08-08 19:51:10 -04:00
  • 83a6b64844 Fix return value description Johannes Schönberger 2014-08-02 10:14:19 -04:00
  • 23fd7b89af Improve test coverage Johannes Schönberger 2014-08-02 10:13:53 -04:00
  • ce0e9174c9 Fix test cases which are now wrong due to previous binning error Johannes Schönberger 2014-08-02 09:45:36 -04:00
  • fc085ec779 Account for case when image only contains one unique value Johannes Schönberger 2014-08-02 09:42:28 -04:00
  • 8aa5ef8697 Return to old function name threshold_isodata Johannes Schönberger 2014-08-02 09:10:50 -04:00
  • 31cf1acf24 Fix isodata-thresholding according to Zachary Pincus Johannes Schönberger 2014-08-02 02:12:15 -04:00
  • 33a0e91120 Merge pull request #1095 from ahojnnes/denoise-tests Stefan van der Walt 2014-08-08 22:59:13 +02:00
  • 6d0bf723d7 Docstring changes and typos Vighnesh Birodkar 2014-08-08 23:16:38 +05:30
  • 3b3bb01270 Fix denoise tests Johannes Schönberger 2014-08-08 08:27:57 -04:00
  • c8f3a66225 Added tests for the new functionality. capitanbatata 2014-08-08 14:22:27 +02:00
  • ba664df275 Added new tests. The support for a wider range of illuminants is now tested. capitanbatata 2014-08-08 13:28:45 +02:00
  • 95f18c71da Added support for different illuminants. capitanbatata 2014-08-08 10:43:57 +02:00
  • 0ff30f6f4c added Adam Feuer (myself) to contributors file Adam Feuer 2014-08-06 21:16:21 -07:00
  • 6d9a3c3913 reformat comments to be standard format Adam Feuer 2014-08-06 21:14:00 -07:00
  • 1fa7bced8d skip error test Vighnesh Birodkar 2014-08-06 23:45:35 +05:30
  • 9371c4f0e7 Fixed potential import error Vighnesh Birodkar 2014-08-06 22:38:18 +05:30
  • 35c9746b74 comment Vighnesh Birodkar 2014-08-06 02:48:03 +05:30
  • 3ad2b682d6 test skip Vighnesh Birodkar 2014-08-06 02:47:24 +05:30
  • 69fec94326 rag copy in threshold cut Vighnesh Birodkar 2014-08-06 02:46:29 +05:30
  • 452921d9f2 API changes, comments and docstrings Vighnesh Birodkar 2014-08-06 02:44:33 +05:30
  • 07cb79cd27 Cut cost is computed by Cython code Vighnesh Birodkar 2014-07-31 23:05:47 +05:30
  • d8c0b2e7dd Add unit test Vighnesh Birodkar 2014-07-24 00:58:33 +05:30
  • 7e2f33cb11 Refer sections of paper in comments Vighnesh Birodkar 2014-07-24 00:11:11 +05:30
  • f261e51faa rename method to cut_normalized Vighnesh Birodkar 2014-07-24 00:01:56 +05:30
  • 6cc0cf4a88 use map_array instead of modifying graph Vighnesh Birodkar 2014-07-24 00:00:09 +05:30
  • 62f0909776 Remove unused except caluses Vighnesh Birodkar 2014-07-23 23:46:33 +05:30
  • fc9e8c4670 doc string correction Vighnesh Birodkar 2014-07-23 23:41:02 +05:30
  • d398b7fd96 used standard eignen solver Vighnesh Birodkar 2014-07-23 23:35:31 +05:30
  • c915aef759 Updated bento file Vighnesh Birodkar 2014-07-23 05:08:52 +05:30
  • 22b5f4addf Added example for ncut Vighnesh Birodkar 2014-07-23 04:47:17 +05:30
  • 2017e350ff Comments to graph_cut.py Vighnesh Birodkar 2014-07-23 04:35:54 +05:30
  • 9c8b1efd26 docstring to _ncut_cy.pys Vighnesh Birodkar 2014-07-23 04:12:23 +05:30
  • 273b9d081e docstrings to _ncut.py Vighnesh Birodkar 2014-07-23 04:08:51 +05:30
  • 1e39dfc7a1 rectified threshold mistake Vighnesh Birodkar 2014-07-23 03:54:57 +05:30
  • b05646e201 Docstring of graph_cut.py Vighnesh Birodkar 2014-07-23 03:46:45 +05:30
  • 68b087ca48 Docstrings Vighnesh Birodkar 2014-07-23 03:19:06 +05:30
  • 997d4a3a68 cleaned up _ncut.py Vighnesh Birodkar 2014-07-23 02:37:15 +05:30
  • 0971c11db6 Cleaned up rag.py Vighnesh Birodkar 2014-07-23 02:27:33 +05:30
  • ddf11bdfe8 pep8 changes Vighnesh Birodkar 2014-07-23 02:19:47 +05:30
  • 7215936f5c First working copy Vighnesh Birodkar 2014-07-23 02:14:46 +05:30
  • 1cb73c79d6 improved name of pil import/export functions Adam Feuer 2014-08-03 10:46:06 -07:00
  • 4a0b99ad6f fixed bad indent Adam Feuer 2014-07-25 07:10:50 -07:00
  • 32061fb66d added a space character to trigger travis build Adam Feuer 2014-07-24 22:59:14 -07:00
  • 1dcb60fd68 added tests for roundtrip export and import Adam Feuer 2014-07-24 22:49:57 -07:00
  • b03683d6c5 pil_plugin can import and export from memory Adam Feuer 2014-07-24 21:59:06 -07:00
  • 00456f9448 Merge pull request #1093 from tonysyu/clarify-release-procedure Juan Nunez-Iglesias 2014-08-05 01:05:13 -05:00
  • 017d051f94 Clarify release procedure doc Tony S Yu 2014-08-05 01:02:07 -05:00
  • ee3797f2ec Merge pull request #1023 from ahojnnes/release Tony S Yu 2014-08-05 00:56:22 -05:00
  • c3b79ca678 Add release notes template Johannes Schönberger 2014-08-04 22:01:40 -04:00
  • 8ef53d04f0 Add intro to release notes Johannes Schönberger 2014-08-04 22:01:10 -04:00
  • be3ac9a141 Rename Changes section to API changes Johannes Schönberger 2014-08-04 21:15:47 -04:00
  • 5d4ec15fd5 Remove contributors for current release notes Johannes Schönberger 2014-06-15 08:29:55 -04:00
  • 4235e8a448 Add release notes for upcoming versions Johannes Schönberger 2014-06-11 07:55:48 -04:00
  • c3b4e58978 Describe new release note dev process Johannes Schönberger 2014-06-11 07:28:48 -04:00
  • e74ba1b4f0 Add release note instructions Johannes Schönberger 2014-06-11 07:22:10 -04:00
  • c0f3697271 Merge pull request #1084 from blink1073/miniconda-travis Juan Nunez-Iglesias 2014-08-04 19:50:28 -05:00
  • 5996cf8aba Add travis_retry around the conda installs Steven Silvester 2014-08-04 10:48:15 -05:00
  • 480a9f72fc Add note in travis Steven Silvester 2014-08-04 10:44:23 -05:00
  • 2a339fe69c Improve import behavior for rag fallback Steven Silvester 2014-08-04 07:40:37 -05:00
  • 56152fe6a7 Update comment Steven Silvester 2014-08-04 07:32:11 -05:00
  • 04e53f124f Remove confusing dummy variable Steven Silvester 2014-08-04 07:30:13 -05:00
  • 382be1a457 Formatting and docstring cleanup. Steven Silvester 2014-08-04 07:26:07 -05:00
  • 26a550a93b Formatting fix. Steven Silvester 2014-08-04 07:13:42 -05:00
  • f2b7e104f8 Add documentation and rename import variable Steven Silvester 2014-08-04 06:37:48 -05:00
  • 208afc3837 Move version_requirements to _shared and remove skipif from require. Steven Silvester 2014-08-02 11:09:46 -05:00
  • e3b84edf1b Fix python 2.6 restoration/unwrap error Steven Silvester 2014-08-02 10:30:32 -05:00
  • b6dcf3c336 Update Travis build to use Anaconda. Update Travis build to use Anaconda blink1073 2014-07-18 16:12:51 -05:00
  • 0801f92dbf Merge pull request #1086 from jni/thresh-iso Johannes Schönberger 2014-08-02 01:23:28 -04:00
  • 838617cb39 Fix incorrect test function signature Juan Nunez-Iglesias 2014-07-28 13:01:41 +10:00
  • 278a0d6862 Bug fix: nbins can be >256 in threshold_isodata Juan Nunez-Iglesias 2014-07-28 12:38:34 +10:00
  • 7d14f5cbcf setup Fedor Baart 2014-07-24 13:10:50 +02:00
  • 85a5cea533 Merge pull request #1054 from blink1073/add_test_seeds Juan Nunez-Iglesias 2014-07-20 07:48:49 -05:00
  • caaf75ebd1 Fix failing doctests blink1073 2014-07-19 19:16:46 -05:00
  • 5677dafe41 Move away from random.random in favor of random.rand blink1073 2014-07-19 18:18:23 -05:00
  • 2a1f368bcf Remove endpoints from theta Alexey Buzmakov 2014-07-19 13:48:40 +04:00
  • 6aa0b9e0b9 Merge pull request #1073 from tonysyu/feature/adapt_rgb Juan Nunez-Iglesias 2014-07-18 08:27:57 -05:00
  • 0c31487fd9 Merge pull request #1072 from blink1073/add-viewer-tests Juan Nunez-Iglesias 2014-07-18 06:05:08 -05:00
  • ee3b9f2d66 Remove orphaned import Tony S Yu 2014-07-17 20:50:39 -05:00
  • 243d550537 Make skip condition cleaner blink1073 2014-07-17 19:52:45 -05:00
  • acbac35616 Skip tests if matplotlib is not present blink1073 2014-07-17 12:33:59 -05:00
  • a2e28955b4 Merge pull request #1063 from nlsn/3d-fallback Juan Nunez-Iglesias 2014-07-17 00:55:29 -05:00
  • 34d7fdb138 Fix docstring for wrapped functions Tony S Yu 2014-07-16 23:45:55 -05:00
  • d9a39d44eb Remove cast and rescale and adjust test values to match Tony S Yu 2014-07-16 23:24:03 -05:00
  • c24adec714 Add adapt_rgb decorator and helpers. Tony S Yu 2014-07-16 23:13:04 -05:00
  • 6e8ae37f07 Change ndimage test image to fit uint8 range Nelson Brown 2014-07-16 20:03:37 -07:00
  • eb4725826d Change test of ndimage equivalence to use uint8 test image Nelson Brown 2014-07-16 19:57:25 -07:00
  • 938955c971 Merge pull request #1071 from blink1073/cleanup-adapthist Tony S Yu 2014-07-16 21:37:28 -05:00
  • 97d920cc6b Another travis fix blink1073 2014-07-16 21:04:13 -05:00
  • 0b73d69144 Address travis failures blink1073 2014-07-16 20:39:37 -05:00
  • 1a01f1a83b Fix failing tests blink1073 2014-07-16 19:58:13 -05:00
  • 9576df45f8 Add tests for all of viewer subpackage, with necessary file mods blink1073 2014-07-16 19:38:23 -05:00
  • 736de2c403 Rename module to be more explicit blink1073 2014-07-16 14:10:10 -05:00
  • 94bbb58274 Minor cleanup of adapthist module blink1073 2014-07-16 14:06:08 -05:00
  • 7cf80e6ae5 Merge pull request #893 from blink1073/fix-adapthist-757 Tony S Yu 2014-07-15 22:50:50 -05:00
  • 74988b88d5 Merge pull request #1068 from vighneshbirodkar/rag_fix Juan Nunez-Iglesias 2014-07-15 19:11:21 -05:00
  • 9e8875790f Merge pull request #1069 from jni/nx-depends Josh Warner 2014-07-15 11:19:16 -05:00
  • 4449c77884 Fix calls to ndimage to use footprint argument Nelson Brown 2014-07-15 08:39:34 -07:00
  • 7976520e7a Add test that the 2D results correspond to scipy's Remove trailing whitespace Nelson Brown 2014-07-15 08:25:17 -07:00