Ask Your Question

tul1's profile - activity

2018-08-22 23:24:53 -0600 received badge  Popular Question (source)
2014-12-02 15:06:47 -0600 received badge  Supporter (source)
2014-12-02 14:24:50 -0600 answered a question OpenCV 2.4.9/FFmpeg not working on Ubuntu

I have a similar problem time ago. I solved it using the recipe in this link: http://www.javieriparraguirre.net/installing-opencv-debian/

2014-12-02 14:02:00 -0600 asked a question Detect edges between the walls and the floor only

I'm trying to process the following images from a maze. My Question is about how to process the edges. I'm using OpenCV 2.4 with c++. I'd like to know if there is any way to discriminate the edges between the floor and the wall from the lines painted in the floor?

The floor is black, the walls are white and the lines painted in the floor are white too.

I'm using Canny and HoughLinesP functions to detect and save the lines. But as you can see in the images the program doesn't separate the lines from the edges.

Maze shape

Lines detected