- 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.
推薦閱讀
- DB2 V9權(quán)威指南
- Python概率統(tǒng)計
- Python for Secret Agents:Volume II
- PyTorch自動駕駛視覺感知算法實戰(zhàn)
- 小創(chuàng)客玩轉(zhuǎn)圖形化編程
- Python從小白到大牛
- Windows系統(tǒng)管理與服務(wù)配置
- PHP程序設(shè)計(慕課版)
- 深入淺出Prometheus:原理、應(yīng)用、源碼與拓展詳解
- MySQL 8 DBA基礎(chǔ)教程
- MySQL數(shù)據(jù)庫基礎(chǔ)實例教程(微課版)
- Expert Data Visualization
- 第一行代碼 C語言(視頻講解版)
- Processing創(chuàng)意編程指南
- GitHub入門與實踐