Ask Your Question

Revision history [back]

If you want to know how OpenCV internally works, the best would be to take a look at the source code. It usually is well documented.

Also, if you want to know about the algorithms implemented, I would recommend to read the papers mentioned on the documentation of each algorithm (You have an example of what I mean on the documentation of the class BackgroundSubstractorMOG)