图像 Resources

Showing items tagged with "图像"

Dyadic wavelet multi-level decomposition is a wavelet-based multi-scale image decomposition method for edge detection, successfully achieving multi-scale decomposition and reconstruction of images using wavelets with key implementation algorithms and function descriptions.

MATLAB 253 views Tagged

The ORL Face Database is a valuable resource for face recognition tasks, containing 400 images from 40 subjects with 10 images per person - suitable for implementing recognition algorithms using techniques like PCA, LDA, or deep learning approaches.

MATLAB 189 views Tagged

Implementation of image downsampling using three sampling methods: nearest-neighbor interpolation, bilinear interpolation, and bicubic convolution, with detailed algorithm explanations and code implementation approaches.

MATLAB 246 views Tagged

This corner detection program can identify all convex and concave points in images and display them on binary images with excellent results. Simply run corner.m directly - the implementation utilizes feature detection algorithms to locate key points where image intensity changes significantly in multiple directions.

MATLAB 192 views Tagged

Application Background: The fusion process integrates two or more distinct images using similar or different modalities. Through fusion techniques, we can consolidate all useful information from multiple sources into a single comprehensive image. Key Technology: Evaluation of fusion quality through various similarity metrics.

MATLAB 212 views Tagged

For an input two-dimensional grayscale image, this process first applies the lifting Haar wavelet transform, then compresses the wavelet coefficients using the classic EZW algorithm, and finally reconstructs the original image through inverse transformation. The implementation involves key steps including wavelet decomposition, coefficient quantization, and hierarchical encoding for efficient compression.

MATLAB 191 views Tagged