- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 192字
- 2021-07-02 12:07:05
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: "The code for build_sample_image() is provided next."
A block of code is set as follows:
channels = cv2.split(img)
eq_channels = []
for ch in channels:
eq_channels.append(cv2.equalizeHist(ch))
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Hu moments (original): '[ 1.92801772e-01 1.01173781e-02 5.70258405e-05 1.96536742e-06 2.46949980e-12 -1.88337981e-07 2.06595472e-11]'
Hu moments (rotation): '[ 1.92801772e-01 1.01173781e-02 5.70258405e-05 1.96536742e-06 2.46949980e-12 -1.88337981e-07 2.06595472e-11]'
Hu moments (reflection): '[ 1.92801772e-01 1.01173781e-02 5.70258405e-05 1.96536742e-06 2.46949980e-12 -1.88337981e-07 -2.06595472e-11]'
Any command-line input or output is written as follows:
$ mkdir opencv-project
$ cd opencv-project
Bold: Indicates a new term, an important word, or words that you see on screen. 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)威指南
- Learning ROS for Robotics Programming(Second Edition)
- 華為HMS生態(tài)與應(yīng)用開發(fā)實戰(zhàn)
- Mastering Articulate Storyline
- Java持續(xù)交付
- C語言程序設(shè)計案例式教程
- Go并發(fā)編程實戰(zhàn)
- INSTANT Passbook App Development for iOS How-to
- Web Development with MongoDB and Node(Third Edition)
- 圖數(shù)據(jù)庫實戰(zhàn)
- 后臺開發(fā):核心技術(shù)與應(yīng)用實踐
- UI動效設(shè)計從入門到精通
- PHP 7 Programming Blueprints
- Elasticsearch實戰(zhàn)(第2版)
- Getting Started with Hazelcast