Skip to content

Extended-Object-Detection-ROS/extended_object_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended Object Detection

EOD logo
GitHub issues License version

Short information

Extended Object Detection is an ROS package and has ample opportunities for describing objects for detection in the video image.

Abstract

This package is a solution in the field of computer vision, which contains a set of various methods for detecting objects, united by one interface. To use the package, you do not need to dive into the API, all detection settings are available through a single configuration file. The package is developed within the "recognition by parts" paradigm, which allows you to specify various attributes of an object, such as image, color, shape, size, etc. These attributes are recognized separately and then aggregated into integral objects. In addition to recognizing simple objects, the package allows you to specify their combinations, detecting a complex object, which is a set of simple objects and relationships between them. The package provides a full-fledged ROS interface, allowing it to be used in robotics tasks.

Cite

Repository

@misc{extended_object_detection,
 author = {Moscowsky, Anton},
 booktitle = {GitHub repository},
 publisher = {GitHub},
 title = {{Extended Object Detection}},
 url = {https://github.com/Extended-Object-Detection-ROS/extended_object_detection},
 year = {2020}
}

Article

@incollection{moscowsky_eod,
 author = {Moscowsky, A. D.},
 booktitle = {Smart Electromechanical Systems: Recognition, Identification and Modeling},
 doi = {10.1007/978-3-030-97004-8_3},
 keywords = {Computer vision,Object detection,ROS,Robotic},
 pages = {27--43},
 title = {{Extended Object Detection: Flexible Object Description System for Detection in Robotic Tasks}},
 url = {https://link.springer.com/10.1007/978-3-030-97004-8_3},
 volume = {419},
 year = {2022}
}

Contests