1

I am trying to display an HImage in a QT graphicsview object using c++. Can anyone please point me in the right direction? I haven't been able to find any clues on the internet so far.

Kilian Hohm
  • 320
  • 1
  • 7
MSK
  • 448
  • 2
  • 5
  • 18

1 Answers1

5

There is a standard example showing the usage of HALCON in Qt. It shows how a qhalconwidget could be implemented to handle iconic objects.

The example can be found here (after installing HALCON): %HALCONEXAMPLES%\cpp\qt\matching

Kilian Hohm
  • 320
  • 1
  • 7