数字图像处理 Resources

Showing items tagged with "数字图像处理"

Huffman coding implementation for digital image processing. This program performs Huffman encoding on input images, displays the original image's entropy and average code length after encoding, and reconstructs images from the encoded data. Built using C++/MATLAB hybrid programming with pre-compiled MATLAB library files, requiring no additional C++ linking. Includes source code, original test images, and encoded result images.

MATLAB 278 views Tagged

This software's core functionality is divided into two primary modules: Digital Image Processing and Digital Image Matching. The processing module enables users to perform fundamental image manipulations including scaling (zoom in/out), flipping, and grayscale conversion. The matching module allows users to compare two images, display matching results, and supports advanced operations like feature extraction and similarity calculation through robust algorithms such as SIFT or ORB.

MATLAB 200 views Tagged