-
Notifications
You must be signed in to change notification settings - Fork 275
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
Examples documentation #157
Comments
you're totally right. i can't do this right now, but i would really appreciate if anyone has time to add some descriptions. the best thing would be a comment in the testApp.cpp at the top of the file that looks like this: /*
This example shows optical flow fields from a camera in realtime. Lorem ipsum dolor sit amet,
consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.
More information about this technique is available at:
http://docs.opencv.org/master/d7/d8b/tutorial_py_lucas_kanade.html
Or in chapter 3 of the book OpenCV for Dummies.
*/ |
wouldn't it be nice to also have a readme.md in the example folder ? |
@avilleret i like that idea. it would be best if it's one or the other, not both. i can see your adding some descriptions already in your fork. want to switch to adding the info to a
|
@kylemcdonald I don't konw which one from readme.md or comment in .cpp is the best. but I agree that one of them is enough. And I let you choose since it's your project after all :-) |
i prefer having it in the i think most people using ofxCv will probably be opening the project files rather than just looking on github. |
Have started to do a bit of this myself as I'm going through the examples. Only problem is I'm not exactly sure what's going on in each. Posting what I have so far as a start and in case others want to add to this! Flow: Threshold: Edge: Difference: Difference: AR: Background: Bayer: Blur: Calibration: Calibration-LCP Coherent lines Contours-basic: |
@kylemcdonald Hi. Anyone know where I can find the correct markers.png for the example-ar demo??? I thought the program was working at one point in time (or maybe it was at MarkerTracking), but I can't seem to get the detection to work from a marker image. Do I need to calibrate with a checkerboard first? |
Is it possible to put one or two words to tell what each example is supposed to do ?
It's sometimes obvious, sometime not at all
The text was updated successfully, but these errors were encountered: