Hi, I have 3d RGB array I need to convert it to 4d RGBA array using reshape how to do that kindly help me. Basically x = np.reshape(x, (1,64,64,3)) this python operation i have to do in c++.
1 | initial version |
Hi, I have 3d RGB array I need to convert it to 4d RGBA array using reshape how to do that kindly help me. Basically x = np.reshape(x, (1,64,64,3)) this python operation i have to do in c++.