How do I get matlab to read DICOM files faster?

7 ビュー (過去 30 日間)
Deandra  Dsouza
Deandra Dsouza 2017 年 8 月 23 日
回答済み: Sailesh Sidhwani 2017 年 8 月 31 日
Im currently using Appdesigner to read DICOM and AVi files for my thesis project. However reading both these files is taking the most amount of time in my app. Do suggest how I can read DICOM specifically faster?

採用された回答

Sailesh Sidhwani
Sailesh Sidhwani 2017 年 8 月 31 日
Hi Deandra,
If you are reading multiple files and if those read operations are independent, then you can use MATLAB's Parallel Computing Toolbox(PCT) to improve the performance. Using PCT's "parfeval", you should be able to read multiple file simultaneously. If you do have access to PCT, then make sure you meet the minimum requirements to use this MATLAB Product, which can be found in the link below: https://www.mathworks.com/products/availability.html#DM

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by