What is the length of the tape/strip from the image?

asked 2020-09-25 08:36:25 -0600

Problem explanation: 1. tape can be in any position of the image 2. Position can vertical / horizontal for tape Condition: Is to do without using a deep learning model only with help of OpenCV

my approach is given below 1. firstly convert the image to grayscale 2. thresholding to differentiate between foreground and background 3. morphology to reduce the noise in the image 4. After that trying to find the ROI but no ability to detect the tape

please suggest me how to proceed/guidance very helpful for me

edit retag flag offensive close merge delete

Comments

please add code / images to your question

berak gravatar imageberak ( 2020-09-25 09:46:09 -0600 )edit