- Computer Vision for the Web
- Foat Akhmadeev
- 162字
- 2021-07-09 21:50:36
Preface
Computer Vision is one of the popular areas in computer science that have gained widespread importance lately. Besides, the power of personal computers has grown, thus opening the gate for developers to use Computer Vision algorithms directly on end user machines using client-side scripting. Nowadays, the most popular programming language for the web is JavaScript. It allows us to develop complex algorithms and run them directly in a web browser; this solves several major problems—the user needs nothing but a browser to run a web application, and as a developer, you get a lower load on your server. In this book, we will provide a comprehensive overview of the most popular JavaScript libraries and discuss the techniques they provide to help you in your initial steps in exciting fields, such as image processing and Computer Vision. This book covers Computer Vision methods by providing an intuitive overview of each algorithm and showing clear examples of the usage of libraries.
- Python程序設(shè)計教程(第2版)
- 跟“龍哥”學(xué)C語言編程
- Mastering matplotlib
- Scratch 3.0少兒編程與邏輯思維訓(xùn)練
- Full-Stack Vue.js 2 and Laravel 5
- Python Data Analysis(Second Edition)
- Mastering JBoss Enterprise Application Platform 7
- Extending Puppet(Second Edition)
- 從零開始學(xué)Android開發(fā)
- Learning Python Data Visualization
- Mastering HTML5 Forms
- Learning C++ by Creating Games with UE4
- Web前端開發(fā)最佳實踐
- MATLAB 2020 GUI程序設(shè)計從入門到精通
- Spring Boot從入門到實戰(zhàn)