- 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.
推薦閱讀
- 黑客攻防從入門到精通(實戰秘笈版)
- C及C++程序設計(第4版)
- Android項目開發入門教程
- Learning Docker
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰
- JavaScript Unlocked
- Python自動化運維快速入門
- Scratch真好玩:教小孩學編程
- MariaDB High Performance
- Python數據可視化之Matplotlib與Pyecharts實戰
- Nexus規模化Scrum框架
- 快速念咒:MySQL入門指南與進階實戰
- 智能搜索和推薦系統:原理、算法與應用
- Kotlin開發教程(全2冊)
- Software-Defined Networking with OpenFlow(Second Edition)