Homography Matrix Estimation
MATLAB source code for computing homography matrices, suitable for computer vision applications like image registration. The implementation includes point correspondence matching and robust estimation techniques.
Explore MATLAB source code curated for "matlab编写" with clean implementations, documentation, and examples.
MATLAB source code for computing homography matrices, suitable for computer vision applications like image registration. The implementation includes point correspondence matching and robust estimation techniques.
MATLAB implementation of DCT-based digital video watermarking source code, ready to run with complete video processing workflow including frame extraction, DCT transformation, and watermark embedding algorithms
This MATLAB implementation applies Ant Colony Optimization (ACO) to solve continuous function optimization problems, featuring a grid-strategy approach based on Duan Haibin's "Ant Colony Algorithm: Principles and Applications".
Hand-coded MATLAB implementation of C-means clustering algorithm based on pattern recognition textbook procedures without using toolbox functions
A comprehensive tutorial and source code package for designing FIR filters using MATLAB, featuring step-by-step implementation guidance and algorithm explanations to help beginners master digital signal processing and filter design techniques.
Several MATLAB-based multi-objective optimization programs designed for beginners to learn and share, featuring algorithmic implementations and practical applications
A MATLAB-based filtered back projection program for CT image processing and reconstruction, featuring customizable filter parameters and visualization capabilities.
MATLAB-based implementation of a time-domain transversal equalizer design, featuring signal processing algorithms and practical code examples for educational purposes.
A MATLAB-implemented program combining genetic algorithm optimization with power flow analysis for electrical power systems
A classic MATLAB implementation of a niche genetic algorithm utilizing crowding mechanisms for evolutionary optimization