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

Image Conversion Error

Han8931 opened this issue · comments

commented

Hello, Thanks for the nice program!

My images are in
CollectionDirectory = 'D:\DDSM\Benign';
and I want to save it to below location
pathToJPEGandDDSM2RAWfiles = 'D://DDSM2//Benign//'; here

when I run Matlab codes,

I faced error messages like below.
Can you help me out?

My Matlab version: R2015b
OS: Window10

Warning: Directory already exists.

In openDDSMLJPEGAndConvertToPNG (line 110)
Converting file C_0029_1.LEFT_CC.LJPEG...
Currently in Folder -
benign_01/case0029
Decompressing LJPEG -> LJPEG1...
/usr/bin/bash: line 0: cd: too many arguments
Converting LJPEG1 -> RAW...
/usr/bin/bash: line 0: cd: too many arguments
Warning: File 'D:\DDSM\Benign\benign_01\case0029\C_0029_1.LEFT_CC.LJPEG.1' not found.
In ConvertDDSMImageToRaw (line 87)
In openDDSMLJPEGAndConvertToPNG (line 168)