matlab代码实现 Resources

Showing items tagged with "matlab代码实现"

MATLAB course design focusing on spatial filtering enhancement: Spatial domain filtering involves neighborhood operations on images using templates in the image space. Each pixel value in the output image is calculated by processing the corresponding neighborhood pixels of the input image through a template. Learn and master spatial filtering techniques in MATLAB, and design a GUI interface to implement the following functionality: 1) Create an image interface using MATLAB Guide to read and display images, with buttons for various filter operations; 2) Artificially add noise to an image using imnoise function; 3) Perform linear filtering; 4) Apply median filtering; 5) Implement adaptive filtering; 6) Compare results using custom MATLAB filters.

MATLAB 322 views Tagged

A MATLAB implementation of a matched filter algorithm, available for download. This code demonstrates signal correlation techniques using cross-correlation functions and template matching for applications in signal detection and target identification.

MATLAB 269 views Tagged

MATLAB implementation of LBP feature extraction with getmapping.m defining three different LBP patterns and lbp.m containing the core implementation using efficient sliding-window approach for whole-image LBP transformation without regional partitioning.

MATLAB 274 views Tagged