trane293 / DDSMUtility

Utility to greatly simplify downloading, converting, viewing and extracting annotations from the Digital Database for Screening Mammography (DDSM) database available here: http://marathon.csee.usf.edu/Mammography/Database.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MATLAB CODE WORKS, PNGFILES FOLDERS CREATED, BUT NO IMAGES SAVED

Figlu opened this issue · comments

commented

Dear Anmol,

I have used your code for the conversion process. Necessary modification is made to the script file. Executed the code and a new folder called PNGFILES is created but the problem is that the PNG images are created inside the folder. Please help me with this issue. Futher, i am unable to find this 'ddsm2raw.exe' which is used by the script.

Regards
Figlu

commented

Try to change the pathToJPEGandDDSM2RAWfiles to the same path as the CollectionDirectory. My path in code which executed successfully is showed as below:

CollectionDirectory = 'C:\New_folder\DDSM\normals';
pathToJPEGandDDSM2RAWfiles = 'C://New_folder//DDSM//normals//;';

(By the way, you should place the three files 'cygwin1.dll', 'ddsmraw2pnm.exe', 'jpeg.exe' in the 'normals' folder, which is 'C:\New_folder\DDSM\normals' for me.)

Hii Guys,
The same problem as above is occurring for me too. the PNG folders are created but not images on that folder.
Can someone help with this?

Thanks
Rahul Dev