Hi @philkr, and other lpo users,
Is there any way, convenient or not, to convert an ndarray object to the Image8u type used in this library? Using the lpo.improc.imread function obviously reads a file from disk, and provides the proper data type. I'm wondering if I can avoid having to read from disk if it's already in memory as an ndarray?
Thanks
Hi @philkr, and other lpo users,
Is there any way, convenient or not, to convert an ndarray object to the
Image8utype used in this library? Using thelpo.improc.imreadfunction obviously reads a file from disk, and provides the proper data type. I'm wondering if I can avoid having to read from disk if it's already in memory as an ndarray?Thanks