3940414243444546474849505152
// } this.setSize(m.width()+30, m.height()+50); MatOfByte mob = new MatOfByte(); Highgui.imencode(".jpeg", m, mob); byte [] imgByteArray = mob.toArray(); ImageIcon img = new ImageIcon(imgByteArray); this.imgL.setIcon(img); //if( !this.isVisible() )