Borrar filtros
Borrar filtros

How to reduce image size before saving into .mat file

4 visualizaciones (últimos 30 días)
Abdurrehman
Abdurrehman el 28 de Jul. de 2018
Editada: KALYAN ACHARJYA el 30 de Jul. de 2018
I am capturing images from cell phone camera and saving it to .mat file. Due to high resolution .mat file size become high and takes more time when processing on it. How to reduce image size before saving in .mat file so that image should not be more then few kbs without loosing image information. thanks
  3 comentarios
KALYAN ACHARJYA
KALYAN ACHARJYA el 28 de Jul. de 2018
Editada: KALYAN ACHARJYA el 28 de Jul. de 2018
Without loss of information, size reduction is not possible. It depends on a trade-off between desired size and information loss
Rik
Rik el 28 de Jul. de 2018
Not entirely: it is a trade-off between size, information and processing power. A strong compression will probably require much processing power, which is not what you want if you are on mobile.

Iniciar sesión para comentar.

Respuestas (1)

KALYAN ACHARJYA
KALYAN ACHARJYA el 28 de Jul. de 2018
Editada: KALYAN ACHARJYA el 28 de Jul. de 2018
imresize(phone_image,scale); %Decide scale as per your requirements.
%Scale-0 to 1, less values means more resize, automaticall size reduce
  3 comentarios
Abdurrehman
Abdurrehman el 28 de Jul. de 2018
Thanks for the answer, it seems rsetwrite works with .tif only? do we have similar function for .png and .jpg ?
KALYAN ACHARJYA
KALYAN ACHARJYA el 30 de Jul. de 2018
Editada: KALYAN ACHARJYA el 30 de Jul. de 2018
I will check.

Iniciar sesión para comentar.

Community Treasure Hunt

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

Start Hunting!

Translated by