多通道卷积特征提取

RGB三通道输入如何通过卷积生成多通道输出

output[c] = Σ input[k] * kernel[c,k] + bias[c]