doubt regards the image
1 回表示 (過去 30 日間)
古いコメントを表示
Sir, I apply levelset to an grayscaleimage after that I save it in the JPG format so it converted into the 3dimension. I used the saved image for the additional steps. but my doubt is
1. The initial grayscale matrix value and the RGB matrix is different I know about that .*I change the result JPG matrix to grayscale image. The initial gray scale Image and the result of the JPG to grayscale image both are same matrix or not*
0 件のコメント
回答 (1 件)
Walter Roberson
2012 年 11 月 8 日
It depends on how you wrote the JPEG image. JPEG is by default a lossy compressor, so the data you read back from a JPEG image will not necessarily be exactly the same as what you wrote out. You can specifically request lossless JPEG compression instead, in which case the data you get back should be exactly what you wrote.
5 件のコメント
Jan
2012 年 11 月 8 日
@ajith: Remember, that "lossless JPEG" does not mean, that the reconstructed image is identical to the original image. Rounding artifacts can modify the value slightly, but measurable.
Walter Roberson
2012 年 11 月 8 日
編集済み: Walter Roberson
2012 年 11 月 8 日
This is not the same encoding technique as JPEG with 100% quality.
参考
カテゴリ
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!