MatOnesComplement 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 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