程序算法 Resources

Showing items tagged with "程序算法"

This is a MATLAB-based 3D reconstruction program that reconstructs objects from multiple images captured from different angles. The algorithm processes these images to generate detailed 3D models, with successful experimental results demonstrating its effectiveness. Key implementation includes feature detection, point cloud generation, and surface reconstruction techniques.

MATLAB 263 views Tagged

PSO-based RBFNN Optimization Algorithm Steps: 1. Normalize sample data by scaling inputs/outputs to [-1,1] range; 2. Determine RBF network centers and widths; 3. Use PSO algorithm with root mean square fitting error as performance metric to optimize connection weight matrix between RBF network output and hidden layers

MATLAB 287 views Tagged