Merge multiple multi channel image
I have matrix of [14965,16,32,256] where 14965 is number of images, 16 height, 32 width and 256 is number of channels. How can i merge these channels to one channel?
I have matrix of [14965,16,32,256] where 14965 is number of images, 16 height, 32 width and 256 is number of channels. How can i merge these channels to one channel?
Asked: 2018-07-11 06:47:42 -0600
Seen: 554 times
Last updated: Jul 11 '18
How to estimate the noiselevel of an image?
How to find a match between 2 shifted hue histograms?
Single Image Depth Map / Sharpness Map
How to match two images and find out mistakes
Remove buttons from their background so I can re-use button image
Image stitching from a live video stream
Which matcher is best for SURF?
Classification of object from a video/Image ( human, animals, others(cars etc.,))
maybe you can explain, what is inside your 256 channels ?
where does this data come from ? (quite unusual format)
also note, that it is [N,C,H,W] with opencv's dnn, so, what exactly are you using there ?This matrix extracted from one DNA sequence dataset by convert DNA sequence to 2D image using Hilbert curve of degree 5 and 4-mers
ah, ok. wrong guess here, then.
how do you expect to "merge" 256 channels into one ? is there a formula ?
something like this link text but in python