In-depth tutorials on deep learning. The first one is about image colorization using GANs (Generative Adversarial Nets).
Seam carving (or liquid rescaling) is an algorithm for content-aware image resizing.
Fast and robust seam estimation to seamless image stitching
generation of panoramic image mosaics using cylindrical projection and Burt-Adelson's blending
Interest point detectors and descriptors are at the heart of most computer vision applications. The goal of this project is to gain insights by working on one such application in determining homographies. By building a brief descriptor and matching feature points, the project is able to calculate homogeneous matrix between two pictures taken by rotating the camera around center. Thus, when given several such images, the system can output a panoramic image which combine all the images together.
An open source library for face detection in images. The face detection speed can reach 1000FPS.