- Machine Learning for OpenCV
- Michael Beyeler
- 261字
- 2021-07-02 19:47:15
Getting the latest code for this book
You can get the latest code for this book from GitHub, https://github.com/mbeyeler/opencv-machine-learning. You can either download a .zip package (beginners) or clone the repository using git (intermediate users).
If you choose to go with git, the first step is to make sure it is installed (https://git-scm.com/downloads).
Then, open a terminal (or command prompt, as it is called in Windows):
- On Windows 10, right-click on the Start Menu button, and select Command Prompt.
- On Mac OS X, press Cmd + Space to open spotlight search, then type terminal, and hit Enter.
- On Ubuntu and friends, press Ctrl + Alt + T. On Red Hat, right-click on the desktop and choose Open Terminal from the menu.
Navigate to a directory where you want the code downloaded, for example:
$ cd Desktop
Then you can grab a local copy of the latest code by typing the following:
$ git clone https://github.com/mbeyeler/opencv-machine-learning.git
This will download the latest code in a folder called opencv-machine-learning.
After a while, the code might change online. In that case, you can update your local copy by running the following command from within the opencv-machine-learning directory:
$ git pull origin master
- Deploying Node.js
- iOS 9 Game Development Essentials
- 微服務與事件驅動架構
- 區(qū)塊鏈架構與實現(xiàn):Cosmos詳解
- Twilio Best Practices
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- Java應用開發(fā)技術實例教程
- Android Native Development Kit Cookbook
- Android系統(tǒng)原理及開發(fā)要點詳解
- 軟件測試實用教程
- 學習OpenCV 4:基于Python的算法實戰(zhàn)
- OpenResty完全開發(fā)指南:構建百萬級別并發(fā)的Web應用
- Python程序設計與算法基礎教程(第2版)(微課版)
- 從零開始學Selenium自動化測試:基于Python:視頻教學版
- Mastering Apache Camel