Skip to content

Instantly share code, notes, and snippets.

@juniorhero
Created September 7, 2016 20:36
Show Gist options
  • Save juniorhero/913f7f44d911707a3e906e0a5281306b to your computer and use it in GitHub Desktop.
Save juniorhero/913f7f44d911707a3e906e0a5281306b to your computer and use it in GitHub Desktop.
Edge Detection using Prewitt method
BW2 = edge(I,'Prewitt');
imshow(BW2,'Parent',handles.axes2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment