logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

【MFC】CString 与 string 间的转换

多字节字符集(Multi-Byte) 自适应:CString 转 stringCString cstrTest = _T(test);string strTest;string = CT2A(cstrTest.GetString());string 转 CStringstring strTest="test";CString cstrTest;cstrTest= CA2T(str...

【OpenCV】彩色RGB图像添加高斯噪声(Gaussian Noise)

简介高斯噪声是指它的概率密度函数服从高斯分布(即正态分布)的一类噪声,高斯噪声是一个加性噪声(加性噪声一般指热噪声、散弹噪声等,它们与信号的关系是相加,不管有没有信号,噪声都存在)。产生原因:1)图像传感器在拍摄时市场不够明亮、亮度不够均匀;2)电路各元器件自身噪声和相互影响;3)图像传感器长期工作,温度过高。这里说一下高斯白噪声:白噪声是一种功率谱密度为常数的随机信号或随机过程。换...

#opencv
【立体匹配】Stereo Processing by Semiglobal Matching and Mutual Information(SGM)

基于半全局匹配和互信息的立体处理摘要1. 介绍2. 半全局匹配2.1 逐像素匹配代价计算合理的创建标题,有助于目录的生成如何改变文本的样式插入链接与图片如何插入一段漂亮的代码片生成一个适合你的列表创建一个表格设定内容居中、居左、居右SmartyPants创建一个自定义列表如何创建一个注脚注释也是必不可少的KaTeX数学公式新的甘特图功能,丰富你的文章UML 图表FLowchart流程图导出与导入导

【OpenCV】calcHist() 计算直方图 (一维直方图、二维直方图)

OpenCV2.4.13calcHist 通过图像计算直方图函数声明如下:void calcHist( const Mat* images, int nimages,const int* channels, InputArray mask,OutputArray hist, int dims, const int...

#opencv
【Ansys】错误:The files shown in details are missing from the project.

Ansys workbench 错误The files shown in details are missing from the project.See "Project file management" in the workbench help for more information。Files that may be repairable in the Files pane (View

【PCL】点云库PCL常见错误

本文转载于 《点云库PCL从入门到精通常见的编译错误》原文连接:https://blog.csdn.net/jacken123456/article/details/105361314(1)error c4996: ‘fopen’: This function or variable may be unsafe解决方法:项目->属性->配置属性->C/C++ -> 预处理器

#c++
【OpenCV】opencv4 + opencv_contrib 4 + VS2015-VS2019的编译

opencv4.0.1+opencv_contrib4.0.1的编译CMakeConfigure 时 opencv_ffmpeg.dll 等文件下载失败C2065 'ID3D11Multithread': undeclared identifier错误等LNK1104 cannot open file '...\...\lib\Debug\opencv_world401d.lib'问题

【MFC】MFC中CString.Format的详细用法

参考来源:MFC中CString.Format的详细用法来源作者:yumodev来源地址: https://blog.csdn.net/wangkaishou/article/details/5846152Format简介首先看它的声明:function Format(const Format: string; const Args: array of const): string; overlo

【MFC】CString 与 string 间的转换

多字节字符集(Multi-Byte) 自适应:CString 转 stringCString cstrTest = _T(test);string strTest;string = CT2A(cstrTest.GetString());string 转 CStringstring strTest="test";CString cstrTest;cstrTest= CA2T(str...

【OpenCV】Retinex图像增强(SSR,MSR,MSRCR)

简介1963年12月30日E. Land作为人类视觉的亮度和颜色感知的模型在俄亥俄州提出了一种颜色恒常知觉的计算理论——Retinex理论。Retinex是一个合成词,它的构成是retina(视网膜)+cortex(皮层)→ Retinex。40多年来,工作在IS&T、NASA的J. J. McCann和D. J. Jobson、Zia-Ur Rahman、G. A. Woodell等人.

    共 18 条
  • 1
  • 2
  • 请选择