private void BlobBar_Scroll(object sender, EventArgs e) { int pos; pos = this.BlobBar.Value; this.Thres.Text = pos.ToString(); VSTest.Vision_Binary(pos); }
private void numericUpDownThresholdCell_Click(object sender, EventArgs e) { VSTest.Vision_Binary((int)numericUpDownThresholdCell.Value); }