程序 Resources

Showing items tagged with "程序"

Various camera types exist in the market, with fisheye cameras often producing distorted images requiring correction. This MATLAB-based fisheye image correction program contains detailed annotations and is designed to be understandable for users with basic technical background. The implementation includes two main files: BasedLineINDrictC100.m for baseline correction and Yuan.m for circular distortion processing.

MATLAB 226 views Tagged

Implementation of fundamental and improved Particle Swarm Optimization algorithms, including: Basic PSO for unconstrained optimization, Constriction Factor PSO, Linearly Decreasing Weight PSO, Adaptive Weight PSO, Random Weight PSO, Synchronous Learning Factor PSO, Asynchronous Learning Factor PSO, Second Order PSO, Second Order Oscillatory PSO, Chaotic PSO, Selection-based PSO

MATLAB 235 views Tagged

A program utilizing genetic algorithms for multivariate regression fitting with excellent performance and reliable results! Highly recommended implementation featuring chromosome encoding, fitness evaluation, and population evolution mechanisms.

MATLAB 196 views Tagged