- 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
- C++ Primer習題集(第5版)
- Expert C++
- Reactive Programming with Swift
- Django開發(fā)從入門到實踐
- Servlet/JSP深入詳解
- MySQL數(shù)據(jù)庫管理與開發(fā)實踐教程 (清華電腦學(xué)堂)
- 用Python實現(xiàn)深度學(xué)習框架
- 大學(xué)計算機基礎(chǔ)(第2版)(微課版)
- Create React App 2 Quick Start Guide
- Oracle GoldenGate 12c Implementer's Guide
- Hands-On Full Stack Development with Spring Boot 2.0 and React
- 寫給青少年的人工智能(Python版·微課視頻版)
- Mastering OpenStack
- Spring Boot 2+Thymeleaf企業(yè)應(yīng)用實戰(zhàn)
- C語言程序設(shè)計實驗指導(dǎo)教程