搜索资源列表
MorphologicalThin
- 本代码实现了形态学细化。 特点:中间过程可以存储在输入中,因此节省存储空间;并且附有注解,便于理解;附有参考文献,有算法描述。This function implements the morphology thinning. Input pSrc is a float matrix in the range of [0, 1]. It supports in-place operation.Ref: Z. Guo and R. W. Hall, \"Parallel Thinning w
gl_water_source.rar
- 很有名的使用OpenGL的GPU编程例子(引自siggraph上的论文):这里使用了图形硬件上的矩阵和向量表达,繁杂的矩阵运算都在GPU上进行。对于想利用GPU做并行数值计算的人一定会有帮助~,The use of well-known examples of OpenGL, GPU programming (a quote from the siggraph paper): here the use of the graphics hardware on the expression of m
GPU-CUDA001
- 文章介绍如何使用CUDA实现神经网络,并把他应用在GPU图像处理单元上。 -An Artificial Neural Network is an information processing method that was inspired by the way biological nervous systems function, such as the brain, to process information. It is composed of a large number of
SWAP
- nvidia 提供的关于矩阵交换的并行程序,平台是opencl,内有详细注解。-nvidia provided on the matrix of the parallel exchange program, the platform is opencl, with detailed notes.
SWAP
- nvidia 提供的关于矩阵交换的并行程序,平台是opencl,内有详细注解。-nvidia provided on the matrix of the parallel exchange program, the platform is opencl, with detailed notes.
SWAP
- nvidia 提供的关于矩阵交换的并行程序,平台是opencl,内有详细注解。-nvidia provided on the matrix of the parallel exchange program, the platform is opencl, with detailed notes.
矩阵的并行程序
- 本代码基于vc++实现的矩阵的并行相乘的程序,在串行代码的基础上寻找并行化(This code is based on the parallel multiplication of the matrix based on vc++, and searches for parallelization on the basis of serial code)
Diagonal and edge
- B正在做一个关于图像理解方面的研究,她的目标是识别图像中的轮廓。当前阶段,她希望能够识别正方形。图像用一个矩阵表示,矩阵的每个元素对应于图像中的一个像素点,值为0或1,0表示背景,1表示前景。需要寻找的正方形必须满足线宽为单像素,且大小至少为2x2。她希望你能帮她找出图像中满足如下条件的两类正方形的个数: 正方形的边与矩阵边缘平行; 正方形的边与矩阵对角线平行;(B is doing a research on image understanding, and her goal is to