Skip to content

This repository contains a tree-based detector to discriminate holes and inserted screws on camera images.

Notifications You must be signed in to change notification settings

IGMR-RWTH/sharework_screw_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Screw Detection

This C++ package locates and classifies screws and holes in camera images. The computer vision model is particularly simple as a random tree with only five features is generated. This makes the application simple and understandable while maintaining a good classification accuracy. The package was developed within the European project SHAREWORK and is part of a scientific publication at the European Signal Processing Conference (EUSIPCO) 2023.

Dependencies:

  • OpenCV
  • ROS (ROS wrapper only)

The original repository containing the library is located here. Refer to the screw_detection_ros for an example how to use this library.

Refer to this repository as: Mandischer, Nils; Döbler, Sebastian; Corves, Burkhard A Simple Screw-Hole Discrimination Pipeline for Deployment in Autonomous Manufacturing European Signal Processing Conference (EUSIPCO), Helsinki, Finland, 2023. DOI pending

About

This repository contains a tree-based detector to discriminate holes and inserted screws on camera images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published