videostab: missing documentation (Bug #2955)
Description
In the current http://docs.opencv.org/ there is no documentation for the videostab module.
Also, the documentation at http://docs.opencv.org/trunk/modules/videostab/doc/videostab.html is incomplete - there is no information about the GaussianMotionFilter (for example) and others used in the videostab.cpp sample file.
As videostab is included in the current 2.4.5 release without documentation, would it be possible to generate the documentation for this?
Associated revisions
Merge pull request #2955 from SpecLad:find-libv4l2
History
Updated by Kirill Kornyakov almost 12 years ago
Tom, it would be great if you could work on it yourself and prepare a pull request. Reading code should be simpler than writing =) Original author of this module has left the project, so better to not expect fast response.
Is anybody else from community ready to work on documenting this?
- Category changed from videostab to documentation
- Priority changed from High to Low
- Target version set to Next Hackathon
Updated by Tom Deakin almost 12 years ago
Kirill, Thanks for the update. I will see if I have any time and will update some documentation. Just to clarify, the 2.4 branch is missing some of the updates from master, some of which were written in 2012. Do you know why these changed have not been included in a 2.4.x release yet?
TLDR: which branch is the documentation for?
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4548