Skip to content
Vivien METAYER – Développeur Vision / 3D / IA
  • Home
  • Blog
  • English
    • Français
    • English
  • Toggle website search
Menu Close
  • Home
  • Blog
  • English
    • Français
    • English
  • Toggle website search
  • Home
  • Blog
  • English
    • Français
    • English
Read more about the article Shape based matching with OpenCV

Shape based matching with OpenCV

  • Post published:July 1, 2020
  • Post category:C++/OpenCV

In this article, we'll see how to use Generalized Hough Transform with OpenCV to do shape based matching. This algorithm takes points along the contours of an object with the…

Continue ReadingShape based matching with OpenCV
Read more about the article Make graphs in C++ with Qwt and Visual Studio

Make graphs in C++ with Qwt and Visual Studio

  • Post published:July 1, 2020
  • Post category:C++/Qt

If you want to make graphs in C++ with Qt, you have a few solutions. Qt Charts and QCustomPlot are great ones if GPL license is not a problem. On…

Continue ReadingMake graphs in C++ with Qwt and Visual Studio