Commit Graph

3708 Commits

Author SHA1 Message Date
Vighnesh Birodkar 9b8e1333e8 Corrected rag import 2014-06-19 02:50:25 +05:30
Vighnesh Birodkar f5f93f8ce3 Removed cython file and added nd python function for RAG construction 2014-06-19 02:50:25 +05:30
Vighnesh Birodkar 2a7ec3afd4 Renamed _construct.pyx to _build_rag.pyx and some code corrections 2014-06-19 02:50:25 +05:30
Vighnesh Birodkar 53318c44df CHanges to get Python3 working 2014-06-19 02:50:25 +05:30
Vighnesh Birodkar bf89726c49 removed comments 2014-06-19 02:50:24 +05:30
Vighnesh Birodkar 18a6535089 Corrected test mistake 2014-06-19 02:50:24 +05:30
Vighnesh Birodkar c08d96d2b5 Minor Foramtting 2014-06-19 02:50:24 +05:30
Vighnesh Birodkar 3ea78096e7 Formatting changes 2014-06-19 02:50:24 +05:30
Vighnesh Birodkar 1ad8ad733b Added examples in docstring 2014-06-19 02:50:24 +05:30
Vighnesh Birodkar 850f835114 Docs formatting 2014-06-19 02:50:24 +05:30
Vighnesh Birodkar 10f91fe8b0 Added docs 2014-06-19 02:50:24 +05:30
Vighnesh Birodkar abcb9cf2ef Added testcase 2014-06-19 02:50:24 +05:30
Vighnesh Birodkar a6c9a5a2a7 Renamed graph.py to rag.py 2014-06-19 02:50:24 +05:30
Vighnesh Birodkar 53077c9f22 Added edge threshold cut 2014-06-19 02:50:24 +05:30
Vighnesh Birodkar 2b10d98179 Added mean color RAG construction code 2014-06-19 02:50:24 +05:30
Johannes Schönberger 21c80d2567 Test negative intensities 2014-06-18 10:57:34 -04:00
Juan Nunez-Iglesias fdc848b6a7 Add tests for label2rgb avg mode 2014-06-18 17:03:34 +10:00
Juan Nunez-Iglesias b494e36223 Add docstring for _label2rgb_overlay 2014-06-18 17:03:21 +10:00
Juan Nunez-Iglesias b70d423aab Add default values for background in _label2rgb_avg 2014-06-18 16:46:51 +10:00
Juan Nunez-Iglesias d72163a037 Add docstring for _label2rgb_avg 2014-06-18 16:46:15 +10:00
Juan Nunez-Iglesias 7cc40ddbff Add background label handling for label2rgb_avg 2014-06-18 16:44:02 +10:00
Tony S Yu b066a143b9 Clarify docstrings 2014-06-17 23:08:03 -05:00
Tony S Yu 8e539cc12a Clarify docstrings 2014-06-17 23:08:03 -05:00
Tony S Yu ec9198c58e Edit wording of docstrings 2014-06-17 23:08:03 -05:00
Tony S Yu 423207e07c Make intensity_range a public function 2014-06-17 23:08:03 -05:00
Tony S Yu 9b110d6c6e Tweak range definition in rescale_intensity 2014-06-17 23:08:02 -05:00
Juan Nunez-Iglesias a1fd895c4a Split label2rgb into two related functions 2014-06-17 17:45:15 +10:00
Juan Nunez-Iglesias 1eae917af3 Update label2rgb doc 2014-06-17 17:00:42 +10:00
Johannes Schönberger df7a7eeb6b Merge pull request #1024 from stefanv/bugs/qt_pyside_matplotlib_compat
Use same import order as matplotlib for PySide/PyQT
2014-06-15 22:20:56 -04:00
Stefan van der Walt 00009fe962 Use same order as matplotlib for PySize/PyQT 2014-06-15 23:47:16 +02:00
Johannes Schönberger 5ccbb1f38f Merge pull request #1025 from stefanv/compat/painttool_mpl_NoNorm
Use more recent NoNorm API
2014-06-15 09:36:10 -04:00
Stefan van der Walt dead8612c7 Correctly compare mask to None 2014-06-15 15:04:40 +02:00
Stefan van der Walt 9446f6b71a Use more recent NoNorm API 2014-06-15 15:03:46 +02:00
Juan Nunez-Iglesias 34cf1f9243 Update parameter list in docstring for consistency 2014-06-12 01:20:53 +10:00
Juan Nunez-Iglesias 8cba840a05 Clarify mask argument in medial_axis docstring 2014-06-11 20:29:06 +10:00
Johannes L. Schönberger 6546b9dba4 Merge pull request #1007 from stefanv/label_refactor
Move `morphology.label` to `measure.label` and prepare for 0-label transition
2014-05-25 21:56:42 -04:00
Stefan van der Walt c0be2ec505 Correctly apply catch_warnings() 2014-05-26 01:21:58 +02:00
Stefan van der Walt 135965fbe4 Avoid circular imports 2014-05-25 20:05:17 +02:00
Maximilian Albert adbc2efbfa Fix copy/paste error in docstring. 2014-05-17 18:20:10 +01:00
Stefan van der Walt 5b07567973 Merge pull request #1005 from JDWarner/int_idx_patch
Fix NumPy non-integer indexing deprecation warnings
2014-05-13 17:48:11 +02:00
Johannes Schönberger da2ddb6123 Improve description of subpixel corner localization 2014-05-12 14:42:50 -04:00
Johannes Schönberger 7ec58dcaed Comment special case when local patch around is constant 2014-05-11 18:21:09 -04:00
Johannes Schönberger e8ab5559d5 Test invalid input for unwrap_phase 2014-05-10 10:47:52 -04:00
Johannes Schönberger ac1b10d1cc Fix docstring of skimage.filter.rank.threshold_percentile 2014-05-10 10:38:48 -04:00
Johannes Schönberger 02e6ad6b71 Test 90deg rotation for similarity transform 2014-05-10 10:22:55 -04:00
Johannes Schönberger c3e13a9754 Test union of differing geometric transforms 2014-05-10 10:16:38 -04:00
Johannes Schönberger 7b86728498 Add full test coverage for corner_subpix and fix bug 2014-05-10 10:12:41 -04:00
Johannes Schönberger e4a60e4bf2 Test invalid input for selem 2014-05-10 09:44:59 -04:00
Johannes Schönberger 69a0255a28 Test invalid input for seed 2014-05-10 09:07:01 -04:00
Josh Warner (Mac) 8663e23f4a FIX: Use //= instead of /= to fix deprecation warnings in adapthist 2014-05-08 20:45:19 -05:00