Bitwise NOT is computed by the following, for each bit in each pixel in the input image: \[ out(x,y) = \overline{in(x,y)} \]. Or expressed as C code:.
確定! 回上一頁