Commit Graph

  • 0643b8108f DOC: Remove commented out code. Tony S Yu 2012-09-02 13:27:08 -04:00
  • e6ca084aee DOC: Remove inherited-members Sphinx role. Tony S Yu 2012-09-02 13:22:58 -04:00
  • 0a92bf84e1 DOC: Remove inheritance-diagram Sphinx role. Tony S Yu 2012-09-02 13:11:51 -04:00
  • b1098f69f8 DOC: removed unused import in docstring Emmanuelle Gouillart 2012-09-02 23:21:13 +02:00
  • 4d1533ab25 Merge pull request #278 from wuan/tv_denoise_fix Emmanuelle Gouillart 2012-09-02 14:14:38 -07:00
  • 9f65d08515 Merge pull request #292 from ahojnnes/geometric-coeffs Tony S Yu 2012-09-02 13:59:08 -07:00
  • c851053084 specified float array result in docstring Andreas Wuerl 2012-09-02 21:18:00 +02:00
  • 12b8d8d051 cleanup of tests hence all results of tv denoise operations are returned as float Andreas Wuerl 2012-09-02 21:17:18 +02:00
  • a9116f877e Hide coefficient variable of geometric transforms Johannes Schönberger 2012-09-02 20:15:44 +02:00
  • ded9c93a44 Merge pull request #291 from tonysyu/sphinx-import-warnings Stefan van der Walt 2012-09-02 09:38:30 -07:00
  • 12c35908c9 DOC: Separate config sections in conf.py Tony S Yu 2012-09-02 12:32:14 -04:00
  • 8b15656feb Change import to silence import errors in docs. Tony S Yu 2012-09-02 12:23:52 -04:00
  • bd0d47a183 DOC: Turn off numpydoc flag to silence warnings Tony S Yu 2012-09-02 12:23:17 -04:00
  • 58a57238cc Merge pull request #282 from JDWarner/multispectral_random_walker Emmanuelle Gouillart 2012-09-02 06:23:58 -07:00
  • 0db4893680 DOC: Fix broken doc build due to broken import Tony S Yu 2012-09-02 08:22:21 -04:00
  • aa08e8a559 Fix for predefined output array Johannes Schönberger 2012-09-02 13:41:25 +02:00
  • c47e230847 Merge pull request #289 from tonysyu/qtmpl-collection-viewer Stefan van der Walt 2012-09-02 04:39:23 -07:00
  • 1dc50c108a Merge pull request #290 from tonysyu/qtmpl-lineprofile Stefan van der Walt 2012-09-02 04:37:11 -07:00
  • 53b1860a72 Merge pull request #287 from ahojnnes/morph Stefan van der Walt 2012-09-02 04:36:19 -07:00
  • 2c37c70ca3 Fix support for predefined output array Johannes Schönberger 2012-09-02 13:35:12 +02:00
  • 373b3293ee Use numpy testing functions Johannes Schönberger 2012-09-02 13:28:07 +02:00
  • de47332bd2 Add fast morphological operations for binary images Johannes Schönberger 2012-09-02 13:25:52 +02:00
  • 2842515dc3 Improve doc string layout Johannes Schönberger 2012-09-02 10:34:09 +02:00
  • 224fcb5d01 Convert selem to uint8 Johannes Schönberger 2012-09-02 09:58:02 +02:00
  • 41ea3ba7fd Add line profile plugin back in. Tony S Yu 2012-07-28 11:29:28 -04:00
  • 7d858a8ba9 ENH: Add CollectionViewer Tony S Yu 2012-08-01 00:24:14 -04:00
  • f500ed0b8f Merge pull request #288 from tonysyu/bento-update Stefan van der Walt 2012-09-01 08:40:49 -07:00
  • ed05b88740 BUG: Update bento.info to match setup.py files Tony S Yu 2012-09-01 10:52:15 -04:00
  • 2314cfd8d6 ENH: Add script to check that bento.info is up-to-date. Tony S Yu 2012-09-01 10:32:29 -04:00
  • 6facfd27a1 BUG: Bento version must end with number Tony S Yu 2012-09-01 10:25:17 -04:00
  • a5fe574bd9 Remove unused imports and add missing types Johannes Schönberger 2012-09-01 14:57:56 +02:00
  • b05c062d24 Refactor erosion and dilation for better performance Johannes Schönberger 2012-09-01 14:54:17 +02:00
  • 74797d6205 Fix decision whether to use warping or fast warping Johannes Schönberger 2012-09-01 09:17:16 +02:00
  • 06d9f7110f Revert to non parallelized execution Johannes Schönberger 2012-09-01 09:09:25 +02:00
  • c8c1d5c7e7 Merge pull request #275 from ahojnnes/warps Stefan van der Walt 2012-08-31 18:12:08 -07:00
  • b2e4fd6f32 Add parallel execution support Johannes Schönberger 2012-08-31 23:46:23 +02:00
  • 06092023b8 Merge pull request #285 from ahojnnes/label-example Emmanuelle Gouillart 2012-08-31 14:01:00 -07:00
  • f360316f17 Explicitly define colormap Johannes Schönberger 2012-08-31 22:55:24 +02:00
  • e3c68e3bbc Merge pull request #284 from ahojnnes/regionprops-coords Emmanuelle Gouillart 2012-08-31 13:53:26 -07:00
  • c9291718f9 Update description with more detailed explanation of applied steps Johannes Schönberger 2012-08-31 22:30:09 +02:00
  • 6e9d6e2857 Improve visualization of labelling Johannes Schönberger 2012-08-31 22:25:10 +02:00
  • e8ddcefae3 PEP8 compliance, removed scaling, different data parsing. JDWarner 2012-08-31 14:14:46 -05:00
  • 873aa6a5dc Merge pull request #281 from mkcor/harris_threshold Emmanuelle Gouillart 2012-08-31 11:56:02 -07:00
  • da3f2b5f4d Add example script for image labelling Johannes Schönberger 2012-08-30 22:00:43 +02:00
  • cdff128a43 Add new Coordinates property to regionprops Johannes Schönberger 2012-08-30 21:38:33 +02:00
  • 38c3eb54ca Merge pull request #248 from ahojnnes/clear-border Emmanuelle Gouillart 2012-08-30 11:24:37 -07:00
  • b2036aee5c Add image resize function Johannes Schönberger 2012-08-30 18:41:00 +02:00
  • 15cc7f1779 Add biquadratic interpolation Johannes Schönberger 2012-08-30 18:14:42 +02:00
  • 146d5a3f5b Remove duplicate subtraction Johannes Schönberger 2012-08-30 17:13:30 +02:00
  • 4cd1f8798b Add nearest mode for positions outside image Johannes Schönberger 2012-08-30 12:08:21 +02:00
  • 4dfdc7f74f Update doc string of _warp_fast for bicubic interpolation Johannes Schönberger 2012-08-30 11:57:05 +02:00
  • cb870fd069 Fix example of estimate_transform Johannes Schönberger 2012-08-30 09:53:41 +02:00
  • 1592e47e66 Apply clipping also to fast cython implementation Johannes Schönberger 2012-08-30 09:47:00 +02:00
  • dd45f15ced Use explicit keyword for dtype Johannes Schönberger 2012-08-30 09:40:54 +02:00
  • bbeaec6b3f Add examples to doc string of clear_border Johannes Schönberger 2012-08-30 09:36:28 +02:00
  • abe5dc3cec Add (bi-)cubic interpolation Johannes Schönberger 2012-08-30 09:28:03 +02:00
  • 7a0e0b8f33 Simplify mode determination Johannes Schönberger 2012-08-30 07:37:07 +02:00
  • 9b44e24f8e Use function pointer for different interpolation methods Johannes Schönberger 2012-08-30 07:33:39 +02:00
  • 99238c44a5 sqrt(gradients) line removed JDWarner 2012-08-29 17:07:13 -05:00
  • 61320957eb Changes based on PR review recommendations: input format, scaling, and bugfix. JDWarner 2012-08-29 16:33:56 -05:00
  • 682d0535cd Added multispectral random walker test. JDWarner 2012-08-27 13:41:41 -05:00
  • 42ae537a69 convert image to float before performing tv_denoise operation now removed keep_type argument from tv_denoise which becomes obsolete with the previos change adapted tests Andreas Wuerl 2012-08-27 19:44:30 +02:00
  • 1177cf1393 Move clear_border to segmentation package Johannes Schönberger 2012-08-27 18:51:57 +02:00
  • 156b484bc2 Refactor clear_border for better performance Johannes Schönberger 2012-08-27 18:49:14 +02:00
  • bb51f62f93 Add function to clear border in binary images Johannes Schönberger 2012-08-16 22:35:04 +02:00
  • feca48cc49 Added return_full_prob kwarg to solve call if pyamg not present. JDWarner 2012-08-27 11:48:32 -05:00
  • 8955dad32e Multispectral modifications applied to random walker. JDWarner 2012-08-27 11:42:30 -05:00
  • f8e0dcfaca Fixed layout (bracket alignment). Marianne Corvellec 2012-08-27 18:18:47 +02:00
  • 99e4264e15 Add missing return type to matrix transform function Johannes Schönberger 2012-08-27 18:15:39 +02:00
  • 7bbb0aaa63 Fixed deprecated threshold. Marianne 2012-08-27 18:07:13 +02:00
  • 501c401dda Move image transform functions to _geometric file Johannes Schönberger 2012-08-27 18:05:18 +02:00
  • 6b86d4beee DOC: docstring of route_through_array Emmanuelle Gouillart 2012-08-27 17:47:34 +02:00
  • d5710c82ab Example in route_through_array Emmanuelle Gouillart 2012-08-27 17:04:25 +02:00
  • 06065f640a PEP 8: _quickshift module Emmanuelle Gouillart 2012-08-27 16:23:11 +02:00
  • bcf4594170 use existing functionality for fix Andreas Wuerl 2012-08-27 15:18:03 +02:00
  • 9a46111e76 Apply numpy doc style for deprecation warning Johannes Schönberger 2012-08-27 13:35:36 +02:00
  • f4a3b44355 Rename parameter of image rotation Johannes Schönberger 2012-08-27 13:23:43 +02:00
  • c0538c03e9 Fix translation bug in image rotate Johannes Schönberger 2012-08-27 13:21:11 +02:00
  • 00e1d14294 Fix rotate translation bug Johannes Schönberger 2012-08-26 22:56:57 +02:00
  • 6ec4c21cf7 Fix import of rotate function Johannes Schönberger 2012-08-26 22:55:35 +02:00
  • 6f4c2ad268 Add function for image rotation Johannes Schönberger 2012-08-26 18:46:13 +02:00
  • a0649791ae Fix doc string example of warp_coords Johannes Schönberger 2012-08-26 17:33:23 +02:00
  • 772a1cb4b0 Update radon transform with new warp function Johannes Schönberger 2012-08-26 17:31:22 +02:00
  • cfea01b9ff Fix import error in geometric test cases Johannes Schönberger 2012-08-26 15:51:09 +02:00
  • a6532a8dae Refactor image warps Johannes Schönberger 2012-08-26 15:39:48 +02:00
  • 77f1e0ba47 Add deprecation warning in doc string to homography Johannes Schönberger 2012-08-26 08:52:20 +02:00
  • 0293403b68 DOC: example in slic segmentation docstring Emmanuelle Gouillart 2012-08-27 12:57:24 +02:00
  • 14d0923959 fixed data of tv_denoise result images with float datatype to be in default range [0.0:1.0] Andreas Wuerl 2012-08-27 12:41:29 +02:00
  • bc1582ced2 acronym --> full name of algorithm in example Emmanuelle Gouillart 2012-08-27 12:18:14 +02:00
  • 571151958f Merge pull request #277 from emmanuelle/fix_tests_draw Stefan van der Walt 2012-08-27 03:16:40 -07:00
  • 0644026250 Fixed two tests that were failing because of draw imports Emmanuelle Gouillart 2012-08-27 12:04:30 +02:00
  • 8d54380dc0 Merge pull request #259 from emmanuelle/fix_random_walker Stefan van der Walt 2012-08-27 02:40:56 -07:00
  • b0d3c053f9 Merge pull request #272 from ahojnnes/template-contiguous Stefan van der Walt 2012-08-27 02:39:24 -07:00
  • 9d29d5df78 PEP8: indentation in random_walker_segmentation Emmanuelle Gouillart 2012-08-27 11:26:11 +02:00
  • 6de72cc03f Merge pull request #276 from tonysyu/reconstruction-fix Stefan van der Walt 2012-08-26 14:16:04 -07:00
  • 7d8bc48378 ENH: Change assert statement for better error output Tony S Yu 2012-08-26 16:36:28 -04:00
  • 8084faf1f6 BUG: Fix division error for Python 3 Tony S Yu 2012-08-26 16:33:25 -04:00
  • 24ef77ed3e Merge pull request #273 from ahojnnes/draw-file-deletion Stefan van der Walt 2012-08-26 07:23:50 -07:00
  • e7f2b0fabc Merge pull request #274 from ahojnnes/doc-update Stefan van der Walt 2012-08-26 06:20:47 -07:00
  • 00b3e90e42 Fix description of polygon example script Johannes Schönberger 2012-08-26 08:37:51 +02:00