コード例 #1
0
 public void RemoveThreshold2Listener(TrackbarListener l)
 {
     threshold2Listeners.Remove(l);
 }
コード例 #2
0
 public void RemoveCanny2Listener(TrackbarListener l)
 {
     canny2Listeners.Remove(l);
 }
コード例 #3
0
 public void AddThreshold2Listener(TrackbarListener l)
 {
     threshold2Listeners.Add(l);
 }
コード例 #4
0
 public void AddCanny2Listener(TrackbarListener l)
 {
     canny2Listeners.Add(l);
 }