- 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.
推薦閱讀
- Facebook Application Development with Graph API Cookbook
- Modular Programming with Python
- UML和模式應用(原書第3版)
- Instant Apache Stanbol
- 認識編程:以Python語言講透編程的本質
- Java高手真經(高級編程卷):Java Web高級開發技術
- Apache Spark Graph Processing
- 用Python實現深度學習框架
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Essential C++(中文版)
- Hands-On Neural Network Programming with C#
- PrimeFaces Blueprints
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Joomla!Search Engine Optimization
- Java服務端研發知識圖譜