Skip to content
/ DOG Public

A Jython script for Fiji/ImageJ to perform Difference of Gaussian on fluorescent stack and plot the result

Notifications You must be signed in to change notification settings

bpavie/DOG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOG

A Jython script for Fiji/ImageJ to perform Difference of Gaussians on fluorescent stack and plot the result.

This script will open a single channel fluorescent stack, perform the Difference of Gaussians and then plot all found points with the orthoslice view

Parameters available :

  • cellDiameter : select the cell/nucleus diameter (in unit of the Image Stack)
  • minPeak : min intensity for a peak to be considered
  • plotType : plot Points, Icospheres or limit to the first 3495 points due to some slowdown with Icospheres
  • cellIcosophere : size of the point/icosphere use to visualize each detected point.

TODO:

  • Apply 3D Watershed segmentation using the detected points has a seed (see 3D Watershed plugin )
  • Allow multiple channels in the stack
  • Add a dialog for the parameters
  • Add interface to measure nucleus/cell parameters

About

A Jython script for Fiji/ImageJ to perform Difference of Gaussian on fluorescent stack and plot the result

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages