图像 Resources

Showing items tagged with "图像"

A novel method for automatic rigid image registration using MATLAB and C++ hybrid programming for enhanced processing speed, featuring optimized algorithms and parallel computing implementation.

MATLAB 173 views Tagged

This program implements region growing algorithm for image segmentation with four input parameters: 1) x-coordinate of seed point, 2) y-coordinate of seed point, 3) input image for segmentation, 4) threshold value used during region growth. The algorithm uses pixel connectivity and similarity criteria to expand regions from seed points.

MATLAB 203 views Tagged