源代码 Resources

Showing items tagged with "源代码"

Well-organized pattern recognition source code implementing LLE (Locally Linear Embedding) and SVM (Support Vector Machine) methods, including SVMFWD functionality - thoroughly tested and error-free implementation ready for download

MATLAB 189 views Tagged

Matlab source code for image segmentation containing implementations of various common techniques including threshold-based segmentation, edge detection, and region growing algorithms

MATLAB 206 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 183 views Tagged