예제 #1
0
        private void button4_Click(object sender, EventArgs e)
        {
            JLhistgram jlhist = new JLhistgram();

            jlhist.HistgramCompute(jlvideo.get_Image());
            pictureBox2.Image = jlhist.HistgramShow();
        }
예제 #2
0
파일: Form1.cs 프로젝트: secretan/MyUsbPrj
 private void button4_Click(object sender, EventArgs e)
 {
     JLhistgram jlhist = new JLhistgram();
     jlhist.HistgramCompute(jlvideo.get_Image());
     pictureBox2.Image = jlhist.HistgramShow();
 }