MATLAB Program for Face Recognition
A MATLAB-based face recognition program that implements a train-then-test approach, accepting an input image and returning the closest matching face images from the dataset.
Explore MATLAB source code curated for "图像" with clean implementations, documentation, and examples.
A MATLAB-based face recognition program that implements a train-then-test approach, accepting an input image and returning the closest matching face images from the dataset.
A program for image filtering using log-Gabor filters with implementation details
MATLAB code for performing IHS transformation on images, including several commonly used color image fusion algorithms such as weighted average, wavelet transform, and principal component analysis methods
MATLAB implementation of Criminisi algorithm for image inpainting, including sample images and complete source code with detailed documentation
Implementation of image Gaussian blur algorithm with customizable kernel size and blur radius
A compact utility designed to compute the box-counting dimension of images, suitable for personal research projects. Implemented with efficient scaling algorithms to handle grayscale/binary image processing and fractal analysis.
Utilizing beamlet's superior straight-line detection capabilities for bridge identification in images achieves 80% accuracy through multi-scale line segment analysis and geometric feature extraction.
Implementation of 2D Fourier transform for images using MATLAB programming, featuring efficient code and practical applications.
Jsteg_Mu enables batch Jsteg steganography processing for JPEG images. The tool operates with three main parameters: Jpeg_Or (folder containing original JPEG images), Jpeg_Di (output folder for steganographed images), code_file (payload file for embedding), and rate (embedding rate parameter controlling data hiding capacity). The implementation utilizes DCT coefficient modification while maintaining JPEG compatibility.
Outguess steganography source code - a tool for embedding secret information into images with enhanced code implementation details