Skip to content

Library that allows you to find obstacles in space using only one camera

License

Notifications You must be signed in to change notification settings

BartekkPL/obstacle-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Obstacle Detector, your new C++ library for detecting obstacles in space with only one camera!

Build Status

Features

Platforms

This obstacle detector has been used only on Linux, but it probably can works on any other platform as well.

Tested on Raspberry Pi 3B+.

Usage

The only thing what you have to do is build and link this library! If you want to know something more please look at tests or write mail to me:)

Build

git clone https://github.com/BartekkPL/obstacle-detector.git
cd obstacle-detector/
mkdir build
cd build/
cmake ..
make

And after these steps you have builded library ready to use it in new projects!

You found it at obstacle-detector/build/libObstacleDetector.so.

Projects using this library

I use it in my master thesis.

License

OBSTACLE-DETECTOR is released under Apache License.

About

Library that allows you to find obstacles in space using only one camera

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published