文件名称:hpc

介绍说明--下载内容均来自于网络,请自行研究使用

基于OpenCV和OpenMP的多核处理图像边缘检测算法——Sobel的实现。

没有可视化界面。

需要先配置OpenCV和OpenMP。

理论依据:利用OpenMP我们可以实现多核并行处理边缘检测。根据Sobel原理,可以完全明确的是:每一个像素点的梯度计算都不依赖于其他的像素点!这就是实现多核并行处理边缘检测的关键。利用这个关键的特性,我们可以让多个核同时去计算多个像素点的梯度值,进而提高Sobel边缘检测算法的性能。

-The implementation of OpenCV and OpenMP multi-core processing image edge detection algorithm based on Sobel.

No visual interface.

Need to configure OpenCV and OpenMP.

The theory basis: the use of OpenMP we can realize multi core parallel processing edge detection. According to the Sobel principle, can completely clear is the calculation of the gradient of each pixel are not dependent on other pixels! This is the realization of multi core parallel key processing edge detection. Use this key feature, gradient we can allow multiple cores at the same time to compute a plurality of pixel values, and improve the properties of Sobel edge detection algorithm.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





hpc

...\hpc

...\hpc.sln

...\hpc.suo

...\...\BmpRot.h

...\...\hpc.cpp

...\...\hpc.vcxproj

...\...\hpc.vcxproj.filters

...\...\hpc.vcxproj.user

...\...\ReadMe.txt

...\...\stdafx.cpp

...\...\stdafx.h

...\...\targetver.h

...\...\test1.cpp

...\...\test2.cpp

...\ipch

...\....\hpc-a4ba6212

...\....\............\hpc-4f344ea7.ipch

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org