Fast Polygon and Rectangle Detection Algorithm
A rapid polygon and rectangle detection algorithm with broad applications in various object recognition domains, featuring optimized computational efficiency and implementation details
Professional MATLAB source code with comprehensive documentation and examples
A rapid polygon and rectangle detection algorithm with broad applications in various object recognition domains, featuring optimized computational efficiency and implementation details
A clear and easy-to-learn MATLAB implementation of image pyramid, complete with code structure and practical application scenarios
This program provides MATLAB code for fingerprint recognition, featuring a comprehensive pipeline including fingerprint enhancement, orientation and ridge estimation, binary masking, and feature extraction. The classification module analyzes input im
MATLAB implementations of Bayesian and universal threshold soft-thresholding image denoising algorithms with detailed code explanations and wavelet transform applications
Digital watermarking system based on Discrete Cosine Transform (DCT), including watermark embedding and extraction processes, with considerations for common watermarking attacks and robustness enhancement techniques
Implementation of camera calibration for computer vision systems - a fundamental image processing technique that computes intrinsic and extrinsic camera parameters from multi-angle images using specialized algorithms.
HOG feature extraction function designed for pedestrian detection applications, implementing gradient-based feature computation for shape and texture analysis
Input a binary image and apply colorization to its binary regions. Replace the imageget() function with imread() in the implementation.
A MATLAB implementation for fast corner detection in binary images using an efficient 9-point neighborhood analysis algorithm, requiring input images to be two-value (binary) format for optimal performance.
Code implementation for extracting self-similarity descriptors, based on the algorithm presented in "Matching Local Self-Similarities across Images and Videos". The implementation includes key functions for computing local correlation surfaces and co
By applying the IHS transformation to RGB components formed from three bands of multispectral images, the spatial features (I) and spectral features (H and S) of the image can be separated. This technique enables independent manipulation of image bri
A Wiener filtering program implemented in MATLAB with simulation capabilities, comparing image restoration results between Wiener filtering and inverse filtering techniques, including key algorithm implementations and performance analysis.
A license plate recognition program where "run" serves as the main function, implementing a highly successful recognition algorithm with comprehensive image processing techniques.
MATLAB code implementation of the narrowband technique for level set-based image segmentation
Robustly estimates a homography matrix from a set of potentially matching image point pairs, addressing outlier contamination in computer vision applications.
Implementation of a local thresholding algorithm for image processing in MATLAB with code examples and technical explanations
Directionally adjustable wavelet image edge detection, a computational algorithm that utilizes wavelet transforms to identify and extract image edges. From a pixel perspective, image edges correspond to locations with abrupt changes in grayscale valu
Implementation of image registration algorithm using log-polar coordinate transformation in MATLAB, with experimental results demonstrating its effectiveness in precise image alignment
MATLAB-based LAB image watermarking source code implementing advanced embedding and extraction capabilities using frequency domain transformation techniques
This project implements letter recognition functionality using MATLAB, suitable for graduation design projects with potential for expansion to digit and character recognition