| Icon | Member | Description |
|---|---|---|
| Multiply(Image<(Of <(TColor, TDepth>)>), Double) |
img1 * scale | |
| Multiply(Double, Image<(Of <(TColor, TDepth>)>)) |
scale*img1 | |
| Multiply(Image<(Of <(TColor, TDepth>)>), ConvolutionKernelF) |
Perform the convolution with kernel on img1 |