基本处理 Resources

Showing items tagged with "基本处理"

This GUI function implements the most essential image processing techniques, functioning as a mini Photoshop. It includes file reading, geometric transformations (vertical mirroring, translation, rotation, scaling), orthogonal transforms (DFT, FFT, DCT, DST, DHT, DWashT), grayscale processing (color inversion, histogram equalization, global linear transform, piecewise linear transform, exponential/logarithmic nonlinear transforms), image enhancement (noise addition, smoothing, sharpening, pseudo-color enhancement), image segmentation (grayscale thresholding, edge detection using Robert/Laplace/Sobel/Prewitt/Canny operators), image restoration (direct inverse filtering, Wiener filtering), and image compression (Huffman coding, run-length encoding).

MATLAB 285 views Tagged

The source code is implemented in MATLAB and provides fundamental processing capabilities for interferometric SAR data, including phase extraction, differential phase analysis, and elevation information retrieval.

MATLAB 230 views Tagged