Is it possible to use Matlab function dicomread in Xcode?

Good day!
I see that Matlab can read, show and write DICOM images - there is a function dicomread!
So my question is - how to use this function in Xcode (if it's possible, of course)?
There are DICOM toolkits for Xcode like ITK and VTK but I can't understand how to work with them and Matlab is very simple and very convenient soft in comparison with ITK and VTK...

답변 (1개)

Ken Atwell
Ken Atwell 2011년 8월 16일

0 개 추천

MATLAB is not really intended to be "just" a C/C++ library for other programming environments. The closest you can get is to either:
  1. Call MATLAB from your Xcode project using the MATLAB Engine interface.
  2. Use MATLAB Compiler to build a shared library (which call DICOMREAD) and then call this library from your Xcode project.

댓글 수: 1

Thanks a lot for your answer!
I am trying to create a library for Xcode, but without success yet..

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 DICOM Format에 대해 자세히 알아보기

태그

질문:

2011년 8월 16일

Community Treasure Hunt

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

Start Hunting!

Translated by