A mistake with at least potential dangers, what are you doing?

I recently discovered that there is a .Net error in the path that decodes monochrome jpeg. It seems to me possible that in some cases an error can have serious real consequences, since medical images are often monochrome. The image is only slightly degenerate, but image processing done to automatically improve the quality of such images can potentially degrade the image due to the nature of the error. I know, because I am involved in image processing and the methods that I used to improve our images, which are not medical in nature, did not work out correctly - and in some cases it looked worse, and I am sure that other methods can actually worsen picture.

In what I suppose, there are rare cases where computer vision methods are used to provide medical care, such methods are also likely to be discarded (for example, since gradients in a smooth image with only 16 shades of gray really differ from standard images) .

I would like to “let those whose program might be affected know”, but how can I do this? My company does not do any medical work, and I do not know anyone who does this.

You can find my original error question here . Do not bother with this, so that no one thinks that I am simply adorning the reputation. I would really like to know what can be done about this.

PS I think, but it can be completely wrong, so many, but not all, medical HDR images, but jpeg still compresses 12-bit HDR. I would like to assume that it will most likely be placed in jpeg for storage and subsequent search or transmission over the network (including from a wireless device), since such images are likely to be very high.

+3
source share
1 answer

I worked for a company that did a lot of medical image processing, but to be honest, they mostly used TIFF because they were not compressed.

If you are sure that you have found a bug in .Net libraries, report it to Microsoft in your forums: http://social.msdn.microsoft.com/Forums/en-US/category/netdevelopment/

+3

All Articles