We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am trying to run the matlab demo but it is giving these errors, are you able to advise? thank you.
Error in demo (line 32) I_gw = out_of_gamut_clipping(reshape(reshape(im2double(I),[],3) * ...
Unrecognized function or variable 'phi'.
Error in demo (line 39) reshape(phi(reshape(I,[],3)) * M,[sz(1),sz(2),sz(3)]));
Error in main>autoWB_Callback (line 95) reshape(PHI(reshape(I,[],3)) * M,[sz(1),sz(2),sz(3)]));
Error in gui_mainfcn (line 95) feval(varargin{:});
Error in main (line 28) gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)main('autoWB_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
The text was updated successfully, but these errors were encountered:
Hi, please run install_.m first.
Sorry, something went wrong.
Thanks for the prompt reply, that was not in the readme file.
Apologize. Will update the readme.
No branches or pull requests
Hi, I am trying to run the matlab demo but it is giving these errors, are you able to advise? thank you.
Unrecognized function or variable 'out_of_gamut_clipping'.
Error in demo (line 32)
I_gw = out_of_gamut_clipping(reshape(reshape(im2double(I),[],3) * ...
Unrecognized function or variable 'phi'.
Error in demo (line 39)
reshape(phi(reshape(I,[],3)) * M,[sz(1),sz(2),sz(3)]));
Unrecognized function or variable 'PHI'.
Error in main>autoWB_Callback (line 95)
reshape(PHI(reshape(I,[],3)) * M,[sz(1),sz(2),sz(3)]));
Error in gui_mainfcn (line 95)
feval(varargin{:});
Error in main (line 28)
gui_mainfcn(gui_State, varargin{:});
Error in matlab.graphics.internal.figfile.FigFile/read>@(hObject,eventdata)main('autoWB_Callback',hObject,eventdata,guidata(hObject))
Error while evaluating UIControl Callback.
The text was updated successfully, but these errors were encountered: