Ask Your Question
0

Opencv3 python tutorials - there's a confusing lot of them...

asked 2017-03-22 05:35:40 -0600

felix cc gravatar image

updated 2017-03-22 06:10:32 -0600

While attempting to use the opencv-python interface trying to quickly compare a few algorithms, I installed the opencv3 with python3. Then I did the mistake of googling 'opencv3 python tutorials'. Here I found http://docs.opencv.org/3.0-beta/doc/p... But it took me a while before figuring out why SIFT does not work as indicated there. Finally I found a forum post correcting the tutorials on stackoverflow http://stackoverflow.com/questions/26.... After this I got a bit more careful and started to explicitly search for 'python3'.

Now I found that on the official site the links to the python tutorials points to opencv2 tutorials http://docs.opencv.org/2.4/doc/tutori.... Which is good.

What is confusing though that there are a couple of opencv3 python tutorials (see first link), that look quite alike the openvc2 python tutorials, the main difference being that some of the opencv3 tutorials just don't work. Late at night yesterday I thought I came across a forum post saying that opencv3 python tutorials will be discontinued, but unfortunately I cannot find it anymore.

The question being; why are there so many versions of opencv3 python tutorials that were not really updated from opencv2 to opencv3?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2017-03-22 06:07:29 -0600

Latest possible tutorials

I am aware that some of those might have issues, and are not properly updated, but that is where we count on the community to use the samples and report possible issues.

Due to OpenCV keeping its older documentations alive for backwards search (mainly for companies using older versions), google search is about the worst way to find decent solutions. Thus stick to the official docs.

edit flag offensive delete link more

Comments

Thanks Steven. I will take your advice for the official tutorials. Concerning 3rd party resources, there are no links on opencv.org besides the book. So there I am back with the search engines...

felix cc gravatar imagefelix cc ( 2017-03-22 06:21:32 -0600 )edit

Actually you would be amazed how much you can find using the docs and the samples folder of OpenCV. The web itself is filled with outdated tutorials ...

StevenPuttemans gravatar imageStevenPuttemans ( 2017-03-22 07:27:22 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2017-03-22 05:35:40 -0600

Seen: 178 times

Last updated: Mar 22 '17