コード例 #1
0
ファイル: Perceptron.cs プロジェクト: Tomber0/maoi_lab_03
 public void ChangeImage(ImageMatrix image)
 {
     ImgMatrix = image;
 }