图像 Resources

Showing items tagged with "图像"

This MATLAB function implements affine transformation on images, providing excellent source code with configurable parameters for various geometric transformations including scaling, rotation, translation, and shearing operations.

MATLAB 198 views Tagged

This program performs various image processing operations including grayscale conversion, rotation, sharpening, and drawing geometric shapes (circles, ellipses, lines) on images. Implementation requires entering specific parameter expressions in input fields. Example expressions: Line drawing: x1=20,y1=15,x2=150,y2=100; Circle: x=100,y=100,r=20; Ellipse: x=100,y=100,a=16,b=9; Rotation: angle=30(degrees),ax=100,ay=90; Sharpening: factor=80. The core algorithms utilize matrix transformations for geometric operations and convolution kernels for sharpening.

MATLAB 243 views Tagged

This method compresses images using 2D-DCT, transmits them through QPSK modulation and AWGN channel coding, then reconstructs the original images via IDCT decompression - applicable to any image format with configurable compression and transmission parameters.

MATLAB 271 views Tagged

This program performs basic spectral analysis on images to generate frequency spectrum visualizations, utilizing Fast Fourier Transform (FFT) algorithms and supporting multiple image formats including JPEG, PNG, and GIF.

MATLAB 214 views Tagged