- Computer Vision for the Web
- Foat Akhmadeev
- 131字
- 2021-07-09 21:50:38
Chapter 1. Math Never Was So Simple!
Computer Vision is all about math. When you need to create your own algorithm or implement something, you address a math topic. You should know how it works on the inside because without digging into the basics, it is hard to do anything. But you are not alone! Many smart people have created several useful libraries to simplify your job. One of those libraries is JSFeat (http://inspirit.github.io/jsfeat/), which has a realization of different math methods. Here, we will discuss fundamental elements of the library such as data structures, especially matrices, and simple math algorithms.
We will cover the following topics:
- Installation and core structure representation of JSFeat
- What is inside an image? All about matrices
- Useful functions and where to use them
推薦閱讀
- PostgreSQL Cookbook
- SQL基礎(chǔ)教程(視頻教學(xué)版)
- Building a Quadcopter with Arduino
- PhoneGap:Beginner's Guide(Third Edition)
- Python Web數(shù)據(jù)分析可視化:基于Django框架的開發(fā)實(shí)戰(zhàn)
- Mastering Backbone.js
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個(gè)建議
- Visual Studio Code 權(quán)威指南
- Serverless Web Applications with React and Firebase
- 大數(shù)據(jù)時(shí)代的企業(yè)升級(jí)之道(全3冊(cè))
- 用Go語言自制編譯器
- Django 2.0 入門與實(shí)踐
- Oracle Database 12c DBA官方手冊(cè)(第8版)
- Implementing DevOps with Ansible 2
- Activiti權(quán)威指南