Skip to content

Small project performing detection of a pattern in an image - C++, OpenCV, Qt

Notifications You must be signed in to change notification settings

Tanguyabel/PatternDetection

Repository files navigation

PatternDetection

Small project performing detection of a pattern in an image

keywords: C++, OpenCV, Qt

Requirements

  • Qt >= 4
  • OpenCV 2

How to use

  • Select two images containing similar elements (typically the same scene from different points of view).
  • Using your mouse, select an area to detect in one of the picture.
  • By pressing the button "Detect", the area will be detected (if present) and highlighted in the other picture

How does it work?

Look at the code, in particular detection.cpp.

About

Small project performing detection of a pattern in an image - C++, OpenCV, Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published