改进 Resources

Showing items tagged with "改进"

This image correction program, developed in MATLAB environment, is a custom implementation that may require further refinement. The code demonstrates fundamental image processing techniques including geometric transformation and distortion correction algorithms.

MATLAB 222 views Tagged

This paper presents an improvement to the widely-used nearest neighbor method in SLAM data association. Our approach replaces the computationally expensive Mahalanobis distance calculations between all features and measurements with Euclidean distance computations between feature estimated positions and vehicle predicted positions. This modification eliminates numerous matrix multiplication operations, resulting in a simpler algorithm implementation that significantly reduces computational complexity. The proposed method maintains comparable association performance to global nearest neighbor approaches while facilitating real-time execution of SLAM algorithms.

MATLAB 212 views Tagged

My custom implementation of the Poisson image blending algorithm with areas for potential optimization and enhancement. This implementation includes the core gradient-domain operations and demonstrates the mathematical foundation of Poisson equations in image processing.

MATLAB 240 views Tagged

iNEDI stands for "improved New Edge-Directed Interpolation" - an enhanced image interpolation technique that builds upon the original NEDI method described in X. Li et al.'s seminal paper "New Edge-Directed Interpolation" published in IEEE Transactions on Image Processing, Vol. 10, No. 10, October 2001

MATLAB 248 views Tagged

Enhancement and Simulation of LEACH Protocol's Cluster Head Selection Algorithm - The improved LEACH-H protocol incorporates residual energy considerations during cluster head election by setting energy thresholds to prevent low-energy nodes from becoming cluster heads. It introduces a cluster head adjustment process that eliminates tightly neighboring cluster heads and adds necessary ones, addressing LEACH protocol limitations to balance network energy consumption and extend network lifetime. Network simulations validate the algorithm's feasibility.

MATLAB 242 views Tagged