Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting a error in "BrainMRI_GUI.m" #1

Open
VU2CWP opened this issue Apr 3, 2022 · 4 comments
Open

getting a error in "BrainMRI_GUI.m" #1

VU2CWP opened this issue Apr 3, 2022 · 4 comments

Comments

@VU2CWP
Copy link

VU2CWP commented Apr 3, 2022

Hi,
This is Nadheem. I and our team are Working on a project similar to your project. where we are fusing MRI and CT image and then Segmenting using CNN method .
we request you to grant us permission to use your program as a reference .
i tried running the program "BrainMRI_GUI.m" .
i'm getting the following error after loading mri image and segmenting the tumor . i am not getting any values in Feature part.

Error using BrainMRI_GUI>pushbutton2_Callback (line 138)
'dwt2' requires Wavelet Toolbox.

Error in gui_mainfcn (line 95)
feval(varargin{:});

Error in BrainMRI_GUI (line 44)
gui_mainfcn(gui_State, varargin{:});

Error in
matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)BrainMRI_GUI('pushbutton2_Callback',hObject,eventdata,guidata(hObject))

Error while evaluating UIControl Callback.

please help us in solving this error ,
Thank you

@anukrav
Copy link

anukrav commented Apr 6, 2022

Download all the files in the code folder and run 'Brain_DWT_PCA.m' file before running the 'BrainMRI_GUI.m' file. It worked for me.

@dhyanasai
Copy link

Download all the files in the code folder and run 'Brain_DWT_PCA.m' file before running the 'BrainMRI_GUI.m' file. It worked for me.

after running this file what input did you give ?

@anukrav
Copy link

anukrav commented Dec 21, 2022

If you mean the BrainMRI_GUI.m file, it just asked me for the image input. It opened a different window for that. If it doesn't work try checking the callback function parts of the program and renaming the functions if there's any repetition/inconsistency.

@anukrav
Copy link

anukrav commented Dec 21, 2022

If you mean the BrainMRI_GUI.m file, it just asked me for the image input. It opened a different window for that. If it doesn't work try checking the callback function parts of the program and renaming the functions if there's any repetition/inconsistency.

Also check if you have all the required toolboxes. If you're getting a different error, look it up and you'll understand better what you need. Goodluck!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants