Matlab实现 Resources

Showing items tagged with "Matlab实现"

This project includes: research paper on SVM for image classification using block partition feature extraction, with corresponding MATLAB implementation where image partitioning, feature extraction, and clustering are completed using MATLAB 6.5. The MATLAB code implementation involves key functions for image processing blocks, feature vector computation, and clustering algorithms integration.

MATLAB 258 views Tagged

An algorithm for information hiding implemented in MATLAB, including a suite of image processing functions for various attacks and transformations: mycompress.m for JPEG lossy compression, mycrop.m for image cropping, myhighpass.m for high-pass filtering, mylowpass.m for low-pass filtering, mynoise.m for Gaussian and salt-and-pepper noise addition, myresize.m for image scaling, myrotate.m for image rotation, mywiener.m for Wiener filtering, and myattack.m as a comprehensive collection of all the above attacks.

MATLAB 225 views Tagged