how to save an double image with no changing in matlab?

조회 수: 1 (최근 30일)
Jack Moriss
Jack Moriss 2016년 7월 9일
답변: Image Analyst 2016년 7월 9일
hi i am working on image steganography project and my problem is that after hiding the message in image my image became double and when i save it as jpeg or png or tiff the data value changes. but when i save it by matlab tiff class i can extract the correct data but the image can not be seen on computer and no program can not open the image.is there a solution to this problem?

답변 (1개)

Image Analyst
Image Analyst 2016년 7월 9일
Cast it to uint8 before saving. Of course the data will change slightly. Whether your recovery algorithm can still get out a "good enough" image to interpret depends on how robust your recovery algorithm is.

카테고리

Help CenterFile Exchange에서 Geometric Transformation and Image Registration에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by