Open cv Python line detection
Hi, I am wondering how to get the following result with open cv.
Hi, I am wondering how to get the following result with open cv.
Asked: 2019-10-27 06:16:38 -0600
Seen: 182 times
Last updated: Oct 27 '19
Area of a single pixel object in OpenCV
how to understand which functions available in python bindings?
Problems installing opencv on mac with python
build problems for android_binary_package - Eclipse Indigo, Ubuntu 12.04
OpenCV DescriptorMatcher matches
Can't compile .cu file when including opencv.hpp
Weird result while finding angle
cv2.perspectiveTransform() with Python
Using OpenCV's stitching module, strange error when compositing images
You can't. It is unmarked lanes.It is not asphalt road. If it too dark, then you can't detected lane. You can do manually
HoughLineS
for image but not for video. I recommend merelyHoughLineP
.Anything one can do to still images can be done to a video, as it is just a stream of frames. While the lanes are not marked, with right parameters to the detection function it should be possible - plus other, heuristic code for figuring out which lines represent the road's edge - and what to fo when none is found.