数字图像 Resources

Showing items tagged with "数字图像"

An excellent introductory program for learning image fusion techniques, implementing image transformations, applying fusion strategies in the transform domain, and performing inverse transformations to complete the fusion process

MATLAB 201 views Tagged

Research on digital image grayscale processing software based on MATLAB, designing a visual and operational GUI interface using MATLAB's built-in functions. The interface incorporates the following functionalities: (1) Digital image cropping transformation: Allows users to crop specific regions of interest from images. (2) Horizontal and vertical mirroring operations: Includes both horizontal and vertical mirror transformations. (3) Image enhancement techniques: Utilizes mean filter technology for noise reduction and smoothing to improve visual quality and highlight specific features.

MATLAB 293 views Tagged

Image segmentation is the process of partitioning digital images into segments (sets of pixels, also known as superpixels). This technique simplifies and/or transforms image representation to make it more meaningful and easier to analyze [1][2]. Image segmentation is commonly used to locate objects and boundaries (lines, curves, etc.) by assigning labels to each pixel such that pixels with same labels share specific characteristics. Implementation approaches include thresholding, region-growing, and clustering algorithms.

MATLAB 286 views Tagged