图像 Resources

Showing items tagged with "图像"

For digital images composed of pixels, varying occurrences and spatial distributions of different grayscale pixels shape distinct visual patterns. Information entropy quantitatively captures these shape characteristics by measuring image complexity and uncertainty. This program calculates entropy for single or multiple images, featuring clear implementation with well-commented code for ease of understanding and adaptation.

MATLAB 223 views Tagged

HOUGH line detection design program implementing the following features: (1) Reading input images (binary/black-white images) for detection; (2) Outputting Hough transform results; (3) Generating detected specific line images. The program includes edge detection preprocessing and parameter optimization for robust line identification.

MATLAB 196 views Tagged

MATLAB implementation of 5-3 integer wavelet analysis comprising three core files: analysis function for wavelet decomposition, reconstruction function for inverse transformation, and main program supporting three-level wavelet decomposition of images with configurable parameter settings.

MATLAB 186 views Tagged

This program implements image processing techniques to detect lines in images, marking detected lines in green with '+' symbols indicating endpoints, while highlighting the longest line using a distinct color for better visual differentiation.

MATLAB 218 views Tagged

Hand Gesture Recognition Implementation with Algorithm Flowcharts and MATLAB Codebase - Featuring American Sign Language (ASL) Detection with Background Preprocessing Requirements

MATLAB 198 views Tagged