issues
search
accosmin
/
nano
C++ library [machine learning & numerical optimization] - superseeded by libnano
MIT License
1
stars
0
forks
source link
Refactor image_t
#103
Closed
accosmin
closed
8 years ago
accosmin
commented
8 years ago
Goal: faster tensor to image transformations Todo:
store luma and rgb/rgba patches as tensor3d_t objects
simplify image_t interface: just load/save from file, load/save from tensor, resize, fill, block<> ...
accosmin
commented
8 years ago
Still to do:
can remove fill and copy functionality from image_t -> should use plane() directly
cleanup image_grid_t' interface: should inline it all, maybe don't assume rgba color space
warp utility: the rotation transformation does not look right
Goal: faster tensor to image transformations Todo: