UMatOnesComplement Operator |
http://www.emgu.com Compute the complement Mat
Namespace:
Emgu.CV
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static UMat operator ~(
UMat mat
)
Public Shared Operator ~ (
mat As UMat
) As UMat
public:
static UMat^ operator ~(
UMat^ mat
)
F# does not support this operator.
Parameters
- mat
- Type: Emgu.CVUMat
The mat to be inverted
Return Value
Type:
UMatThe complement image
See Also