MatOnesComplement 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 Mat operator ~(
Mat mat
)
Public Shared Operator ~ (
mat As Mat
) As Mat
public:
static Mat^ operator ~(
Mat^ mat
)
F# does not support this operator.
Parameters
- mat
- Type: Emgu.CVMat
The mat to be inverted
Return Value
Type:
MatThe complement image
See Also