Detect any object(unknown) from a camera to avoid colision

asked 2015-11-21 11:34:01 -0600

updated 2015-11-21 12:00:09 -0600

Hi guys, I'm really new in OpenCV, and I started to do a project in my uni that is a Drone equipped with a gopro camera that navigates from a point A to a point B, for example, and in this path, the drone face some obstacles like a bird or other drone and the drone needs to dodge obstacles. Is that possible? I just need to know if i can recognize any object(witch is unknown) and change my path to dodge it. Thanks guys!

edit retag flag offensive close merge delete

Comments

3

yes it should be possible and you can try using this

LBerger gravatar imageLBerger ( 2015-11-21 13:04:32 -0600 )edit

It is possible but be aware that finding a fully working of the shelf and free obstacle avoidance application is nearly impossible. It will require you to implement parts yourself and you will have to dig through recent academic publications to find the best solution to your problem.

StevenPuttemans gravatar imageStevenPuttemans ( 2015-11-23 08:34:46 -0600 )edit