Overload List
Name | Description |
---|---|
Addition(Image<(Of <(TColor, TDepth>)>), Image<(Of <(TColor, TDepth>)>)) |
Elementwise add img1 with img2 |
Addition(Image<(Of <(TColor, TDepth>)>), Double) |
Elementwise add image with value |
Addition(Image<(Of <(TColor, TDepth>)>), TColor) |
Elementwise add image with value |
Addition(Double, Image<(Of <(TColor, TDepth>)>)) |
Elementwise add img1 with val |
Addition(TColor, Image<(Of <(TColor, TDepth>)>)) |
Elementwise add image with value |