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

Reference to non-existent fields/Undefined functions #38

Open
asfarley opened this issue Jul 11, 2016 · 1 comment
Open

Reference to non-existent fields/Undefined functions #38

asfarley opened this issue Jul 11, 2016 · 1 comment

Comments

@asfarley
Copy link

I'm trying to test a few of these methods using Ubuntu 16.04 and Matlab R2016a, but most of the methods are throwing errors.

The 'edgeBoxes' method runs to completion and gives reasonable-looking results. Everything else fails:

randomPrim gives: Reference to non-existent field 'rSeedForRun'
mcg gives: Undefined function 'imResampleMex' for input arguments of type 'uint8'
endres gives: Error running calcendresforIm: Attempt to execute SCRIPT anigauss as a function:

etc etc. The errors seem so varied that I have a hard time believing they all share a single root cause, but the fact that one of the methods works makes me think that I've installed the package correctly.

Any idea what's going on here?

I had to manually install gcc-4.7 and g++-4.7 to get compile.m to run without errors, by the way.

@aroma123
Copy link
Contributor

@asfarley It seems that some error occurs during compilation due to which mex binaries are not being properly generated.
Can you share what's printed on console when you run compile.m and initialize.m? It should help to pinpoint where things are going wrong.

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