Home
last modified time | relevance | path

Searched refs:imgDetectionLabel (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opencv/opencv-4.5.3/samples/java/tutorial_code/ImgProc/threshold_inRange/
H A DThresholdInRange.java45 private JLabel imgDetectionLabel; field in ThresholdInRange
233 imgDetectionLabel = new JLabel(new ImageIcon(img)); in addComponentsToPane()
234 framePanel.add(imgDetectionLabel); in addComponentsToPane()
241 imgDetectionLabel.setIcon(new ImageIcon(HighGui.toBufferedImage(imgThresh))); in update()