- 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.
推薦閱讀
- Learning Neo4j
- 演進(jìn)式架構(gòu)(原書第2版)
- Learning NServiceBus(Second Edition)
- BeagleBone Media Center
- 面向STEM的Scratch創(chuàng)新課程
- Expert Data Visualization
- 劍指大數(shù)據(jù):企業(yè)級數(shù)據(jù)倉庫項(xiàng)目實(shí)戰(zhàn)(在線教育版)
- Visual Studio 2015高級編程(第6版)
- C# and .NET Core Test Driven Development
- App Inventor 2 Essentials
- Moodle 3 Administration(Third Edition)
- scikit-learn Cookbook(Second Edition)
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- Modular Programming with JavaScript
- C語言程序設(shè)計(jì)教程