搜索资源列表
OpenMP
- C++图形开发库,轻松帮助你完成系统界面效果
cudaOpenMP
- CUDA 的编程示例,主要是用于通用计算的扩展,值得研究学习-CUDA GPGPU
conv_omp
- 采用OpenMp优化过的卷积函数,速度提升很多。-Optimized use of OpenMP convolution function, raise a lot of speed.
HausDorffComputer
- 源码包括鲁棒性HausDorff算法(RHD)的C++版本,分为三个文件,分别为HausDorffComputer.cpp,HausDorffComputer.h,CommonHeader.h,实现了RHD算法,同时增加了OPENMP并发编程的指令,可供OPENCV图形开发人员参考。-This Rar file consists three files named HausDorffComputer.cpp, HausDorffComputer.h and CommonHeader.h. It
OpenMPDemos
- OpenMP 演示程序, 一些相关应用example-some example sourec code using OpenMP
OpenMP-Use-CImage
- 基于对话框的VC++代码,图像的读取、显示和处理用VC的CImage类,同时添加了OpenMP的超线程,大大提高了代码的运行速度-Based on the dialog VC++ code image read, display and processing of VC CImage class, while adding OpenMP Hyper-Threading, greatly improving the speed of the code
hpc
- 基于OpenCV和OpenMP的多核处理图像边缘检测算法——Sobel的实现。 没有可视化界面。 需要先配置OpenCV和OpenMP。 理论依据:利用OpenMP我们可以实现多核并行处理边缘检测。根据Sobel原理,可以完全明确的是:每一个像素点的梯度计算都不依赖于其他的像素点!这就是实现多核并行处理边缘检测的关键。利用这个关键的特性,我们可以让多个核同时去计算多个像素点的梯度值,进而提高Sobel边缘检测算法的性能。 -The implementation of OpenCV
RVO2
- RVO2是一个易于使用的C ++实现的最佳交互避碰(ORCA)仿真。 RVO2库会自动使用parallellism为计算运动,如果你的机器有多个处理器和编译器支持OpenMP的。-RVO2 Library is an easy-to-use C++ implementation of the Optimal Reciprocal Collision Avoidance (ORCA) formalism for multi-agent simulation. RVO2 Library auto
CUDA-Sobel-Filter-master
- This program is meant to run a sobel filter using three different methods. Each sobel filter function runs in a different way than the others, one is a basic sobel filter running through just the cpu on a single thread, another runs through openmp to