コード例 #1
0
 public void Zero()
 {
     if (image.ptr != null)             // this allways return true currently on mono
     {
         PInvoke.cvZero(image);
     }
 }