CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 重叠

搜索资源列表

  1. panel

    0下载:
  2. panel重叠调用,基于matlab环境-panel overlapping call
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1658
    • 提供者:yang
  1. ripple

    0下载:
  2. 一个基础的CUDA例子,随机画出可以重叠的球体-One based on CUDA example, random draw sphere
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:5217
    • 提供者:weijian
  1. Handwritten-digital-identification

    0下载:
  2. 手写数字识别程序 1、 在左边的白色框中长按鼠标左键手动输入数字,数字最大个数小于10个; 2、 输入的每个数字要求是连续的; 3、 两个不同数字之间不要出现笔画重叠; 4、 输入数字的速度不要太快(视个人计算机速度而定); 5、 输入字体不要太小; 6、 识别结果按照手写数字从左到右依次排列。 -Handwritten numeral recognition program, in the left white box, long click the left mo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:739563
    • 提供者:郭粉玉
  1. add_img

    0下载:
  2. 本文主要讲的是怎样将2幅图片叠加,就像电影里面有时候出现的镜头一样,2幅图片可以按照不同比例重叠,当然这里主要是利用opencv自带的函数addWeighted().参考资料为opencv自带tutiol及其代码。   开发环境:ubuntu12.04+opencv2.4.2+Qt4.8.2+QtCreator2.5.   实验功能:   单击Open image1按钮,打开第1幅图片并在左边显示出来。   单击Open image2按钮,打开第2幅图片并在中间显示出来。
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:71680
    • 提供者:wuwei
  1. boxingpipei

    0下载:
  2. 波形匹配算法,为了获得完整的指纹图像,提出一种基于波形匹配的指纹图像帧序列拼接算法.该算法从每个图像帧的参考区域提取波形信息,通过计算波形相似度并引入逐步求精的拼接策略,分3个阶段获得拼接参数,确定图像帧之间的重叠和水平移位.实验结果表明,文中算法运算量小、运算速度快、占用系统资源少,特别适用于资源有限环境中的自动指纹识别系统.-Waveform matching algorithm, in order to obtain a complete image of the fingerprint,
  3. 所属分类:File Formats

    • 发布日期:2017-05-12
    • 文件大小:2665069
    • 提供者:kudding
  1. cs

    0下载:
  2. 压缩感知中模拟镜头重叠的重构算法-Compressed perception of simulated lens overlapping reconstruction algorithm. . . . .
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:416836
    • 提供者:王俊强
  1. executeTiling.c

    0下载:
  2. 此程序,为图像处理比较基础的部分。功能是如何将两张图片并排放在重叠放在一起。-This program, the basis of comparison for the image processing part. Function of how the two pictures and emissions in the overlap together.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-18
    • 文件大小:945
    • 提供者:yue
  1. IOOVERLAPPED

    0下载:
  2. 通过重叠IO结构进行TCP通信,添加简单自定义通信协议-TCP traffic, add a simple custom communication protocol overlapped IO structure
  3. 所属分类:Communication

    • 发布日期:2017-11-16
    • 文件大小:22019
    • 提供者:tttt
  1. overlap

    0下载:
  2. Sock重叠IO模型的例子,很好的学习Sock重叠IO的源码,VC.Net2005,可升级到VS2008或VS2010-Sample demonstrating use of Events in Overlapped (Asynchronous) I/O
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-12
    • 文件大小:1166973
    • 提供者:mrw
  1. twoIMGRegFourPointsPair

    0下载:
  2. 通过手动选择两幅有重叠区域的图像对应点,可以将图像对进行配准和拼接,非常适合做图像配对和拼接的人参考,目前适用于位图图像,灰度图和RGB真彩图。压缩包文档中包含了示例图像和使用说明截图。-Two overlapping regions of the image corresponding points by manually selecting the image registration and stitching is very suitable for image matching and
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-12-10
    • 文件大小:5910008
    • 提供者:xiaobo
  1. OverlappedServer

    0下载:
  2. 重叠I/O提供了更好的系统性能。 它允许应用程序使用重叠数据结构一次投递一个或者多个异步I/O请求。 提交的I/O请求完成之后,与之关联的重叠数据结构中的事件对象受信。然后,使用WSAGetOverlappedResult函数获取重叠操作结果。 -Overlapped I/O to provide better system performance. It allows the application to use the the overlap data structure onc
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-16
    • 文件大小:33081
    • 提供者:哲思
  1. IOCPDemo

    0下载:
  2. 使用CreateIoCompletionPort创建完成端口对象。 2.创建工作线程,在完成端口上执行并处理投递到完成端口上I/O请求。 3.向完成端口对象关联套接字句柄。 4.投递重叠发送和接受请求处理I/O。 -Completion port object CreateIoCompletionPort create. Create worker threads running on the completion port and handle delivery to the
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-12-03
    • 文件大小:30199
    • 提供者:哲思
  1. tezhengpingjie

    0下载:
  2. 基于特征点匹配的拼接算法研究与实现,先利用相位相关法确定图像重叠区域,然后采用改进Harris角点检测算法 检测角点,再根据相似测度NCC(Normalized Cross Correlation)方法提取出匹配特征点对-Based on feature points matching stitching algorithm research and implementation, the first phase correlation method to determine the ima
  3. 所属分类:Special Effects

    • 发布日期:2017-11-26
    • 文件大小:518009
    • 提供者:jie ge
  1. GdiplusTest05

    0下载:
  2. 使用GDI+实现图片半透明重叠,简单易懂,适合初学者-To achieve images the translucent overlap, straightforward use GDI+ for beginners
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-06
    • 文件大小:223301
    • 提供者:王里
  1. Overlap-adding

    0下载:
  2. 重叠相加法计算圆周卷积,内含运用重叠相加法计算圆周卷积的matlab 程序代码及调试结果-The overlap-add method for circular convolution
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:31003
    • 提供者:魏振果
  1. zorder2

    0下载:
  2. 为公司开发的静态控件,解决了所有的透明显示问题 1.动态刷新,文字重叠问题 2.父窗口放大之后,背景不对问题 3.频繁刷新闪动问题。 csdn有个帖子几十页也没解决,足见开发的难度之高。-For static control developed to address all transparent display problems 1. Dynamically refreshed text overlap problem parent window zoom, the background is
  3. 所属分类:GUI Develop

    • 发布日期:2017-11-18
    • 文件大小:104264
    • 提供者:zhaoqqq
  1. overlay

    0下载:
  2. matlab源代码,主要用于进行图像处理,计算灰度图像两区域的灰度值重叠程度。
  3. 所属分类:2D图形编程

  1. OBMC

    0下载:
  2. 此代码通过OBMC(重叠块运动补偿)实现了视频插帧运算。利用已有的运动向量和前后两帧图像,通过OBMC算法,求出中间内插帧-This video frame interpolation operator code OBMC (overlapped block motion compensation). Using the existing motion vectors and two of front and rear image is obtained through the the OBMC
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:1069
    • 提供者:ll
  1. OBMCforMC

    0下载:
  2. 代码利用OBMC(重叠块运动补偿)算法,实现运动补偿。利用前一帧和当前帧的运动向量场,重建出当前帧。-Code utilization OBMC (overlapped block motion compensation) algorithm, motion compensation. Using the motion vector field of the previous frame and the current frame and the reconstructed current fr
  3. 所属分类:Special Effects

    • 发布日期:2016-01-24
    • 文件大小:1024
    • 提供者:ll
  1. mul_ping

    0下载:
  2. 网络编程,原始套接字编程实验实验。具体功能如下: IP首部的构造;基于原始套接字的分片ICMP ECHO请求发送功能;基于原始套接字的ICMP ECHO响应接收功能;重叠分片的发送功能; 可以用来测试windows系统和Linux系统的重叠分片重组策略。 编程语言:C-Network programming, original socket programming experiment experiment. Specific functions are as follows: th
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-22
    • 文件大小:5828
    • 提供者:绫子
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 33 »
搜珍网 www.dssz.com