图像显示 Resources

Showing items tagged with "图像显示"

Implementation of Gabor filter computation modules. Gabor1.m: Visualizes 4-direction Gabor filter templates through image display. Gabor2.m: Top-level module implementing Gabor filtering on Lena image using 4 directional filters. gabor.m: Plots spatial and frequency domain representations of a single Gabor filter. compute.m: Core Gabor filter computation function (called independently by the above 3 modules which operate separately).

MATLAB 236 views Tagged

Develop fundamental image processing programs using MATLAB, which encompass functionalities such as: reading, writing, and displaying images (supporting common formats like BMP, JPEG); image cropping and scaling operations; color space transformations (e.g., RGB to grayscale); basic histogram transformations and histogram equalization; image smoothing and sharpening techniques; edge detection methods; thresholding operations; discrete Fourier transform; and binary morphological processing (erosion, dilation, opening, and closing). The implementation demonstrates core image manipulation algorithms with practical code examples.

MATLAB 258 views Tagged

A custom MATLAB GUI application featuring folder browsing, image file listing with click-to-display functionality, and image dimension display in text boxes. Includes image processing capabilities like brightness/contrast adjustment and filter application, with save/export functionality supporting multiple formats.

MATLAB 282 views Tagged