图像 Resources

Showing items tagged with "图像"

This code implements SIFT algorithm for image feature point extraction and descriptor computation. Running show.m performs feature point extraction, while match.m handles image matching between two images. The documentation explains SIFT algorithm workflow, with 1.jpg and 2.jpg serving as test images for demonstration.

MATLAB 253 views Tagged

Harris Corner Detection Program with sample images, enabling users to select regions of interest via mouse interaction for corner extraction. Features clean code implementation suitable for beginners, with potential enhancements like automated corner detection and image preprocessing.

MATLAB 317 views Tagged

The Block-Matching and 3D Filtering (BM3D) algorithm is a computationally scalable approach based on an innovative denoising strategy. It achieves state-of-the-art denoising performance in terms of both peak signal-to-noise ratio and subjective visual quality through block-matching, collaborative filtering, and wavelet-based thresholding techniques.

MATLAB 233 views Tagged