Commit Graph
8366 Commits
Author SHA1 Message Date
Vighnesh Birodkar 0e35c422b3 Graph can now merge non adjacent nodes 2014-06-22 13:58:00 +05:30
Vighnesh Birodkar 711de464e5 Formatting changes 2014-06-19 18:03:44 +05:30
Vighnesh Birodkar 76d3dbad57 added merge_nodes test 2014-06-19 17:57:07 +05:30
Vighnesh Birodkar d0e7a26f6f Added RAG merge_nodes test case 2014-06-19 16:36:17 +05:30
Vighnesh Birodkar 20cefcf50a Added comments and switched try with if 2014-06-19 16:18:53 +05:30
Vighnesh Birodkar 8a36040eb8 rebased and used color.label2rgb 2014-06-19 02:54:20 +05:30
Vighnesh Birodkar 410aecb354 type casting to double instead of long 2014-06-19 02:50:25 +05:30
Vighnesh Birodkar 53330496f8 Added references 2014-06-19 02:50:25 +05:30
Vighnesh Birodkar 78397bf54d reverted benfo.info and setup.py 2014-06-19 02:50:25 +05:30
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 5165ebe01e Added networkx installation 2014-06-19 02:50:25 +05:30
Vighnesh Birodkar dfee068550 Added networkx to requirements 2014-06-19 02:50:25 +05:30
Vighnesh Birodkar 076b044e45 Added bento.info 2014-06-19 02:50:25 +05:30
Vighnesh Birodkar 602c8d8692 Added explanation to example 2014-06-19 02:50:24 +05:30
Vighnesh Birodkar 47e3b6ea67 Added example 2014-06-19 02:50:24 +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
Juan Nunez-Iglesias b85fb74bf1 Merge pull request #1034 from ahojnnes/label-coverage
Test negative intensities in label2rgb
2014-06-19 01:57:48 +10:00
Johannes Schönberger 21c80d2567 Test negative intensities 2014-06-18 10:57:34 -04:00
Stefan van der Walt 57b9e67b31 Merge pull request #1033 from jni/label_image
Add "average segment color" method for `label2rgb`
2014-06-18 11:49:24 +02: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 4c0befed62 Add TODO for deprecation removal 2014-06-17 23:10:09 -05: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 fea4c1723a Merge pull request #1028 from stefanv/viewer/median_filter
Fix median filter viewer example
2014-06-15 09:48:34 -04:00
Johannes Schönberger f054f315c1 Merge pull request #1027 from stefanv/maint/ignore_generated_notebooks
Ignore auto-generated notebooks in Git
2014-06-15 09:36:51 -04: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