Skip to content

LeebDeveloper/microscopy-image-stitching

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microscopy Image Stitching

This repo is a solution for combining 2D images based on Phase Only correlation and Laplacian Pyramid methods. This method makes accurate and fast compositing only for 2D images moving in the x and y axes. Multiple merging can be done using datasets consisting of images. In addition, the functions parallelized using OpenMP and still under development.

Algorithmic process

  • Phase Only Correlation
  • Feature Matching
  • Homography matrix
  • Laplacian Pyramid

Acceleration using OpenMP

It can generate panorama image even in small common areas.

image 1

Scanning can be done in all directions. It can combine images that have moved asymmetrically in all directions.

image 2

Panoramic images created from sample microscope images

image 3

image 4

image 5

About

Panoramic image generation from 2D microscope images

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.7%
  • C++ 22.2%
  • CMake 0.1%