-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Brings ofxCv into the core #4861
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
base: master
Are you sure you want to change the base?
Conversation
Makefile fixes
…ith persistent objects. contributing towards openframeworks#50.
Just a fix for a warning for a lack of return statement
Needed to change glFrustrum to glFrustrumf for iOS. Commented out section of code in Helpers.cpp as some of the commands are not supported in iOS OpenGL, More research needed into this, I am not using this currently so commented out :)
-Added preprocessor statements to wrap around the problem / solution code to continue to work correctly with all versions. -Fixed Tab space in Utilities.h -Changed comment out of code block in Helpers.cpp to preprocessor with comment to fix for OpenGLES
Fixed the scope of toCv bug for LLVM compiler in Utilities.h
- Fails faster. - Avoids "[ error ] ofPixels: Format doesn't support channels error" calls on unallocated of ofPixels/ofImage, etc.
Replace deprecated initGrabber() function with setup().
remove errors, fail faster, save nanoseconds.
Replace functions deprecated in 0.9.0.
Added addon_config.mk
fixes some include issues
sweet ! -- another discussion point: do you think it's worthwhile to move CLD out of ofxCv (cc @kylemcdonald ) ? it has always felt like it should be it's own addon. (I'm not sure if there's anything else like that in ofxCv but that has always felt like it would benefit from being on it's own since it's not really opencv and it's kind of a specific algorithm). I like the idea of core addons being more like "building blocks" |
not sure if there's still interest in this -- but yes, i'd move CLD out of ofxCv if it were to be added to the core. |
Is this sync-d with the latest ofxCv master branch (which was overhauled recently for 0.10.0 support?). I can't tell from the commit history ... |
Opps, sorry, just realized this was a thread from 2016 that Kyle just woke up :) So, no, it probably isn't sync'd with the latest ofxCv. |
I'm still supportive of bringing ofxCv into the core and sunsetting ofxOpenCv..... |
Still needs some work.
Something to discuss:
libs/ofxCv
has addon source which usually only contains external libraries. i would move the source inside src even if it's
src/ofxCv
or just rename the files so
libs/ofxCv/Calibration.h -> src/ofxCvCalibration.h
ping @kylemcdonald