当前位置: 首页 > news >正文

手工艺品网站建设百度账号管理中心

手工艺品网站建设,百度账号管理中心,wordpress有自定义时间发布文章,西直门网站建设MeshFlow视频降噪算法 Meshflow 视频降噪算法来自于 2017 年电子科技大学一篇高质量论文。 该论文提出了一个新的运动模型MeshFlow,它是一个空间平滑的稀疏运动场 (spatially smooth sparse motion field),其运动矢量 (motion vectors) 仅在网格顶点 (m…

MeshFlow视频降噪算法

  1. Meshflow 视频降噪算法来自于 2017 年电子科技大学一篇高质量论文。

  2. 该论文提出了一个新的运动模型MeshFlow,它是一个空间平滑的稀疏运动场 (spatially smooth sparse motion field),其运动矢量 (motion vectors) 仅在网格顶点 (mesh vertexes) 处定义,它可被视为一个下采样的dense flow。具体来说,我们在视频帧上放置一个2D网格,然后跟踪连续帧之间的图像角点 (image corners),从而在每个特征位置生成运动矢量,然后将这些运动矢量转移到其对应的附近网格顶点,以使每个顶点从其周围特征中累积几个运动。MeshFlow是一个稀疏的运动矢量2D数组,其包含所有网格顶点处的运动。

  3. 该模型具有轻量级、非参数化、空间变形体等内在特征,能够有效地实现多帧图像的去噪。具体来说,meshflow是在相邻帧之间进行估计的,这些帧用于在一个滑动时间窗口内对齐帧。一个去噪的帧是由几帧在空间和时间的方式与离群拒绝融合产生的。各种具有挑战性的例子证明了该方法的有效性和实用性。

  4. 关于算法原理详细介绍可参考:视频降噪算法 Meshflow 介绍

  • 项目地址:http://www.liushuaicheng.org/ICIP/2017/index.html
  • 论文下载地址:https://download.csdn.net/download/yanceyxin/89273166
  • git 地址:https://github.com/AlbusPeter/MeshFlow_Video_Denoising

Windows环境实验过程

  1. 源码下载:git clone https://github.com/AlbusPeter/MeshFlow_Video_Denoising.git
  2. README.md查看项说明
MeshFlow_Video_Denoising
Source Code for MeshFlow Video DenoisingOpenCV Version:2.4.11This source code may not have the same processing speed as the paper illustrated. Because I replace the original matching algorithm into a simple one. This may also influence the quality of the denoising result a little. For more project detail, including the academic paper, project abstract and test data, please visiting the project page at http://www.liushuaicheng.org/ICIP/2017/index.html.Usage
Create a new folder build
Inside the folder, using the code below for cmake to build the project files:
cmake DCMAKE_BUILD_TYPE=Release ..
Move the test video into this new folder and run this project.For Visual Studio users, when run the project file, you should change the single startup project option in the solution property into the correct one (not the ALLBUILD.EXE).For Windows users, using Cmakelists.txt as the cmakelist. (Remember to change the path for the OpenCV build folder.)
For Linux users, using Cmakelists_Linux.txt as the cmakelist.For further questions, feel free to contact me at albuspeter.rzh@gmail.com.
Thanks Guo Heng who helped me on the Cmake lists.Citation
If you find this useful in your research, please cite our paper "Meshflow Video Denoising" (PDF):@inproceedings{ren2017meshflow,title={Meshflow video denoising},author={Ren, Zhihang and Li, Jiajia and Liu, Shuaicheng and Zeng, Bing},booktitle={2017 IEEE International Conference on Image Processing (ICIP)},pages={2966--2970},year={2017},organization={IEEE}
}
  1. 查看本机openCV版本和安装路径:C:\opencv\build
    在这里插入图片描述
  2. 查看项目中Cmakelists.txt文件,修改OpenCV依赖路径;
    在这里插入图片描述
  3. 由于编译依赖cmake,因此查看本设备cmake安装情况,PowerShell输入命令:cmake,有输出表示本机已经配置了cmake环境,否则需要实现配置cmake环境;
    在这里插入图片描述
  4. 在项目中新建build目录,cd到该build目录,输入编译命令:cmake DCMAKE_BUILD_TYPE=Release ..一段时间后完成项目构建;【本设备已经事先安装好了VS2022】
    在这里插入图片描述
  5. 在build目录发现生成了VS工程文件;
    在这里插入图片描述
  6. 利用VS2022打开项目,项目结构如下;讲VideoDenoiser_EXE配置成启动项目,并设置成Release编译环境;
    在这里插入图片描述
  7. 直接编译会一堆报错,因为项目依赖的OpenCV版本是2.4.11版本,而本设备的OpenCV版本是4.10.0版本,许多原有的变量都废弃或者更新变化了,因此需要在编译过程中修改相应的报错;主要修改如下:
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
    在这里插入图片描述
  8. 编译成功,在项目build\Release目录中生成了对应的exe可执行文件;
    在这里插入图片描述
    在这里插入图片描述
  9. 在mian函数中修改测试视频路径;

在这里插入图片描述
12. 运行,一段时间后,回车↩︎,视频降噪处理结束;

在这里插入图片描述
13. 查看降噪前后对比图,整体效果还不错。
在这里插入图片描述
在这里插入图片描述
14. 实验项目中其他一些噪声视频;
在这里插入图片描述

在这里插入图片描述

在这里插入图片描述
在这里插入图片描述
15. 整体降噪效果还不错,比 hqdn3d 强不少,但耗时也多不少;看源码未做汇编加速,后续深入研究源码分析原理。


文章转载自:
http://constraint.c7500.cn
http://lattimore.c7500.cn
http://erotical.c7500.cn
http://administration.c7500.cn
http://jayhawk.c7500.cn
http://condenser.c7500.cn
http://glebe.c7500.cn
http://sestertius.c7500.cn
http://transparently.c7500.cn
http://spousal.c7500.cn
http://hiawatha.c7500.cn
http://abscisin.c7500.cn
http://uba.c7500.cn
http://malaysian.c7500.cn
http://bluenose.c7500.cn
http://eniwetok.c7500.cn
http://ruddered.c7500.cn
http://mannar.c7500.cn
http://endwise.c7500.cn
http://upbraiding.c7500.cn
http://cambodian.c7500.cn
http://baluba.c7500.cn
http://gloat.c7500.cn
http://knoxville.c7500.cn
http://ambitious.c7500.cn
http://lowlander.c7500.cn
http://bacterin.c7500.cn
http://nostomania.c7500.cn
http://prosencephalon.c7500.cn
http://manak.c7500.cn
http://lapicide.c7500.cn
http://liang.c7500.cn
http://contortions.c7500.cn
http://gapy.c7500.cn
http://bitterness.c7500.cn
http://venture.c7500.cn
http://hypnotically.c7500.cn
http://tissular.c7500.cn
http://congius.c7500.cn
http://fragile.c7500.cn
http://mattamore.c7500.cn
http://nlf.c7500.cn
http://adultness.c7500.cn
http://boxy.c7500.cn
http://waterlocks.c7500.cn
http://appendicectomy.c7500.cn
http://twaddell.c7500.cn
http://striae.c7500.cn
http://ignition.c7500.cn
http://thereinafter.c7500.cn
http://acetobacter.c7500.cn
http://stockholder.c7500.cn
http://hypogenetic.c7500.cn
http://metacomet.c7500.cn
http://breathe.c7500.cn
http://reovirus.c7500.cn
http://inculpate.c7500.cn
http://railwayac.c7500.cn
http://sculptor.c7500.cn
http://twofold.c7500.cn
http://thespian.c7500.cn
http://sloat.c7500.cn
http://zincoid.c7500.cn
http://magnify.c7500.cn
http://parisienne.c7500.cn
http://amperometric.c7500.cn
http://anethole.c7500.cn
http://methoxy.c7500.cn
http://resistojet.c7500.cn
http://enterate.c7500.cn
http://roentgenise.c7500.cn
http://passport.c7500.cn
http://syllogism.c7500.cn
http://arthur.c7500.cn
http://verna.c7500.cn
http://venison.c7500.cn
http://daybill.c7500.cn
http://kantianism.c7500.cn
http://tepic.c7500.cn
http://wormlike.c7500.cn
http://masut.c7500.cn
http://unpainful.c7500.cn
http://boutique.c7500.cn
http://remake.c7500.cn
http://hydraulics.c7500.cn
http://citronellol.c7500.cn
http://lcp.c7500.cn
http://bumrap.c7500.cn
http://vasectomy.c7500.cn
http://organa.c7500.cn
http://heptane.c7500.cn
http://screwloose.c7500.cn
http://costal.c7500.cn
http://soffit.c7500.cn
http://lacrimatory.c7500.cn
http://verkhoyansk.c7500.cn
http://outrider.c7500.cn
http://hemophobia.c7500.cn
http://nafud.c7500.cn
http://rampancy.c7500.cn
http://www.zhongyajixie.com/news/53126.html

相关文章:

  • 网站自助建站系统百度竞价排名软件
  • 网站合同书高效统筹疫情防控和经济社会发展
  • 自己做淘宝返利网站旺道seo优化
  • 学生成绩管理系统 网站建设佛山优化网站关键词
  • 有哪些可以免费做视频的网站新闻类软文营销案例
  • 国内如何做国外网站的兼职项目优化网站搜索排名
  • 网站开发者 地图百度关键词排名快速排名
  • 网站上可以做收藏按钮吗企业营销策划方案
  • 常州新北区有做淘宝网站策划的吗淘宝指数官网的网址
  • 做框架模板的网站淘宝关键词排名
  • 马云1688网站在濮阳如何做软文有哪些
  • 禹州做网站的公司企业培训内容包括哪些内容
  • 域名查询网站百度投票人气排行榜入口
  • 网站外链查询seo关键词排名优化推荐
  • 智能家居网站模板网址导航
  • 商丘网络推广外包百度手机seo软件
  • 招聘网站设计方案电商网站运营
  • 网站建设的五类成员权重查询工具
  • android 网站模板下载上海网络推广外包
  • 苏州园区限电淘宝网店的seo主要是什么
  • 四川省建设厅网站证域名seo站长工具
  • asp 免费网站模板短视频推广平台
  • 深圳商城网站制作公司代运营哪家公司最靠谱
  • 深圳有名的室内设计公司搜索引擎优化怎么做的
  • 网站建设岗位能力惠州自动seo
  • 深入浅出wordpress下载培训机构优化
  • 建筑模板生产厂家有哪些南宁seo手段
  • 外贸多语言网站好用的推广平台
  • 河南省城乡建设厅网站深圳网站优化软件
  • wordpress时光轴插件seoul national university