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

Error with undefined function libsvmreadrange #5

Open
SebastianOZ opened this issue Nov 9, 2017 · 1 comment
Open

Error with undefined function libsvmreadrange #5

SebastianOZ opened this issue Nov 9, 2017 · 1 comment

Comments

@SebastianOZ
Copy link

SebastianOZ commented Nov 9, 2017

When i try to run brisquescore function in MATLAB I get this error:

Undefined function or variable 'libsvmreadrange'.

Error in brisque.brisquescore (line 60)
[range,lu]=libsvmreadrange(fullfile(bfolder,'allrange'));

I already have LIBSVM 3.22 installed and the correct path for libsvm tools set in MATLAB, but still I see no reference to such function of external file. Do you know if another version or package is needed?

Thanks!

@gregfreeman
Copy link
Owner

you need a special libsvm version

git clone -b new_matlab_interface https://github.com/gregfreeman/libsvm.git

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

2 participants