You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple program that is able to conduct edge detection of the droplets and point out the narrowest part of them. To run this program successfully, therer are some libraries required to be installed.
They are:
OpenCV, NumPy and PyQt5. All these libraries can get installed in the terminal with the followingcommands:
pip install opencv-python;
pip install numpy;
pip install PyQt5.
Thank you for choosing to use this code, have a nice day.