搜索资源列表
POCREPORT
- 为充分利用CPU的运行效率,采用中断功能设计并行输入输出接口,以达到缓解CPU高速运行速度与外设低速缓冲间的矛盾。-To take full advantage of the efficiency of CPU operation, interruption of functional design using parallel input-output interface, in order to alleviate the CPU speed and high-speed periphera
analgorithmforextractionandanalysis
- 摘要图像特征的提取是视觉图像识别的重要方法之一,采用细胞神经网络(&’’)并行处理器进行图像特征的提取 具有实时快速的优点。该文将介绍&’’ 并行处理器的基本工作原理及其实现图像特征处理的逻辑组合通用方法,并以 图像的纹理分割与识别为例来说明&’’ 并行处理器应用于视觉图像识别的通用编程方法。-Abstract image feature extraction is a visual image to identify one of the important ways, the use
CUDA-ShapeContext
- Architecture)并行处理平台,对人脸形状识别算法Shape Context的串行算法进行了研究,并在CUDA平台中分别研究了其高效并行处理技术和并行算法。-Architecture) parallel processing platform, the shape of the face recognition algorithm Shape Context of the serial algorithm is studied, and were studied in the CUDA
BarCode
- 条形码识别 条形码(barcode)是将宽度不等的多个黑条和空白,按照一定的编码规则排列,用以表达一组信息的图形标识符。常见的条形码是由反射率相差很大的黑条(简称条)和白条(简称空)排成的平行线图案。 vc-Bar code bar code (barcode) is the number of black bars of varying widths and gaps, arranged according to some encoding rules for expressing a set
Face-Recognition-based-on-GPU
- 这是一篇论文,基于GPU的并行人脸识别算法,学习模式识别的同志们可以看看,使用GPU优化之后的人脸识别算法有更好的性能。-This is a paper, GPU-based parallel face recognition algorithms, learning pattern recognition of comrades can see, after using the GPU optimized face recognition algorithm has better perfor
74HC_HCT595
- 74HC595 74HCT595 8-bit serial-in, serial or parallel-out shift register with output latches 3-state-74HC595 74HCT595 8-bit serial-in, serial or parallel-out shift register with output latches 3-state
Diagonal and edge
- B正在做一个关于图像理解方面的研究,她的目标是识别图像中的轮廓。当前阶段,她希望能够识别正方形。图像用一个矩阵表示,矩阵的每个元素对应于图像中的一个像素点,值为0或1,0表示背景,1表示前景。需要寻找的正方形必须满足线宽为单像素,且大小至少为2x2。她希望你能帮她找出图像中满足如下条件的两类正方形的个数: 正方形的边与矩阵边缘平行; 正方形的边与矩阵对角线平行;(B is doing a research on image understanding, and her goal is to