ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Occupancy Grid Line Extraction

asked 2018-05-02 15:52:41 -0500

oz_stuttgart gravatar image

I'm currently working on line recognition/extraction from occupancy grid maps. Basically the node should extract a set of lines from a occupancy grid map. After an extensive search I did not find anything done in ros on that topic except the laser line extractions nodes that work on laser messages. Does anybody have a hint on this topic or is anybody else working on that? I can't believe that this has not been implemented before.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-05-03 18:06:58 -0500

You want to look into the hough line detector in OpenCV.

If you convert the occupancy grid map into an OpenCV Mat object with obstacles set to white and everything else black, then the hough line detector should do exactly what you want.

edit flag offensive delete link more

Comments

This question has a good discussion about converting occupancy maps to cv::Mat images.

PeteBlackerThe3rd gravatar image PeteBlackerThe3rd  ( 2018-05-03 18:09:35 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2018-05-02 15:52:41 -0500

Seen: 1,170 times

Last updated: May 03 '18