图像 Resources

Showing items tagged with "图像"

This graduation project implements practical fruit image feature extraction by simply running the "apple.m" MATLAB script, which serves as the main executable file for the image processing pipeline.

MATLAB 242 views Tagged

Perform multi-level (≥3) 2D discrete wavelet transformation on images, reconstruct the transformed data, and calculate the Peak Signal-to-Noise Ratio (PSNR) of the reconstructed image. Implementation typically involves wavelet decomposition using functions like wavedec2(), reconstruction using waverec2(), and PSNR calculation through mean squared error computation.

MATLAB 195 views Tagged

This database comprises 213 grayscale images representing 7 distinct positive facial expressions from 10 subjects. All images are stored as 256×256 pixel 8-bit grayscale TIFF files, with an average of 2-4 samples per expression per individual. The dataset structure facilitates implementation of facial expression recognition algorithms through standardized image preprocessing and classification techniques.

MATLAB 250 views Tagged