- OpenCV 4 with Python Blueprints
- Dr. Menua Gevorgyan Arsen Mamikonyan Michael Beyeler
- 142字
- 2021-06-24 16:49:56
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "We will use argparse as we want our script to accept arguments."
A block of code is set as follows:
import argparse
import cv2
import numpy as np
from classes import CLASSES_90
from sort import Sort
Any command-line input or output is written as follows:
$ python chapter8.py collect
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- JavaScript前端開發模塊化教程
- 程序設計與實踐(VB.NET)
- Visual Studio 2012 Cookbook
- ASP.NET Core Essentials
- Learning AWS Lumberyard Game Development
- Blockly創意趣味編程
- FFmpeg入門詳解:音視頻原理及應用
- 碼上行動:用ChatGPT學會Python編程
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- 執劍而舞:用代碼創作藝術
- CRYENGINE Game Development Blueprints
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- jQuery技術內幕:深入解析jQuery架構設計與實現原理
- 超簡單:用Python讓Excel飛起來(實戰150例)
- 黑莓(BlackBerry)開發從入門到精通