2018-06-12 00:25:13 -0600 | commented answer | Convert 4 channel Blue, Green, Red, Yellow to RGB? I am in the RGB domain, I have a normal [Y, X, 3] RGB image, so red, green, and blue channels.. but I also have an extra |
2018-06-12 00:24:53 -0600 | commented answer | Convert 4 channel Blue, Green, Red, Yellow to RGB? I am in the RGB domain, I have a normal [Y, X, 3] RGB image, so red, green, and blue channels.. but I also have an extra |
2018-06-11 13:03:53 -0600 | commented question | Convert 4 channel Blue, Green, Red, Yellow to RGB? I would like to conver the RGBY to RGB, so instead of [Y,X,4] I'd have [Y,X,3]. The only thing I can think of is getting |
2018-06-11 10:52:22 -0600 | commented question | Convert 4 channel Blue, Green, Red, Yellow to RGB? The image is read as a normal numpy matrix of Y by X, so I can make (Y, X, channel) 3 color RGB images easily usable wit |
2018-06-11 10:41:02 -0600 | commented question | Convert 4 channel Blue, Green, Red, Yellow to RGB? I actually use nd2reader to read the file formats, the question, is how to convert these 4 color channels into a visibie |
2018-06-11 10:33:47 -0600 | received badge | ● Editor (source) |
2018-06-11 10:33:47 -0600 | edited question | Convert 4 channel Blue, Green, Red, Yellow to RGB? Convert 4 channel Blue, Green, Red, Yellow to RGB I have 4 color channels for Nikon microscope images (nd2 file format), |
2018-06-11 10:26:55 -0600 | asked a question | Convert 4 channel Blue, Green, Red, Yellow to RGB? Convert 4 channel Blue, Green, Red, Yellow to RGB I have 4 color channels for Nikon microscope images (nd2 file format), |
2018-05-26 16:59:10 -0600 | asked a question | Any way to disable OPENGL with imshow? Any way to disable OPENGL with imshow? I am trying to use imshow without opengl support in python which has been pre-com |