Add the sample set with a reference to the documentation (Feature #3169)
Description
Maybe we should add a link in the documentation to corresponding samples. I have the idea that this doesn't exist yet and it should not be that hard. It will help people to look at samples first before asking questions when running into a problem.
Associated revisions
Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169
- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
Merge pull request #3169 from znah:py_wrap
History
Updated by Ivan Korolev over 11 years ago
Hi Steven,
Thank you for suggestion, it is a good idea, if you could make a pull request on GitHub (http://www.code.opencv.org/projects/opencv/wiki/How_to_contribute), your help will be much appreciated!
- Assignee set to Steven Puttemans
- Category set to documentation
- Status changed from New to Open
Updated by Steven Puttemans over 11 years ago
Ok next project on TO DO list :) First fixing the other pulls I got open.
Updated by Steven Puttemans over 11 years ago
A first pull request, containing the links to all *.cpp examples is added : https://github.com/Itseez/opencv/pull/1206
If this is found usefull, I will do same for python samples, and others.
Updated by Steven Puttemans over 11 years ago
First pullrequest merged, will add the python examples in a next pullrequest.
In previous pullrequest it was suggested not to include C examples, since they are basically not supported for moment and we cant to stimulate people to use the C++ interface.
- % Done changed from 0 to 50
- Status changed from Open to Incomplete
- Target version set to 2.4.7
Updated by Steven Puttemans over 11 years ago
New pull request containing python2, ocl and gpu samples.
https://github.com/Itseez/opencv/pull/1214
Like c - samples being discarded, so where python samples. Both interfaces are marked depricated.
Updated by Steven Puttemans over 11 years ago
- Status changed from Incomplete to Open
Updated by Steven Puttemans over 11 years ago
New links merged also! Job done.
- Assignee deleted (
Steven Puttemans) - % Done changed from 50 to 100
- Status changed from Open to Done
Updated by Steven Puttemans over 11 years ago
Some fixs for wrong ReST directives were added using this pull request: https://github.com/Itseez/opencv/pull/1232