You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Unfortunately, I didn't end up getting a good way to do this. I think the only way to do it would be to write some C/C++ to do the job, and I didn't find the time to do it.
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 thelpo.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
The text was updated successfully, but these errors were encountered: