How to display images - phonchi/ASCEP GitHub Wiki

Micrographs

In Matlab use grayImage = uint8(255 * mat2gray(originalImage)); imshow(grayImage);