An algorithm to count drops of fluid on video automatically. It can be used in high-precision manufacturing, pharmaceuticals, to detect potential leakages of weak equipment.
Challenges
Video processing in order to recognize the object of interest
Counting the number of drops
Solutions
To catch a moving object in the video, it is needed to leave this single object on all the shots. For this purpose background and foreign objects should be removed from the shots.
To count the number of drops, we analyzed all shots of the video to detect a stretched drop using OpenCV
Results
As a result, we managed to accurately recognize the drop falling on the video and count the fallen drops.
The data on the calculated number can be compared with the admissible values depending on the specific task and industry.