edge detection of rgb images

Version 1.0.0.0 (1.38 KB) by sajid ali
below
511 Downloads
Updated 17 Dec 2013

View License

you should select an rgb image it only works on rgb imgs. so take an image from your system drive i.e
[filename,pathname]=uigetfile('*.*','chos e an image');
f=imread(strcat(pathname,filename));
then using the comand imshow(vg)
u can see image gradient . for reading an image u also can use fullfile command

Cite As

sajid ali (2024). edge detection of rgb images (https://www.mathworks.com/matlabcentral/fileexchange/44721-edge-detection-of-rgb-images), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2013a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags
dip

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0