结果 Resources

Showing items tagged with "结果"

The file canny.m in the "canny edge detection" folder contains the implementation code for Canny edge detection. compare.m and connect.m are auxiliary functions used within this code. clique.jpg is the original image, while step1.jpg, step2.jpg, step3.jpg, and threshold 80 and 100.jpg represent results from four processing stages. all.jpg displays the final output of the Canny edge detection process.

MATLAB 181 views Tagged

After execution, the color image road recognition program extracts a specific region from the image, calculates the mean and variance of color values, and produces analytical results for road identification.

MATLAB 197 views Tagged

This is a test program implementing a Deep Belief Network (DBN) algorithm using stacked Restricted Boltzmann Machines (RBMs). The current implementation employs contrastive divergence for training individual RBMs and includes both pre-training and fine-tuning phases. However, the performance results have been suboptimal, possibly due to parameter tuning challenges or architectural limitations in the neural network layers.

MATLAB 242 views Tagged

A robust MATLAB implementation for face recognition using sparse coding, derived from Yang's seminal paper, ideal for beginners to systematically learn sparse coding concepts. The algorithm achieves strong performance on both occluded and non-occluded face recognition tasks, featuring sparse representation classification with error tolerance mechanisms.

MATLAB 187 views Tagged