Skip to content

Helpful tools, functions, plots, and visualizations. Explore the main readme!

Notifications You must be signed in to change notification settings

Kafri-Lab/Matlab-Pro-Tips

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Helpful tools, functions, plots, and visualizations. Explore the main readme!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages