Micro-Stitch
|
This repository contains the implementation of an innovative tool designed for real-time panoramic imaging in an optical microscopy environment. The tool aims to overcome limitations associated with conventional panoramic image construction techniques, offering an efficient and high-quality solution through the use of computer vision algorithms.
In the field of optical microscopy, analysts commonly rely on a macroscopic reference frame to locate specific details in samples. Often, computational tools are employed to construct high-resolution panoramic images from lower-resolution captures. However, this traditional process is tedious, time-consuming, and often yields low-quality results in terms of image resolution.
This project has been tested and is compatible with the following environment:
1 - Clone the repository
2 - Create a virtual enviroment with:
3 - Activate venv with (Windows):
.\.name_venv\Scripts\Activate.ps1
4 - Install dependencies
py -m pip install -r requirements.txt
The tool features a user-friendly interface built with QML and Qt.
To launch the tool with the graphical user interface, run:
Contributions are welcome! Please fork the repository and create a pull request. If you encounter any issues, please open a new issue here.
This project is licensed under the MIT license - see the LICENSE.md file for details.