how to read .DOT file in matlab??

5 ビュー (過去 30 日間)
deep kamal
deep kamal 2016 年 1 月 20 日
回答済み: Kirby Fears 2016 年 1 月 21 日
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
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
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.

カテゴリ

Help Center および File ExchangeImages についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by