This project demonstrates a basic image preprocessing pipeline for bug-skin microscopy/tomography images.
The pipeline includes:
- Sharpness detection using the variance of the Laplacian
- Selection of the sharpest frames from rotation-angle windows
- Synthetic blur generation for supervised image restoration
- Patch extraction for creating machine learning training pairs
bug-skin-image-preprocessing/
├── notebooks/
│ └── Image_preprocessing.ipynb
├── sample_png/
├── outputs/
├── requirements.txt
└── README.md