-
Notifications
You must be signed in to change notification settings - Fork 363
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
there some problems when compile edgesDetectMex.cpp #23
Comments
yes, I also faced the same problem. |
I modify the 4 cpp file where it gets an error. const size_t chnDims[3] = {h/shrink,w/shrink,nChns}; const size_t indDims[3] = {h1,w1,nTreesEval}; const size_t outDims[3] = {h2,w2,1}; const size_t segDims[5] = {gtWidth,gtWidth,h1,w1,nTreesEval}; ` |
Above is the 4 cpp file I have modified |
perfect , thanks |
come on somebody to help me out!!!! |
Hi, I have a trouble when I compile the edgesDetectMex.cpp within Matlab.
There are some errors about the type of variable pointers.
Just as below:
What should I do to ignore these errors? Is there anyone encounter the same problems?
Thanks
The text was updated successfully, but these errors were encountered: