how to read .DOT file in matlab??
5 次查看(过去 30 天)
显示 更早的评论
i am using diaretdb0 database for diabetic retinopathy detection. In this grountruth images are of .DOT format. I m not able to read this format
1 个评论
Kirby Fears
2016-1-20
编辑:Kirby Fears
2016-1-20
Matlab doesn't have any built in functions to read and render .DOT images. You could do this outside of Matlab using tools developed for .DOT images: https://en.wikipedia.org/wiki/DOT_(graph_description_language)#Layout_programs
You could alternatively include a DOT-parsing java library into your Matlab code, such as this one: http://graphstream-project.org/
Then you can use the java class methods from within Matlab.
回答(1 个)
Kirby Fears
2016-1-21
deep,
Matlab doesn't have any built in functions to read and render .DOT images. You could do this outside of Matlab using tools developed for .DOT images: https://en.wikipedia.org/wiki/DOT_(graph_description_language)#Layout_programs
You could alternatively include a DOT-parsing java library into your Matlab code, such as this one: http://graphstream-project.org/
Then you can use the java class methods from within Matlab.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Database Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!