示例#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();
 }