template <typename T> dlib::matrix<T> testDlib(const Mat2d<T>& mat) { return dlib::mat((T*)mat.raw_ptr(), mat.n_rows(), mat.n_cols()); }