欧式距离 Resources

Showing items tagged with "欧式距离"

My graduation project featuring MATLAB-based key frame extraction code, enhanced with optical flow method references. The implementation utilizes Euclidean distance, mean, variance, and coefficient of variation metrics for frame difference analysis. The thoroughly debugged code produces optimal results and is shared here for community benefit.

MATLAB 296 views Tagged

ISODATA Clustering Algorithm Demonstration Program implemented strictly according to Algorithm 3 in Section 2.4.4 "Dynamic Clustering Method" from Sun Jixiang's "Modern Pattern Recognition". Uses Euclidean distance as the measurement metric with configurable distance thresholds and cluster merging/splitting parameters.

MATLAB 246 views Tagged

For two sets of 3D point clouds, transformation error can be computed using Euclidean distance after coordinate transformation, with implementations involving point cloud registration algorithms and error metrics calculation.

MATLAB 249 views Tagged