- To call the multiple images ony by one, please refer this link
- In the imwrite function you have to speficy the format as you want to save (.pfm).
How to convert images in png format to the .pfm format?
조회 수: 1 (최근 30일)
이전 댓글 표시
I have multiple (about 600) images which are in the png format.
I want to convert all of them to the .pfm format simultaneously.
Online converting platforms can do only one image at a time and conversion of multiple images requires a sign up with payment. so I decided that I might as well code it over Matlab myself.
Would like to know the mathematical idea or algorithm behind these conversion platforms
댓글 수: 2
KALYAN ACHARJYA
2020년 11월 19일
Steps:
But I am not sure, whether MATLAB directly supports .pfm format or not? Or you may require any other custom function to convert the image format.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!