二值图像 Resources

Showing items tagged with "二值图像"

This MATLAB implementation demonstrates a two-stage image processing approach: first applying the Sobel operator for edge detection on binary images, then utilizing Hough transform to identify circular objects by determining their center coordinates and radii. The package includes sample images, detailed code explanations, and visual results illustrating the complete workflow.

MATLAB 236 views Tagged

This resource contains five categorized folders: (1) MATLAB Programs - featuring 10+ source codes with detailed注释 aligned with textbook algorithm descriptions; (2) Binary Images - suitable for morphological processing and curve evolution experiments via boundary extraction; (3) Grayscale/Color Images - materials for segmentation, smoothing filters, contrast enhancement, color enhancement, and magnification experiments; (4) Video Clips - demonstrating evolutionary processes including GAC model segmentation using variational level sets, image denoising via P-M equation

MATLAB 239 views Tagged

Digital image processing experiment using histogram analysis to determine segmentation threshold at approximately 130, converting grayscale images to binary with optimal segmentation results. Image Processing Experiment (Part 6) - Image Compression and Encoding: Learning JPEG compression encoding through three key steps: DCT transformation for redundancy removal, quantization using quantization tables, and Huffman encoding of quantized coefficients.

MATLAB 209 views Tagged