Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Which is better? Doing image segmenattion on dicom scan images or doing the same after converting them to .jpg images

3 vues (au cours des 30 derniers jours)
char S
char S le 18 Oct 2014
Clôturé : MATLAB Answer Bot le 20 Août 2021
Is there any differences in Doing image segmenattion on dicom scan mri images or doing the same after converting them to .jpg images?
is there any advantage?
pls reply

Réponses (1)

Image Analyst
Image Analyst le 18 Oct 2014
I would never do image analysis on JPG images. Why? They just have at least some information thrown away, unless you're using JPEG2000 and the lossless option. But because of legal/patent infighting it's never caught on. It looks like PNG is becoming pretty widespread and a de facto standard. It's lossless compression and only takes up about a third of the space of the full, uncompressed versions. Whenever I have to save new images I use PNG format. Recalling a JPG image and using it could give bad results if the notorious jpeg block artifacts are severe.

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by