How to recognize a zebra crossing from top view using OpenCV? It is not a straight zebra crossing - it has some twists and turns. I have some ideas:
parallel line detection, but the available techniques only work to find straight parallel lines, not curved
template matching to match a template of back to back white and black stripes, but it becomes tedious since I can't find any pattern matching techniques with scaling and rotation