difference between multiple OpenCV documentation pages

Viewed 162
1 Answers

This got me wondering; never really thought about this for opencv.jp though I have used it in the past.

I've checked the about section of the page, roughly translated into English (by google) it says:

opencv.jp is an unofficial site created by Japanese opencv users. If you have any opinions or suggestions regarding the contents of this site, please contact the forum on the site or the following e-mail address.

So in order:

  1. Unofficial (Japanese) site created by OpenCV users, it mostly contains documentation with code examples
  2. This is the official general homepage
  3. Official documentation for 4.5, as @Chris Luego already pointed out in the comments
Related