-
Notifications
You must be signed in to change notification settings - Fork 12
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
info for adding new examples and classes #9
Comments
Hi Dario, The idea is to make this addon just a very simple addon in charge of dealing with adding dlib into the OF project and providing functions to convert data back and forth from OF to dlib. Also provide some examples on how to use this data converters but not much more. Any other more specialized stuff would go in a different addon. This way it is easier to maintain instead of having a huge addon. |
https://github.com/kashimAstro/ofxDLib I made a commit on my fork, I added this: example-FaceRecognition-webcam/ libs/dlib/lib/linux64/libdlib.a src/FaceRecognition.cpp and modify src/ofxDLib.h it makes sense to do a pull request? |
Hi, thanks. This is great, but have you seen this addon https://github.com/bakercp/ofxDlib I don't want to spend your energy on something that I plan to remove, as the examples. Can you PR only the linux libdlib.a file and the changes to ofxDLib.h? Actually I think that it might be a better idea if you make your own addon like ofxFaceRecognition, etc. and use my addon as a dependency. This way we keep my addon light, focused on the OF - dlib integration and your, eventually new, addon handles the specifics. How does it sound to you? |
Hi @roymacdonald, sorry I only read all of this now. I'm not good with git, i have to understand how to do a PR of only two files. I update you.. |
@kashimAstro ha, no worries :) |
Hi @roymacdonald, very sorry, but just now I got rid off work! if I do a pull request for this branch: is it good for you? |
Hi roy,
I made a fork of your addons, I thought of giving help in adding new classes and new examples, before proceeding I wanted to ask if you have guidelines.
I have some examples integrated into openFrameworks:
I was thinking of ordering the class, making cleaner methods and adding parameters,
with creating high-level objects, eg:
and add more functions for conversions, eg: matrix <rgb_pixel> in ofPixels or conversely.
do you think it makes sense to create low-level objects? as:
if I can help out, I ask you to give me a direction for development.
good day
The text was updated successfully, but these errors were encountered: