Table of Contents

Method BitwiseNot

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

BitwiseNot(InputArray, OutputArray, InputArray)

inverts each bit of array (dst = ~src)

public static void BitwiseNot(InputArray src, OutputArray dst, InputArray mask = default)

Parameters

src InputArray

input array.

dst OutputArray

output array that has the same size and type as the input

mask InputArray

optional operation mask, 8-bit single channel array, that specifies elements of the output array to be changed.