当前位置:网站首页>opencv scalar传入三个参数只能显示黑白灰问题解决
opencv scalar传入三个参数只能显示黑白灰问题解决
2022-07-07 21:50:00 【王柏~】
出错代码为:
cv::Mat img2(h, w, CV_8UC1, cv::Scalar(0, 255, 0));
scalar中传入的三个参数分别为BGR,上面这个函数我希望产生的是一个绿色的图片,然而实际上产生的却是白色的。
问题处在第三个参数,参数为CV_8UC1的时候表示产生的是黑白灰图案。需要将参数修改为CV_8UC3,这个时候就可以产生正确结果了。
cv::Mat img2(h, w, CV_8UC3, cv::Scalar(0, 255, 0));
边栏推荐
- Basic knowledge of linked list
- There is another problem just online... Warm
- Sword finger offer 27 Image of binary tree
- iNFTnews | NFT技术的广泛应用及其存在的问题
- Line test - graphic reasoning - 6 - similar graphic classes
- Line measurement - graphic reasoning -9- line problem class
- Txt file virus
- 【测试面试题】页面很卡的原因分析及解决方案
- Brush question 5
- 微信论坛交流小程序系统毕业设计毕设(7)中期检查报告
猜你喜欢
Line test - graphic reasoning - 6 - similar graphic classes
Cascade-LSTM: A Tree-Structured Neural Classifier for Detecting Misinformation Cascades-KDD2020
数字藏品加速出圈,MarsNFT助力多元化文旅经济!
行测-图形推理-4-字母类
PCL . VTK files and Mutual conversion of PCD
Brush question 4
面试百问:如何测试App性能?
GEE(四):计算两个变量(影像)之间的相关性并绘制散点图
知识点滴 - PCB制造工艺流程
Online interview, how to better express yourself? In this way, the passing rate will be increased by 50%~
随机推荐
Use JfreeChart to generate curves, histograms, pie charts, and distribution charts and display them to jsp-2
Debezium series: source code reading snapshot reader
ADC采样率(HZ)是什么怎么计算
Unity与WebGL的相爱相杀
7-51 combination of two ordered linked list sequences
oc 可变參数传递
6-3 find the table length of the linked table
微生物健康网,如何恢复微生物群落
JMeter-接口自动化测试读取用例,执行并结果回写
PCL . VTK files and Mutual conversion of PCD
Brush question 5
Handling file exceptions
Unity dynamically merges mesh textures
LeetCode707. Design linked list
GEE(四):计算两个变量(影像)之间的相关性并绘制散点图
每日一题——PAT乙级1002题
【刷题记录】3. 无重复字符的最长子串
kubernetes的简单化数据存储StorageClass(建立和删除以及初步使用)
Sword finger offer 28 Symmetric binary tree
Debezium系列之:支持 mysql8 的 set role 語句