how to read .DOT file in matlab??

1 vue (au cours des 30 derniers jours)
deep kamal
deep kamal le 20 Jan 2016
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 commentaire
Kirby Fears
Kirby Fears le 20 Jan 2016
Modifié(e) : Kirby Fears le 20 Jan 2016
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.

Connectez-vous pour commenter.

Réponses (1)

Kirby Fears
Kirby Fears le 21 Jan 2016
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.

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by