Documentation for stitching module (Feature #2094)
Description
The stitching module lacks a good documentation. For a user that is unfamiliar with OpenCV it is hard to get started. As the whole module can be used as a blackbox without knowing the details I propose to add an easy example that just uses Stitcher::stitch().
For the more experienced user it would be of interest to know which are the default pipeline elements of Stitcher, how to change one element and how to implement an element oneself and hook it up in the pipeline. Some code examples could help here.
Associated revisions
Merge pull request #2094 from SpecLad:multimon-be-gone
History
Updated by Alexey Spizhevoy over 12 years ago
Sample stitching.cpp demonstrates Stitcher::stitch usage.
- Status changed from Open to Done
Updated by Stefan R over 12 years ago
This is not "done" at all. An example != documentation!