Public static methods
object array_to_img(ndarray x, string data_format, bool scale, DType dtype)
ndarray img_to_array(object img, string data_format, DType dtype)
object img_to_array_dyn(object img, object data_format, object dtype)
void save_img(object path, object x, object data_format, object file_format, bool scale, IDictionary<string, object> kwargs)
object save_img_dyn(object path, object x, object data_format, object file_format, ImplicitContainer<T> scale, IDictionary<string, object> kwargs)
Public properties