区域划分 Resources

Showing items tagged with "区域划分"

The main function file for target tracking using Extended Kalman Filter is kal_demo.m. The main function file for approximate grid filtering is bayes_demo.m. The grid partitioning method for approximate grid filtering uses the target's previous position as the center point, with each grid cell size of 1 unit and total coverage area of 5x5 units. The improved algorithm's main function file is trackiing_demo.m.

MATLAB 221 views Tagged

DBSCAN (Density-Based Spatial Clustering of Applications with Noise) is a density-based clustering algorithm that identifies clusters by grouping regions with sufficiently high density and can discover arbitrarily shaped clusters in spatial databases containing noise.

MATLAB 259 views Tagged