文件名称:hpc
-
所属分类:
- 标签属性:
- 上传时间:2015-01-05
-
文件大小:456kb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
基于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.
没有可视化界面。
需要先配置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/
hpc/hpc.sln
hpc/hpc.suo
hpc/hpc/BmpRot.h
hpc/hpc/hpc.cpp
hpc/hpc/hpc.vcxproj
hpc/hpc/hpc.vcxproj.filters
hpc/hpc/hpc.vcxproj.user
hpc/hpc/ReadMe.txt
hpc/hpc/stdafx.cpp
hpc/hpc/stdafx.h
hpc/hpc/targetver.h
hpc/hpc/test1.cpp
hpc/hpc/test2.cpp
hpc/ipch/
hpc/ipch/hpc-a4ba6212/
hpc/ipch/hpc-a4ba6212/hpc-4f344ea7.ipch
hpc/hpc/
hpc/hpc.sln
hpc/hpc.suo
hpc/hpc/BmpRot.h
hpc/hpc/hpc.cpp
hpc/hpc/hpc.vcxproj
hpc/hpc/hpc.vcxproj.filters
hpc/hpc/hpc.vcxproj.user
hpc/hpc/ReadMe.txt
hpc/hpc/stdafx.cpp
hpc/hpc/stdafx.h
hpc/hpc/targetver.h
hpc/hpc/test1.cpp
hpc/hpc/test2.cpp
hpc/ipch/
hpc/ipch/hpc-a4ba6212/
hpc/ipch/hpc-a4ba6212/hpc-4f344ea7.ipch
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.