Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 1.21 KB

README.md

File metadata and controls

32 lines (16 loc) · 1.21 KB

Original Code from the Kafri Lab

Overlay colours on a 3D image stack (rgb_overlay)

result

>>> rgb_overlay(labelled_img_stack, original_img_stack);

rgb_overlay.m will add a layer of colour given by a labelled image ontop of an original grayscale image.

Code from other Authors used at the Kafri Lab

Display 3D imagery (imshow3Dfull)

result

imshow3Dfull.m displays 3D grayscale or RGB images in slice by slice fashion with mouse based slice browsing and window and level adjustment control. Original source

Overlay text on image (text2im)

result

text2im.m converts a passed text string to a matrix which contains the the string as an image. Original source


More tips to come...