How to open .OCT file in matlab
30 ビュー (過去 30 日間)
古いコメントを表示
I am analyzing optical coherence tomography files from a Bioptigen instrument. Here is a Dropbox link to a sample file which was too large to attach here (an image, with a file extension of .OCT, but not Octave). I want to measure the thicknesses of the retinal layers, but the proprietary software is hard to use and is licensed to only one computer (in my PI's office), so I want to use Matlab.
If anyone knows how to open this file type in Matlab, please help! Thanks!!!
3 件のコメント
Walter Roberson
2015 年 9 月 12 日
When I went looking last night, all I could find was that the file might be a DICOM file.
採用された回答
Image Analyst
2015 年 9 月 12 日
Ask Bioptigen for the format. If it's dicom, see if you can use dicomread(), otherwise see if they have some way to export the image to some standard format such as PNG, or else see if they'll give you the format specification so you can write your own reader for it.
7 件のコメント
feng
2019 年 4 月 3 日
hello, would you please share me with the reading code , it seems that the code in the github has been disappeared. Thank you!
Image Analyst
2019 年 4 月 3 日
You should comment to Tom Wright (below), not Me or Walter. It's his code. You can also try to contact him via his Answers profile.
その他の回答 (2 件)
Star Strider
2015 年 9 月 12 日
This is definitely not my area of expertise, so my ability to help is limited. However a PubMed search found: Image Processing in Optical Coherence Tomography: Using Matlab, Chapter 2 ACQUISITION OF IMAGE DATA. See if that discussion (including code) does what you want.
Tom Wright
2016 年 4 月 14 日
As suggested Bioptigen will supply matlab code for reading the .OCT file format. It's not Dicom. Alternately I have re-implemented their code in python available here .
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!