<aside> ⚠️ Cái bài báo này viết khá vắn tắt (cảm giác bả viết tóm tắt 1 bài báo nào đó). Do đó trong quá trình đọc mình có tìm những nguồn ngoài giải thích kỹ hơn, có ref trong bài!

</aside>

<aside> ☝ Đọc bài báo chính, note này phụ.

</aside>

Part 1 — Gradient Vector, HOG, and SS

Image Gradient Vector

Common image processing kernels

Histogram of Oriented Gradients (HOG)

Note: HOG (Histogram of Oriented Gradients)

Image Segmentation (Felzenszwalb’s Algorithm)

⭐ Check this article.

When images contains multiple objects → find region containing each object → Felzenszwalb algo. ← graph based approach

Find weights $w(v_i, v_j)$ between 2 pixels → find similarity → more similarity must belong to the same components

→ more in the blog!