登录
首页 » c++ » NLM-MFC+opencv实现

NLM-MFC+opencv实现

于 2022-03-20 发布 文件大小:16.32 MB
0 77
下载积分: 2 下载次数: 1

代码说明:

非局部均值NLM去噪算法,去除图像中的高斯噪声 (Non-local means NLM denoising algorithm, removing Gaussian noise in the image)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • STM32zhinengjiaju
    基于STM32的智能家居下位机源码(Keil uVision5),是以住宅为平台,利用综合布线技术、网络通信技术、 安全防范技术、自动控制技术、音视频技术将家居生活有关的设施集成,构建高效的住宅设施与家庭日程事务的管理系统,提升家居安全性、便利性、舒适性、艺术性,并实现环保节能的居住环境。 智能家居是在物联网的影响之下物联化体现。智能家居通过物联网技术将家中的各种设备(如音视频设备、照明系统、窗帘控制、空调控制、安防系统、数字影院系统、网络家电以及三表抄送等)连接到一起,提供家电控制、照明控制、窗帘控制、电话远程控制、室内外遥控、防盗报警、环境监测、暖通控制、红外转发以及可编程定时控制等多种功能和手段。与普通家居相比,智能家居不仅具有传统的居住功能,兼备建筑、网络通信、信息家电、设备自动化,集系统、结构、服务、管理为一体的高效、舒适、安全、便利、环保的居住环境,提供全方位的信息交互功能,帮助家庭与外部保持信息交流畅通,优化人们的生活方式,帮助人们有效安排时间,增强家居生活的安全性,甚至为各种能源费用节约资金。(Under the smart home based on STM32 machine source code, is based on residential platform, using the integrated wiring technology, network communication technology, security technology, automatic control technology, audio and video technology to integrate the household life related facilities, schedule to build efficient residential facilities and family affairs management system, improve home security, convenience, comfort, artistry, and realize environmental protection and energy saving living environment. Smart home is under the influence of the Internet of things embodiment. Smart home in the home through the Internet of things technology with the equipment (such as audio and video equipment, lighting, curtain control, air-conditioning control, security systems, digital cinema system area, network household appliance and etc.) together, to provide household appliances, lighting, curtain control, telephone remote control, indoor and outdoor remote control, anti-theft alarm, environ)
    2015-11-28 21:36:53下载
    积分:1
  • 用TC编写的恺撒密码系统的实现,解压后直接运行C语言编辑环境运行即可...
    用TC编写的恺撒密码系统的实现,解压后直接运行C语言编辑环境运行即可-prepared Caesar system of passwords, unpacked directly run C language editing environment can be run
    2022-01-22 08:51:14下载
    积分:1
  • MifFileGen
    VC++6.0软件生成Altera公司FPGA内部存储器ROM初始化数据mif格式文件。方便通过QuartusII导入波形等参数。强调这个是例子,生成的是一个定点的正弦数据表文件,需要用到的请自行修改源代码。(This software generates internal memory ROM initialization mif format data file for FPGA product by Altera. Facilitate the passage of the waveform parameters such as import QuartusII)
    2013-07-19 02:32:45下载
    积分:1
  • filtered-high-freq-noise
    matabl filtered high frequency noisy
    2013-11-21 21:47:23下载
    积分:1
  • Date-increment-1
    自定义一个简单的日期类DateType,它具有数据成员y、m、d,用来表示当前日期的年、月、日。而后设计该类欲实现(完成)的功能,进而设计出相应的类成员函数。   例如,下面给出的“雏形”可用来实现对天的增加,比较两个日期是否相等,以及对日期的输出等操作。请完成各类成员函数,并编制主函数,说明DateType类对象,对定义的各成员函数进行调用,以验证它们的正确性。 (Customize a simple date class DateType, it has a data member y, m, d, is used to indicate the current date, month, and day. To achieve the latter design class (complete) function, and then design the appropriate class member functions. For example, the following is the " prototype" is used to achieve the increase of day, compare two date are equal, and the output of dates and other operations. Please complete all kinds of member functions, and prepare the main function, indicating DateType class object for each member function definition be called to verify their correctness.)
    2013-05-22 21:22:09下载
    积分:1
  • MFC 写的股票软件。含注释
    使用VC++6.0版MFC 模式下写的股票软件,内含注释,包括日K线图、NACD技术指标、RSI技术指标等,作为初学者具有一定的参考价值,可作为入门学习使用!!!!!!!!!!!!!!
    2022-01-22 00:58:59下载
    积分:1
  • STM32+oled的显示相关程序
    本人之前做过0.96寸oled的显示,历程相当曲折,由于之前并没有找到相关的教程,所以做起来十分麻烦,在查阅了相关文献之后初步做出了相关的代码,分享给大家,希望有所帮助,也希望得到更多建议
    2022-08-23 16:31:11下载
    积分:1
  • 基于STC89C52和GSM的动态电子密码锁代码
    基于STC89C52和GSM的动态电子密码锁代码,使用keilC打开,使用到的模块有TFTSTC89C52SIM800L矩阵键盘电磁继电器。实现功能:产生动态电子密码并通过SIM800L发送到用户手机
    2022-11-17 10:50:04下载
    积分:1
  • COMTestCode
    vc环境下COM组件编程小例子,一个文件生成COM组件,另一个文件调用该COM组件。(COM component programming small example, a file generated COM component vc environment, another file to call the COM component.)
    2013-12-19 16:21:03下载
    积分:1
  • fft
    优权的傅立叶变换和最大信噪比准则方向图和功率谱,自己编写,仅供参考(Pattern and power spectrum of the Fourier transform of the privilege and the maximum signal-to-noise ratio guidelines written for reference only)
    2013-03-15 15:49:15下载
    积分:1
  • 696518资源总数
  • 105554会员总数
  • 2今日下载