Computer Vision for the Web
Author’s website
https://foat.me
Link to the book
https://www.packtpub.com/web-development/computer-vision-web
Code from the book
Chapter 1
matrix initialization, check console
matrix to gray
matrix transpose
matrix multiplication, check console
image pyramids
matrix sorting
array median, check console
linear algebra, check console
image rectification
Chapter 2
tracking.js grayscale
image formats
gaussian filter combinations 1
gaussian filter combinations 2
box blur
integrals
sobel filter
sobel threshold
canny edge detector
histogram equalization
histogram equalization with charts
Chapter 3
basic color tracker
track custom color
basic color tracker on img
tracking color on a video
custom Sobel tracker
feature detection tracking.js
feature detection jsfeat
brief matching
orb matching
Chapter 4
haar face detection with jsfeat
bbf face detection with jsfeat
face particles tracking.js
people tagging
camshift with headtrackr
Chapter 5
simple object tracking with tracking.js
cube control
oflow
oflow with jsfeat
gestures with jsfeat