腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(45)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
在方案中将字节字符串转换为Int
(define (word->bin s) (bytes (
bitwise-and
(arithmetic-shift n -24) #xFF) (
bitwise-and
(arithmetic-shift n -8) #xFF)(word->bin "#x1000
浏览 4
修改于2020-07-03
得票数 2
1
回答
优雅的二进制加法代码?
用于在球拍中对两个n位寄存器进行二进制相加(使用bit-add函数作为助手): (values (bitwise-xor x y c) (bitwise-ior (
bitwise-and
x y) (let ([carry 0]) (values (rever
浏览 1
修改于2012-04-10
得票数 3
回答已采纳
2
回答
模运算与按位运算
(define (lsb n) (- n (
bitwise-and
n (- n 1))))(对于那些不熟悉Scheme的人。
浏览 1
提问于2012-09-10
得票数 1
3
回答
如何在两个容器的元素之间执行成对的二元操作?
是否有一种C++11范例可以在a和b的所有成员之间执行
bitwise-AND
,并将结果放入std::vector<uint_32> c;中
浏览 5
修改于2015-02-19
得票数 20
回答已采纳
1
回答
如何将列表拆分为单独的值?
这是我的密码: (printf "Got ~a\n" (
bitwise-and
arg))) (combinations '(1 2
浏览 4
修改于2022-10-04
得票数 0
回答已采纳
1
回答
通过彩色OpenCV 2.x跟踪多个对象
Threshold the HSV image to get only blue colors提前谢谢。
浏览 3
修改于2014-07-22
得票数 4
回答已采纳
2
回答
理解c++中的“位-和(&)”和“一元补语(~)”
当在此代码段中使用
Bitwise-And
和Unary Complement时,我会遇到一些问题。
浏览 3
提问于2015-12-04
得票数 3
回答已采纳
1
回答
当摄像头检测到特定的颜色后,停止它
upper_pink = np.array([180,255,255]) #
Bitwise-AND
浏览 2
修改于2016-04-14
得票数 1
回答已采纳
2
回答
布尔表达式上的PC-Lint Misra 10.1错误
uint8_t maskedVal; booleanVal
浏览 1
修改于2018-04-08
得票数 0
回答已采纳
1
回答
左移到固定符号位
(let* ([sign-mask (bitwise-arithmetic-shift-left [sign (
bitwise-and
浏览 5
提问于2020-11-17
得票数 0
3
回答
使用python opencv跟踪白色
# Threshold the HSV image to get only blue colors#
Bitwise-AND
浏览 17
修改于2014-05-24
得票数 35
回答已采纳
1
回答
为什么va_arg(va_list,type)给我一个C6285警告?
Did you intend to use the
bitwise-and
operator?
浏览 2
修改于2020-06-18
得票数 1
回答已采纳
1
回答
如何计算叶片受侵染面积的百分比?
mask_green, mask_brown)mask = cv2.bitwise_not(mask_green) #
Bitwise-AND
浏览 2
修改于2021-05-08
得票数 1
回答已采纳
2
回答
如何在打开的cv中围绕有色对象绘制矩形?
HSV image to get only red colors #
Bitwise-AND
浏览 1
修改于2017-12-01
得票数 0
回答已采纳
2
回答
如何知道在python中使用OpenCV检测到的白色区域的位置?
the HSV image to get only white colors #
Bitwise-AND
浏览 0
修改于2017-01-29
得票数 2
1
回答
python opencv颜色跟踪
Threshold the HSV image to get only white colors#
Bitwise-AND
浏览 6
修改于2015-07-17
得票数 12
回答已采纳
1
回答
OpenCV :文本处理和噪声去除
Threshold the HSV image to get only blue colors#
Bitwise-AND
浏览 59
修改于2018-06-09
得票数 1
回答已采纳
1
回答
Python语言中的RGB颜色检测
HSV image to get only yellow colors #
Bitwise-AND
浏览 0
提问于2016-12-06
得票数 0
1
回答
如何从健康地区掩蔽感染区域?
the imagemask = cv2.bitwise_or(mask, mask_yellow) #
Bitwise-AND
浏览 2
修改于2021-05-19
得票数 0
回答已采纳
1
回答
照相机捕捉蓝色时如何打印文字?
Threshold the HSV image to get only blue colors #
Bitwise-AND
浏览 4
修改于2015-07-17
得票数 0
回答已采纳
第 2 页
第 3 页
点击加载更多
领券