搜索资源列表
stereo_readimage
- 普通双目摄像机下利用OpenCV的函数实现标定、校正、匹配,匹配方法利用了多种匹配的算法简单做了下比较,其中的GPU算法需要有N卡的支持。-Ordinary binocular camera using OpenCV function calibration and correction, match, matching method uses a variety of simple matching algorithm under which the the GPU algorithm req
hog
- 最新版本opencv2.4.2中关于GPU加速的HOG算子源代码-Operator source code the latest version opencv2.4.2 HOG on GPU acceleration
CLConvolution
- 分析了如何創建一個簡單的7x7濾波器的OpenCL是適用於所有的GPU。本案例研究將著眼於提高卷積卷積時的性能與小圖像內核,一般來說,基於 FFT卷積更快的30x30內核及以後 [1],但實際上它的使用不常見的大窗口大小。 .我們將首先實現卷積圖像,然後使用改進的濾波器性能通過使用__constant OpenCL的內存和緩存圖像信息在__local空間。 -Analysis of how to create a simple 7x7 filter is applied to all Ope
gpu_face
- gpu based face detection algorithm using opencv
stereo_match_GPU
- opencv中新的模块GPU计算模块,在获得GPU支持后,对比几种基于GPU计算的opencv算法的效果-opencv new module in the GPU computing module, GPU support, comparing several GPU-based computing opencv algorithm results
OpenCV-SURF-Homography-master
- 一个surfopen库,用GPU加速,值得看一下-surfopen
opencv2.4.9-GPU
- opencv2.4.9中关于GPU的样例源码-the source code about GPU in the opencv2.4.9
Gauss_Adjust_GPU
- 该算法基于opencv的自适应高斯滤波,并且使用CUDA(GPU)架构进行算法加速-The algorithm is based opencv adaptive Gaussian filter, and use CUDA (GPU) architecture to accelerate the algorithm
GPU_test
- opencv配置gpu后,可用该测试程序测试配置是否正确-After opencv configuration gpu, the test procedure can be used to test the configuration is correct
Fast-O(1)Bilateral-Filter
- Fast O(1)双边滤波算法,由三角函数逼近方法实现非迭代算法,计算量不再受滤波窗口大小影响,只与图像大小有关,适合改进为GPU执行的并行算法(此函数还包含一个递归高斯算法)-Fast O (1) bilateral filtering algorithm, approximation by a trigonometric method to achieve non-iterative algorithm to calculate the amount of the filter window
Hands-On-GPU-Accelerated-Computer-Vision-with-OpenCV-and-CUDA-master
- Hands-On-GPU-Accelerated-Computer-Vision-with-OpenCV-and-CUDA-master源码