Exemplo n.º 1
0
 public PixelReader(string path, RectRatio rect)
 {
     _sourcePath = path;
     _rectRatio  = rect;
 }
Exemplo n.º 2
0
 public static async Task <Pixels> ReadPixelRoiAsync(this Mat mat, RectRatio rect) =>
 await Task.Run(() => mat.ReadPixelRoi(rect));