Here are the links to videos with stomata that I used:
1st file with video whre desity is known - https://drive.google.com/file/d/13RwFFxrIy3_jBjt4aiUzoOi96AA55SHj/view?usp=share_link
Blob_Thresh.py - code for my 1st approach with adaptive thresholding and blob detection. 2dfft.py - code for my 2nd approach with two dimensional Fast Fourier Transform
yolo_img.py and yolo_vid.py - 3d and 4th approach using YOLOv8 model, in order to be able to run them, you need to install best.py (which are the weights that model uses)
args.yaml - default YOLOv8 augmentation data from ultralytics