コード例 #1
0
        private void BlobBar_Scroll(object sender, EventArgs e)
        {
            int pos;

            pos             = this.BlobBar.Value;
            this.Thres.Text = pos.ToString();

            VSTest.Vision_Binary(pos);
        }
コード例 #2
0
 private void numericUpDownThresholdCell_Click(object sender, EventArgs e)
 {
     VSTest.Vision_Binary((int)numericUpDownThresholdCell.Value);
 }