Esempio n. 1
0
 public static Matrix <double> tocv(this Matrix4d tk)
 {
     return(new Matrix <double>(tk.toArray()));
 }