Lane detection - Homography
Hey guys,
i've just wondered why the more advanced (not the basic version) algorithms for lane detection uses a planar homography to get a "bird view". What advantages does that have? I can calculate a polynomial function for the lane as well without the "bird view", can't I?
and how exactly is this an opencv problem ?
(there is neither a basic nor an advanced lane-detection algorithm in the library)
Yepp you are right thats not exactly an opencv problem. But I thought that this forum right here should be the best place to ask that question.