Skip to content

Commit

Permalink
Update edge_detection.m
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham722-227 authored Aug 28, 2023
1 parent 9aa7ccc commit 0182670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge_detection.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% MATLAB code for convert RGB into Grayscale and to display edges.
% read the image.
k=imread("image.jpg");
k=imread("flower.jpg");
%Convert into double format.
k=double(k);
% take the average of R, G and B channels.
Expand Down

0 comments on commit 0182670

Please sign in to comment.