필터 지우기
필터 지우기

How to convert images in png format to the .pfm format?

조회 수: 2 (최근 30일)
Joshitha R
Joshitha R 2020년 11월 19일
편집: Joshitha R 2020년 11월 19일
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
KALYAN ACHARJYA 2020년 11월 19일
Steps:
  1. To call the multiple images ony by one, please refer this link
  2. In the imwrite function you have to speficy the format as you want to save (.pfm).
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.
Joshitha R
Joshitha R 2020년 11월 19일
편집: Joshitha R 2020년 11월 19일
Yes, Matlab doesn't support the .pfm format. I learnt this while trying to read .pfm images. I am looking for a custom function to convert to .pfm

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by