フィルターのクリア

Build ITK .dll for Matlab Use?

1 回表示 (過去 30 日間)
Aaronne
Aaronne 2011 年 8 月 8 日
Hi there,
I have got a few ITK based codes which contain lots of useful functions. I am wondering if it is possible to build .dll or whatever to make these functions usable in Matlab? Like a Matlab interface to use ITK functions.
Thanks very much. Aaronne.

採用された回答

Chirag Gupta
Chirag Gupta 2011 年 8 月 8 日
You have a couple of options 1) If you have the code compiled in to a dll, you can directly load the dll using MATLAB loadlibrary functions. http://www.mathworks.com/help/techdoc/matlab_external/f23224dfi7.html
2) write C/C++ code using ITK api's and add the mexFunction to interface it with MATLAB. http://www.mathworks.com/help/techdoc/matlab_external/f23224.html

その他の回答 (1 件)

luis zertuche
luis zertuche 2012 年 3 月 12 日
try the matlab gui for itk called MATIK Best, Luis

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by