Tagged articles
3 articles
Page 1 of 1
AI Algorithm Path
AI Algorithm Path
Sep 20, 2025 · Fundamentals

Understanding the Hungarian Algorithm and Its Role in Computer Vision

The article explains the Hungarian algorithm’s principles, walks through step‑by‑step matrix reductions and line‑cover adjustments, and demonstrates its use for optimal task assignment and for matching detections in multi‑object tracking, illustrating the process with concrete 4×4 cost‑matrix examples.

Hungarian algorithmassignment problemmatrix reduction
0 likes · 10 min read
Understanding the Hungarian Algorithm and Its Role in Computer Vision
Python Programming Learning Circle
Python Programming Learning Circle
May 5, 2024 · Artificial Intelligence

Python Implementation of DBSCAN and KMeans for Point Cloud Clustering and Tracking with Hungarian Matching

This article presents a Python project that reads point‑cloud data from CSV files, applies DBSCAN and KMeans clustering, extracts cluster features, and uses the Hungarian algorithm to match clusters across frames for tracking, complete with full source code and result visualization.

DBSCANHungarian algorithmKMeans
0 likes · 13 min read
Python Implementation of DBSCAN and KMeans for Point Cloud Clustering and Tracking with Hungarian Matching
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 16, 2023 · Artificial Intelligence

Understanding DeepSort: A Classic Multi-Object Tracking Algorithm

This article introduces the fundamentals of object tracking in computer vision, explains classic algorithms such as SORT and its deep learning extension DeepSort, describes their underlying mechanisms including Kalman filtering, Hungarian assignment, feature extraction via CNNs, and provides references and code resources for further study.

CNNComputer VisionDeepSort
0 likes · 10 min read
Understanding DeepSort: A Classic Multi-Object Tracking Algorithm