lessthanoptimal / BoofCV

Fast computer vision library for SFM, calibration, fiducials, tracking, image processing, and more.
http://boofcv.org
1.05k stars 259 forks source link

Embed qr code reader into my siwng application #418

Open CRY-D opened 7 months ago

CRY-D commented 7 months ago

How can I add the 'ImagePanel' to a JPanel, as the ShowImages.showWindow(imagePanel, "title", true) method creates a new JFrame?", I've tried the 'add()' method but does not work.