-
Notifications
You must be signed in to change notification settings - Fork 27
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
An UndefinedFunction error was thrown on the workers for 'wdenoise' #49
Comments
Thanks for the question. Please check if you installed wavelet toolbox. Please also check the other dependent toolboxes here. |
Thank you, I have all of the toolboxes installed that were mentioned, including wavelet toolbox. Not sure why I am getting this error |
Well you can try typing "edit wdenoise" in the matlab command line and see if you can call that function without problem. |
I also have the same problem (UndefinedFunction error about wdenoise). |
@vetLiaing Did you verify that the toolbox is in matlab path? |
All my toolboxs are in the root folder of matlab. I installed them at the same time I install matlab. |
I tried the earlier version of Min1pipe and it's no problem to run it. The new version might not be run well on old Matlab? (I'm using 2016b). but anyway I can process my video with Min1pipe. Thank you very much. |
@vetLiaing please try not to use the previous version. And from the readme page of the MIN1PIPE repo you can see that the software recommendation is matlab 2017 and later, so combining the link I shared with you, you might have license issue on a older matlab. |
Hi,
Thank you so much for sharing this code! I am trying to run the min1pipe.m using the demo_data.tif and reach this error near the end. Any ideas for how to fix this? Thank you!
Begin final computation of translation score
computed score of frame #300/500
computed score of frame #150/500
computed score of frame #100/500
computed score of frame #50/500
computed score of frame #250/500
computed score of frame #200/500
computed score of frame #350/500
computed score of frame #400/500
computed score of frame #450/500
computed score of frame #500/500
Done frame reg, total time: 274.3644 seconds
Warning: Ignoring the version specified. The version flag is not required when using the
'-append' flag.
Error in noise_suppress (line 59)
datat = trace_clean(datat, Fs, tflag);
Error in min1pipe (line 126)
m = noise_suppress(m, imaxy, Fsi_new, nflag, filename_reg_post);
Caused by:
Undefined function 'wdenoise' for input arguments of type 'double'.
The text was updated successfully, but these errors were encountered: