Skip to content

Instantly share code, notes, and snippets.

@juniorhero
Created September 7, 2016 20:19
Show Gist options
  • Save juniorhero/49e7bfe3a33ade6f301ea1b4d9f22121 to your computer and use it in GitHub Desktop.
Save juniorhero/49e7bfe3a33ade6f301ea1b4d9f22121 to your computer and use it in GitHub Desktop.
Edge detection using prewitt
bu=rgb2gray(b);
edge_prewitt = edge(bu,'Prewitt');
imshow(edge_prewitt,'Parent',handles.axes2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment