how to read complex image in matlab?
이전 댓글 표시
I have a complex image, where each pixel of the image contains a complex number. The complex image is in ".img" format. I want to read the complex values stored in each pixel of the complex image. Please suggest code for extracting the complex values form the complex image.
Thank you
답변 (1개)
Raunak Gupta
2020년 2월 17일
0 개 추천
Hi,
Specifically reading a ‘.img’ file is not supported in imread so for reading ‘.img’ you may use fopen and fread. There is a similar answer which may be helpful to you if header file for corresponding ‘.img’ file is not available.
카테고리
도움말 센터 및 File Exchange에서 Images에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!