- OpenCV with Python Blueprints
- Michael Beyeler
- 146字
- 2021-07-09 21:48:42
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "In OpenCV, a webcam can be accessed with a call to cv2.VideoCapture
."
A block of code is set as follows:
def main(): capture = cv2.VideoCapture(0) if not(capture.isOpened()): capture.open() capture.set(cv2.cv.CV_CAP_PROP_FRAME_WIDTH, 640) capture.set(cv2.cv.CV_CAP_PROP_FRAME_HEIGHT, 480)
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "The Take Snapshot button is placed below the radio buttons."
推薦閱讀
- Mastering Concurrency Programming with Java 8
- Production Ready OpenStack:Recipes for Successful Environments
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- SQL Server 2012數據庫管理與開發項目教程
- Instant RubyMotion App Development
- Redis Essentials
- Serverless computing in Azure with .NET
- jQuery Mobile移動應用開發實戰(第3版)
- 速學Python:程序設計從入門到進階
- Fastdata Processing with Spark
- Redmine Cookbook
- TypeScript圖形渲染實戰:2D架構設計與實現
- Unity 5 Game Optimization
- Java EE輕量級解決方案:S2SH
- VMware vRealize Orchestrator Essentials