- Computer Vision for the Web
- Foat Akhmadeev
- 118字
- 2021-07-09 21:50:37
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 are shown as follows: "The installation of a JavaScript library is straightforward. You just need to add a script file to your <head>
tag."
A block of code is set as follows:
var dataBuffer = new jsfeat.data_t(cols * rows, imageData.data.buffer); var mat = new jsfeat.matrix_t(cols, rows, jsfeat.U8C4_t, dataBuffer); var gray = tracking.Image.grayscale(mat.data, cols, rows, true);
New terms and important words are shown in bold.
推薦閱讀
- Functional Python Programming
- 軟件項目管理(第2版)
- Developing Mobile Web ArcGIS Applications
- PaaS程序設計
- CentOS 7 Linux Server Cookbook(Second Edition)
- Java編程指南:基礎知識、類庫應用及案例設計
- Python從入門到精通(精粹版)
- Linux命令行與shell腳本編程大全(第4版)
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Building Microservices with .NET Core
- 好好學Java:從零基礎到項目實戰
- Java程序設計教程
- Java Web 從入門到項目實踐(超值版)
- Java與Android移動應用開發:技術、方法與實踐
- C語言從入門到精通(第4版)