目标检测 Resources

Showing items tagged with "目标检测"

AdaBoost, or Adaptive Boosting Algorithm, is widely used in object detection, particularly in face recognition applications. This resource originates from a classic textbook, ensuring high reliability and usability. Even if not directly applied, studying the source code provides valuable insights into the algorithm's implementation.

MATLAB 212 views Tagged

This program implements target trajectory tracking in 2D images using Kalman filtering. The system employs background subtraction for target detection and feeds the results to a Kalman filter to predict the target's next appearance position (marked in red). The predicted position can be compared with the actual detected position (marked in green).

MATLAB 182 views Tagged

Application Context: Face detection code demonstrating how to detect faces, noses, mouths, and eyes using MATLAB's built-in classes and functions. Based on the Viola-Jones face detection algorithm, the Computer Vision System Toolbox includes the vision.CascadeObjectDetector system for object detection. Prerequisites: Computer Vision System Toolbox must be installed. Key Technology: MATLAB enables face detection through various techniques including boundary setting, edge detection, and utilizing signal processing and image processing tools. This technology serves security purposes by allowing authorized personnel access through comparison with pre-stored facial data.

MATLAB 291 views Tagged