parallax.reticle_detection.reticle_detection

ReticleDetection for identifying reticle coordinates in microscopy images

Process: - preprocessing, masking, and morphological operations - Utilizes adaptive thresholding, Gaussian blurring, and RANSAC for line detection, line drawing, and pixel refinement - Supports line intersection and missing point estimation

Classes

ReticleDetection(IMG_SIZE, ...[, test_mode])

Class for detecting reticle lines and coordinates.