UMatOnesComplement Operator |
http://www.emgu.com Compute the complement Mat
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
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