Overload List
Name | Description |
---|---|
Subtraction(Image<(Of <(TColor, TDepth>)>), Image<(Of <(TColor, TDepth>)>)) |
Elementwise subtract another image from the current image
|
Subtraction(Image<(Of <(TColor, TDepth>)>), Double) |
Elementwise subtract another image from the current image
|
Subtraction(Image<(Of <(TColor, TDepth>)>), TColor) |
Elementwise subtract another image from the current image
|
Subtraction(Double, Image<(Of <(TColor, TDepth>)>)) | - image |
Subtraction(TColor, Image<(Of <(TColor, TDepth>)>)) |
Elementwise subtract another image from the current image
|