- OpenCV for Secret Agents
- Joseph Howse
- 241字
- 2021-08-06 19:30:48
Finding OpenCV documentation, help, and updates
OpenCV's documentation is online at http://docs.opencv.org/. The documentation includes a combined API reference for OpenCV's current C++ API, its current Python API (which is based on the C++ API), its old C API, and its old Python API (which is based on the C API). When you look up a Python class or function, be sure to read the section about the current Python API (cv2
module), not the old Python API (cv
module). The Java API documentation is online at http://docs.opencv.org/java/.
Much of the documentation is also available as downloadable PDF files:
- API reference: http://docs.opencv.org/opencv2refman.pdf.
- Tutorials: http://docs.opencv.org/opencv_tutorials.pdf. (These tutorials use C++ code. For a Python port of the tutorial's code, refer to Abid Rahman K's repository at http://goo.gl/EPsD1.)
- User guide (not a complete guide to all modules but it covers some common points of confusion): http://docs.opencv.org/opencv_user.pdf.
If the documentation seems to leave your question unanswered, try reaching out to the OpenCV community instead. The following sites are good venues for questions, answers, and shared experience:
- Official OpenCV forum: http://www.answers.opencv.org/questions/
- David Milla?n Escriva?'s blog: http://blog.damiles.com/
- Jay Ramhbia's blog: http://jayrambhia.wordpress.com/
- OpenCV-Python Tutorials by Alexander Mordvintsev and Abid Rahman K: http://opencv-python-tutroals.readthedocs.org/en/latest/
- The support site for my OpenCV books: http://nummist.com/opencv/
Last, if you are an advanced user who wants to try new features, bug fixes, and sample scripts from the latest (unstable) OpenCV source code, have a look at the project's repository at https://github.com/Itseez/opencv/.
- Visual C++串口通信開發入門與編程實踐
- Scratch真好玩:教小孩學編程
- Web程序設計(第二版)
- 小程序開發原理與實戰
- Visual Basic程序設計實驗指導(第二版)
- Visual FoxPro程序設計習題集及實驗指導(第四版)
- 利用Python進行數據分析
- Android項目實戰:手機安全衛士開發案例解析
- Babylon.js Essentials
- PHP編程基礎與實踐教程
- 后臺開發:核心技術與應用實踐
- Java 從入門到項目實踐(超值版)
- Mastering Android Studio 3
- The Statistics and Calculus with Python Workshop
- JavaScript Concurrency