Ask Your Question
0

DICOM images in opencv

asked 2015-01-01 09:28:09 -0600

Aly Osama gravatar image

i want to read and view dicom images in opencv to perform medical imaging operations , how can i do that ? Thanks

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-01-01 16:21:42 -0600

OpenCV does not support DICOM images so that you will have to find a suitable libary (like http://dicom.offis.de/dcmtk.php.en ) and convert the loaded image to a cv::Mat.

edit flag offensive delete link more

Comments

Do you know the reason , why they didn't implement its reader , its an essential format for medical images .

Aly Osama gravatar imageAly Osama ( 2015-01-01 22:48:53 -0600 )edit

I guess the demand is not high enough. But OpenCV is Open Source so if you implement a reader, you could try to get into a future version.

FooBar gravatar imageFooBar ( 2015-01-02 11:30:10 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-01-01 09:27:30 -0600

Seen: 9,124 times

Last updated: Jan 01 '15