边缘检测 Resources

Showing items tagged with "边缘检测"

Program Code Description P0401: Edge detection with Prewitt operator P0402: Edge detection using LoG operator with different σ values P0403: Edge detection using Canny operator P0404: Image threshold segmentation P0405: Image segmentation using watershed threshold method P0406: Quadtree decomposition of matrices P0407: Classifying images into text and non-text categories P0408: Morphological gradient for edge detection in binary images P0409: Morphology example - Removing all current lines from PCB images while retaining chip components only

MATLAB 402 views Tagged

Implementation of image processing tasks in MATLAB including edge detection, image segmentation, feature extraction, and digital image recognition. The process involves applying blurring, sharpening, and histogram equalization operations to images with visualization of results. Complete image edge detection is implemented to achieve portrait or sketch effects, with graphical representation of processed outputs including key function explanations and algorithm implementations.

MATLAB 213 views Tagged

A MATLAB-based edge detection program successfully detects edges in Olympic opening ceremony images, verified to run properly in MATLAB 6 environment with implementation details on algorithms and key functions.

MATLAB 256 views Tagged