-
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
error while running edgesDemo.m #26
Comments
re, sorry, in fact I managed to get it working simply by downgrading to Matlab 2016 (I was using the 2017) and everything works like a charm ! (again I tried it on several images and the results are awesome for lines/edges extraction, thanks for sharing your work !) |
I have met the same question,and I use the MATLAB type is R2018a.Could you means I need to change the Matlab to 2016? |
I have changed. But I face the same qusetions as R2018 and you faced ever. Could you tell me how to solve the problem? |
After some debugging, I figure it out that
Since I'm using ubuntu16.04 x64_64, on which the default gcc compiler is 64bit, and:
thus, it would make wrong result if we still casting an array of By the way, I've pushed my modified version to github: however, I do not guarantee other functions work correctly on matlab2017b or higher. |
@zchrissirhcz Please note that the fixed 'toolbox' must be mexed before the fixed 'edges', otherwise you run into troubles with the demos (getting 'Undefined function or variable 'edgesDetectMex'.' error). In addition, please notice to 'add the path and its subfolders' of the toolbox and the edges-toolbox, otherwise you will get another error. But apparently I still get an error... Invalid MEX-file Error in edgesDetect (line 57) Error in edgesDemo (line 25) How can we fix that? Edit: I have found the solution for that. Oded |
Hello,
I had replied a solution at the GitHub thread.
Hope you find it helpful.
Oded
כל טוב,
עודד הורוביץ
[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
09.01.19,
13:01:22
בתאריך יום ד׳, 9 בינו׳ 2019 ב-11:22 מאת huimxu <
notifications@github.com>:
… @zchrissirhcz <https://github.com/zchrissirhcz> faced the same problem
when i modified the files in matlab 2018b, could you have any other
solutions?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#26 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AOYAWpzpx8U21ZXrQICWb8WS8wZh6gGaks5vBbTegaJpZM4VkY7c>
.
|
@OdedHorowits Congratulate that you've solved your problem. |
Hi there !
first thanks pdollar for sharing your work, the results are astonishing !
however i'm new to matlab and I got some problems trying to make it work :
I did everything carefully in the installation method but then when I try to run edgesDemo.m I got this error :
and several others but they come from the first one I think
As I said i'm quite new to matlab and didn't find yet where this imPadMex error does come from, any help would be greatly appreciated.
The text was updated successfully, but these errors were encountered: