Exemplo n.º 1
0
 //计算左
 private void button_cal_left_Click(object sender, EventArgs e)
 {
     image_left.ImageCal6(0.000001, p_left);
 }
Exemplo n.º 2
0
 //计算右
 private void button1_Click_1(object sender, EventArgs e)
 {
     image_right.ImageCal6(0.000001, p_right);
 }