自带函数 Resources

Showing items tagged with "自带函数"

This program implements the functionality of MATLAB's built-in imfilter function in .m file format, with the same optional parameters as imfilter. The code includes sample images and uses the actual imfilter function at the end for direct comparison of processing results. Note: The program reads RGB images and converts them to grayscale for processing.

MATLAB 270 views Tagged