- 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
推薦閱讀
- Node.js Design Patterns
- The Modern C++ Challenge
- Windows系統(tǒng)管理與服務(wù)配置
- 深入淺出Prometheus:原理、應(yīng)用、源碼與拓展詳解
- JavaScript Unlocked
- Neo4j Essentials
- Unity 2018 Shaders and Effects Cookbook
- Java SE實(shí)踐教程
- Simulation for Data Science with R
- Python大規(guī)模機(jī)器學(xué)習(xí)
- 從零開始:C語(yǔ)言快速入門教程
- jQuery從入門到精通(微課精編版)
- 寫給青少年的人工智能(Python版·微課視頻版)
- Building Apple Watch Projects
- Cinder:Begin Creative Coding