图象 Resources

Showing items tagged with "图象"

I have developed several cepstrum calculation methods based on its mathematical definition using MATLAB. The provided code snippets are executable directly in MATLAB. However, initial implementations struggled to identify target frequencies from the resulting plots, leading to methodological refinements.

MATLAB 302 views Tagged

A MATLAB implementation for license plate localization that processes an input image through morphological opening to extract the background, subtracts the background from the original image, computes the histogram to determine a threshold for binarization, applies a final morphological opening operation, and produces the localization result.

MATLAB 230 views Tagged

This program utilizes wavelet transformation for image analysis, applies noise filtering techniques, and ultimately enhances image edge effects through dedicated processing algorithms.

MATLAB 261 views Tagged