直方图匹配 Resources

Showing items tagged with "直方图匹配"

Implementation of image processing techniques including: (1) histogram equalization, (2) histogram matching, (3) neighborhood averaging, (4) local enhancement, and (5) median filtering. Complete source code provided for these fundamental image processing operations.

MATLAB 194 views Tagged

Source code implementation for image stitching. The method first identifies image overlap regions using a column-based feature matching approach, then performs grayscale adjustment through histogram matching, and finally achieves seamless image integration using a weighted smoothing algorithm.

MATLAB 205 views Tagged