Skip to content

RealBrandonChen/Cell_Stitching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cell_Stitching

2D image stitching codes for microscopy images. A quick method and Python implementation for imaging stitching with an iterative method for pairwise stitching of the Fiji (Image2) plugin. It is especially useful for microscopy images. Adapted from imagej/pyimagej#119. The original algorithm proposed by Preibisch, Bioinformatics, 2009.

Quick start

The only dependency is PyImageJ. OpenJDK and Maven are required. Please follow their instructions for installation. Replace your folder in the codes then you're ready to go! The tutorials are also good resources for Python implementations of the Fiji plugins. Theoretically all the micros and plugins in ImageJ2 can be implemented with PyImageJ.

Why this repo?

I'm working on cell imaging and my data has plenty of overlappings that the grid stitching plugin embedded in the ImageJ is not working (terrible actually). The pairwise stitching works well but mannal stitching is time-consuming. Many public repositories like OpenStitching for images stitching works well for the images with sufficient features, unfortunately my datas with sparse cells are not that kind.

Examples

Release soon.

About

2D stitching codes for microscopy images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages