Ask Your Question

ehsan's profile - activity

2017-07-03 10:49:23 -0600 asked a question Barrier tape detection

Hello everyone,

What is the fastest method to detect a barrier tape ?

Here is an example picture : https://cdn.pbrd.co/images/GzeP2VE.jpg

Currently I'm using two color filters (black and yellow) then add these two pictures and finally try to find a line in the image using HoughLines, this sometimes works but also fails regularly, specially when one of the black or yellow parts is not passed through the color filter. This method also fails when there are two barrier tapes in a picture.

I don't want to go for learning methods because I think there must be something easier, what do you guys suggest ?

Thanks in advance