示例#1
0
 private void loadPicture(Image img)
 {
     unsafe
     {
         lbp = new LBP(img);
         pictureBox.Image    = lbp.getPicture();
         pictureBoxLBP.Image = lbp.getChengedPicture();
         lbp.setUnlock();
     }
 }
示例#2
0
 private void loadPicture()
 {
     //unsafe
     //{
     lbp = new LBP(img, str, checkBox1.Checked);
     pictureBox.Image    = lbp.getPicture();
     pictureBoxLBP.Image = lbp.getChengedPicture();
     DrawGraph();
     //lbp.setUnlock();
     //}
 }