Skip to content

Instantly share code, notes, and snippets.

@juniorhero
Created September 7, 2016 19:45
Show Gist options
  • Save juniorhero/694da9c9839c8e5baf96e4586b0b8584 to your computer and use it in GitHub Desktop.
Save juniorhero/694da9c9839c8e5baf96e4586b0b8584 to your computer and use it in GitHub Desktop.
Black White Image using Threshold
bu=im2double(b);
threshold=im2bw(bu,0.15);
imshow(threshold,'Parent',handles.axes2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment