Convultion for 3channels image [closed]

asked 2016-02-09 06:45:08 -0600

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 ?

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-07 13:29:48.179631

Comments

1

You cannot, just split the channels, create your filter2D and apply it on each channel seperately, then recombine the channels. Easy as that.

StevenPuttemans gravatar imageStevenPuttemans ( 2016-02-09 07:19:01 -0600 )edit