how to read .DOT file in matlab??
조회 수: 8 (최근 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!