I'm very new to python and scikit image processing and I've searched a lot, but did't find the answer to my question.
I need to extract the gray scale of the blue channel from the images I use for further threshold.
I've tried the rgb2gray
, but I can't figure it out how to specify only the blue channel for the gray scale conversion.
Is there any other way to do this?
I'm clueless.