Image Processing

Total 5310 resources

Matching Pursuit Algorithm, a classic sparse representation method widely used in face recognition, image classification, and image denoising, with growing popularity in modern applications.

MATLAB 657 views Premium

Curated collection of essential MATLAB source codes for classic edge detection operators in image processing: 1) Canny operator, 2) Kirsch operator, 3) Laplacian operator, 4) LoG operator, 5) Prewitt operator, 6) Robert operator, 7) Robinson operator

MATLAB 660 views Premium

This source code implements an image restoration approach using sparse prior, featuring comparisons between frequency-domain and spatial-domain restoration techniques. The implementation includes referenced research on "Deconvolution using natural im

MATLAB 450 views Premium

A simple MATLAB-based face recognition system implementation using GUI interface. Execute by running facerecog.fig file, includes FaceDatabase library for facial feature storage and comparison. The system demonstrates basic image processing and patte

MATLAB 1229 views Premium

MATLAB implementation of an innovative color white balance algorithm featuring an improved LoG edge-based automatic white balance method. This algorithm utilizes Laplacian of Gaussian operators on both Cb and Cr components in YCbCr color space to ext

MATLAB 623 views Premium