【发布时间】:2013-08-02 15:16:04
【问题描述】:
此表达式取自 Leptonica(图像处理库)中的内置函数“l_setDataByte”。
这是链接:http://tpgit.github.io/Leptonica/arrayaccess_8c_source.html(此处为第 260 行)
*(l_uint8 *)((l_uintptr_t)((l_uint8 *)line + n) ^ 3) = val;
【问题讨论】:
标签: image-processing bitwise-operators xor typecast-operator leptonica