Intro to Kalman filter
Kalman filter is a well designed "optimal recursive data processing algorithm" that often being implemented on the field of data...


Useful Image Filters for Image Processing
This is different from your Instagram filters. We are talking about a matrix that we created by ourselves and then applied to the image...


Introduction to Arduino Uno
Arduino Uno is a beginner's board for students and hobbyists to get familiar with microcontrollers and programming. It is relatively...


What Is an Image to a Computer?
A human sees a scene through eyes. The light goes through the pupils and stimulates the neuron cells, but what does a computer see? The...


Getting started on Computer Vision
Computer vision is a rising field in Artificial Intelligence and it has become very powerful in terms of intelligently interpreting...


3D interior modeling using Kinect v2
After having the all powerful camera Kinect, there are just so much thing that we can explore. The first project I done is the 3D...


Making a Sudoku Puzzle Solver
Sudoku is a traditional number game that requires the 1~9 to be put on a 9 by 9 grid such that on every row, every column, and every 3 by...