Convultion for 3channels image [closed]
Hello all, Here is my question. Is there any function to convolve the 3 channel image ? (like filter2D() ) or filter2D function is proper for this job ? How can I create 3 channel kernel ?
You cannot, just split the channels, create your filter2D and apply it on each channel seperately, then recombine the channels. Easy as that.