I have an image with 5 bands.
I need to multiply each band of this image by different scalars one time
(I'm lazy to do it one by one) and then get multiband image as a output.
For example (band1*1.1) (band*1.2) (band3*1.25) etc.
Then output return to an image with 5 bands.
How can I multiple each band of multiband image by separate scalars at the same time?
أكثر...
I need to multiply each band of this image by different scalars one time
(I'm lazy to do it one by one) and then get multiband image as a output.
For example (band1*1.1) (band*1.2) (band3*1.25) etc.
Then output return to an image with 5 bands.
How can I multiple each band of multiband image by separate scalars at the same time?
أكثر...