Overload List
Name | Description |
---|---|
And(Image<(Of <(TColor, TDepth>)>)) | |
And(Image<(Of <(TColor, TDepth>)>), Image<(Of <(Gray, Byte>)>)) | |
And(Image<(Of <(TColor, TDepth>)>)) | Perform an elementwise AND operation with another image and return the result |
And(Image<(Of <(TColor, TDepth>)>), Image<(Of <(Gray, Byte>)>)) |
Perform an elementwise AND operation with another image, using a mask, and return the result
|