工控编程吧

标题: 工业视觉 halcon tuple二进制位相关函数详解 [打印本页]

作者: qq263946146    时间: 2019-11-7 09:59
标题: 工业视觉 halcon tuple二进制位相关函数详解
Halcon中和其他语言一样也可以按位对数据进行操作
这些函数有
tuple_band
tuple_bnot
tuple_bor
tuple_bxor
tuple_lsh
tuple_rsh

例如下边对函数的调用,
可以在halcon软件中运行查看效果。
a:=2
b:=3
tuple_band (a, b, BAnd)
tuple_bnot (BAnd, BNot)
tuple_bor (a, b, BOr)
tuple_bxor (a, b, BXor)
tuple_lsh (a, 2, Lsh)
tuple_rsh (a, 1, Rsh)
具体也可以查看视频版本,
在下边的halcon视频教程中学习。
[halcon]1[/halcon]
[MFC408]1[/MFC408]
[weixinlianxi]1[/weixinlianxi]







欢迎光临 工控编程吧 (https://www.gkbc8.com/) Powered by Discuz! X3.4