多个 OpenCV 文档页面之间的区别

difference between multiple OpenCV documentation pages

我已经使用 OpenCV 6 个月了。但是,我想到了以下问题:

以下OpenCV页面有什么区别,都是官方的吗?

1- http://opencv.jp/opencv-2.1_org/py/camera_calibration_and_3d_reconstruction.html#findhomography

2- https://opencv.org/

3- https://docs.opencv.org/master/d1/de0/tutorial_py_feature_homography.html

提前致谢

这让我想知道; opencv.jp 虽然我过去用过它,但从来没有真正想过这个。

我已经检查了页面的关于部分,大致翻译成英文(google)它说:

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.

所以顺序是:

  1. 由 OpenCV 用户创建的非官方(日语)站点,它主要包含带有代码示例的文档
  2. 这是官方总主页
  3. 4.5 的官方文档,@Chris Luego 已在评论中指出