Skip to content

tulabutsw/image_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image_analysis

image_segmentation_and_stats.m

This MATLAB script is used for the image processing described in Yang et al. Cell 2019.

Description

The script takes as an input a fluorescence channel image that has Pbp1-GFP expressed in the cytoplasm. First, it segments the cell cytoplasm by global intensity thresholding using Otsu’s method. Next, it returns the mean, standard deviation and coefficient of variation of the pixel intensities that make up the cytoplasm.

Requirements

The code is implemented in MATLAB 2018a. It is not tested on earlier versions of MATLAB. Image Processing Toolbox is required.

Usage

Run under the folder containing the script and the two example images. The default script runs with the first example image. To run the second example image, comment out line 20, and uncomment line 22.

If you have questions or problems, please do not hesitate and contact us at Benjamin.Tu@UTSouthwestern.edu or nezgiwood@gmail.com. We will be glad to help.

About

Code for image analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages