예제 #1
0
 public void RemoveInterruptCallback(EdgeDetection edgeDetection, Action <int, int, uint> callback)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public void RegisterInterruptCallback(EdgeDetection edgeDetection, Action callback)
 {
     throw new NotImplementedException();
 }