Ask Your Question
0

Understanding OpenCV internally

asked 2014-08-05 20:42:51 -0600

johncordeiro gravatar image

Hi, I want to know where I must to start studying OpenCV Algorithms internally. I have a good experience using OpenCV Library, but I want more.

I know about the docs, but I find it a little confuse when explaining about math inside the Algorithms. I would like to know if you know books or some good content explaining OpenCV internally.

Thanks!

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-08-05 20:58:42 -0600

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)

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-08-05 20:42:51 -0600

Seen: 138 times

Last updated: Aug 05 '14