-
Notifications
You must be signed in to change notification settings - Fork 462
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
native lib & cascade file loading fixing and optimizing. #31
Conversation
… integration in eclipse > I noticed that the 32bit version didn’t work on macos : i refactored the native lib forlder to have a macos64 and a windows32 as inticated in the processing wiki. > I noticed that the macos export didn’t work due to the loading of native lib : i made a dynamic loading of this lib for macos64 and windows32 so the export work great now for both os, and the use of your librarie is easier in eclipse. (my code i based on the same system of the video librarie from Andrés Colubri) > I noticed that the Cascad loading didn’t work on windows, so i updated the dynamic loading, so now it works great and the use of your librarie is easier in eclipse. (my code i based on the same system of the video librarie from Andrés Colubri)
Just wanted to flag that there is an issue loading haar cascades on Windows 8 with 32bit Processing 2.0.
fails with
I've also dragged the cascade xml into the sketch folder and tried:
but got the same message. Great library otherwise :) |
Hello orgicus ! |
Hi. I've just used the compiled library from this repo's releases. I see nothing after the colon and there is no "Load cascade from: " message. Also, what's the recommended way of building the library ? I think i should do that using your repo. Thanks, |
Hi, I guess you get the original by atduskgreg version, because my pull request is not yet accepted. So you can maybe get the version i Forked here : https://github.com/P0ulp/opencv-processing and get a compiled version with ant in eclipse (see here : https://github.com/processing/processing-templates/wiki/Eclipse-Library-Template) Or you can get a version that i compiled here (but this version is not yet approved by atduskgreg, this is the version in that pull request) : https://www.dropbox.com/s/2ob52svz5cmh3up/opencv_processing-6.zip Let me know if you get better result :) |
Just one information, for an exemple usage of this lib in eclipse, you can have a look here : https://github.com/P0ulp/testProcessingVideoOpenCV |
Apologies for being slow merging this. I've reviewed it and it looks great but I've been traveling and haven't had the time to complete the merge. It'll go in today. |
I can confirm's @P0ulp's fix is working :) |
I cannot get it to work. I'm really a novice with Github and much else, On 30 July 2013 11:38, George Profenza notifications@github.com wrote:
|
@gl2748 Easiest option for now is to use the dropbox link provided above. On the long run though you want to setup ant on your machine and follow these instructions: https://github.com/processing/processing-templates/wiki/Eclipse-Library-Template |
@P0ulp I just pulled down this branch and it doesn't build for me. Here's the error:
Sounds like maybe you re-organized the eclipse project in some way? Is there something you forgot to checkin or some change to the Eclipse project settings that doesn't end up in the .project file or something? |
@atduskgreg i guess it's an issue related to the Buildpath for processing core lib, i changed this in the buildpath ... sorry for that. |
That makes sense. Yeah will you make a new commit with that change? Thanks! |
@atduskgreg So i updated the Building path to use only user libraries, i think it's easier like that. |
Merged circa 5dafc9c. Released in 0.4.1. Thanks! |
No description provided.