flâneur — a map of the web's best reading

Object Detection for Dummies Part 1: Gradient Vector, HOG, and SS | Lil'Log

lilianweng.github.io · 3,458 words · saved by 1 readers

I’ve never worked in the field of computer vision and has no idea how the magic could work when an autonomous car is configured to tell apart a stop sign from a pedestrian in a red hat. To motivate myself to look into the maths behind object recognition and detection algorithms, I’m writing a few posts on this topic “Object Detection for Dummies”. This post, part 1, starts with super rudimentary concepts in image processing and a few methods for image segmentation.

Table of Contents Image Gradient Vector Common Image Processing Kernels Example: Manu in 2004 Histogram of Oriented Gradients (HOG) How HOG works Example: Manu in 2004 Image Segmentation (Felzenszwalb's Algorithm) Graph Construction Key Concepts How Image Segmentation Works Example: Manu in 2013 Selective Search How Selective Search Works Configuration Variations References I've never worked in the field of computer vision and has no idea how the magic could work when an autonomous car is configured to tell apart a stop sign from a pedestrian in a red hat. To motivate myself to look into the m

Explore this link on the map →

related reading