1 | initial version |
Most of the OpenCV docs (except Java API) are written in RST format (see link1 or link2 for details) and are stored under opencv/modules/<module-name>/doc
folder (e.g. for core).
If you'd like to submit some missing docs or a fix to existing one, you can do it via an issue in OpenCV tracker with a patch in RST format or just a plain text suggestion.