CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - block

搜索资源列表

  1. LBP.rar

    1下载:
  2. 针对传统方法难以可靠估计图像中纹理单一区域像素点视差的问题,将纹理分析应用于立体匹配中,提 出图像分块整体匹配的方法。首先用LBP/C纹理分析方法对图像纹理进行描述 然后进行基于区域生长的扩张检 测,得到纹理单一图像块 最后对图像块进行整体匹配,得到纹理单一区域的稠密视差图。对国际标准图像进行测试, 结果表明该算法能提高纹理单一区域稠密视差图的精度,具有实用价值 ,Due to the difficulty of getting disparity of less textured pi
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:257263
    • 提供者:swx
  1. blockmatching

    0下载:
  2. 采用块匹配法计算相邻两帧图像的运动矢量,并显示计算的矢量结果。其中使用了opencv里面的函数。需先安装和加入opencv的库。-Using the 3 step block matching algorithm to compute the motion vector of two consecutive frames.
  3. 所属分类:OpenCV

    • 发布日期:2017-06-11
    • 文件大小:18995739
    • 提供者:wujin
  1. HBMA

    0下载:
  2. This function calculate block motion vectors (with integer pel accuracy), using hierarchical block matching algorithm. %An example of main function calling this function is "MEMBA", which can be entered on the command window. %The function also u
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2655
    • 提供者:冯欣
  1. convex

    0下载:
  2. 程序实现图像分块,凸包,分割等功能,学图像处理的朋友建议下载。-Image sub-block implementation procedures, convex hull, partition and other functions, the study image processing Friend recommended download.
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:3338
    • 提供者:廖建勇
  1. block

    0下载:
  2. 图像块操作的matlab源代码,进行图像处理经常用到-Image block operation of the matlab source code
  3. 所属分类:Special Effects

    • 发布日期:2017-11-13
    • 文件大小:845
    • 提供者:申淑媛
  1. AFastBlock2matchingMotionEstimationAlgorithm

    0下载:
  2.  为了减小运动估计算法的计算复杂度及提高视频压缩编码的效率,提出了一种新的快速、有效的块匹配运 动估计算法.-In order to reduce the motion estimation algorithm of the computational complexity and improve the efficiency of video compression coding, a new fast and effective block-matching motion estimat
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:586567
    • 提供者:孙翔
  1. BlockMatchingAlgorithmsforMotionEstimation

    0下载:
  2. 】在对目前运动估计快速块匹配算法研究的基础上, 描述了运动估计的基本原理 揭示了提高运动估计效率的关键技术, 并对相关的算法进行了分析和比较 提出了运动估计算法今后的研究方向。-] In the current fast block-matching motion estimation algorithm based on the descr iption of the basic principles of motion estimation revealed to enhance the e
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:67614
    • 提供者:孙翔
  1. BlockMatchingAlgorithmForMovementEstimation

    0下载:
  2. 采用块匹配方法对视频进行运动估计,获得运动估计的运动向量。-Using block-matching method of video motion estimation, motion estimation to obtain the motion vectors.
  3. 所属分类:Graph program

    • 发布日期:2017-03-31
    • 文件大小:785138
    • 提供者:farmer
  1. BlockMatchingAlgoMPEG

    0下载:
  2. 基于块匹配的帧间运动估计,对相邻帧间背景运动计算运动矢量 ,使用了多种搜索算法对运动块进行搜索和匹配。-Block Matching Algorithms for Motion Estimation,This MATLAB source code is a review of the block matching algorithms used for motion estimation in video compression. It implements and compares 7 di
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4603588
    • 提供者:付亚峰
  1. BlockMatchingMethodsConsideringSmoothnessofMotionV

    0下载:
  2. 考虑运动向量平滑的块匹配运动估计方法,matlab代码-Consider the motion vector smoothing method of block matching motion estimation, matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3041
    • 提供者:fang
  1. 8951245521

    0下载:
  2. 新三步搜索算法考虑了块矢量中心偏移的特性,在初步搜索时对中心周围的 位置同时做了匹配运算。在物体做小范围运动时,这种改进很有效,可以大大减少运算量,然而,在物体做大范围运动时,这种改进却带来了额外的运算量。现实的情况经常是物体既有小范围的偏移,也有大范围的运动。因此,在考虑块匹配算法时,既要照顾块的中心偏移特性,也要兼顾块的大范围运动。四步搜索 (Four-Step Search FSS)能够兼顾两种情况,可以得到较好的性能。 -The new three-step search alg
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:16544
    • 提供者:罗鹏
  1. Block-matching(Matlab)

    1下载:
  2. 用块匹配法求超分辨率复原中的运动矩阵!提出了一种快速,半像素的三步法!-Block-matching method using super-resolution recovery of movement in the matrix! Presents a fast, three-step half-pixel!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-08-12
    • 文件大小:95822
    • 提供者:allen
  1. 20040224_ME_Programs

    0下载:
  2. Fast Block Matching Motion Estimation Algorithms Source Code
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-23
    • 文件大小:14737
    • 提供者:nhiepfong
  1. terrain_fen

    0下载:
  2. 一个地形分块程序,对海量地形块,进行LOD分块,自动重新组织,实现普通3D图形卡漫游-A terrain block procedures for Massive Terrain block, block to LOD, automatic re-organization, to achieve common roaming 3D graphics card
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:124658
    • 提供者:fuyongfeng
  1. block(20061219)

    0下载:
  2. 一个精确度很高的电子表,非常适合程序员使用.-A high precision electronic form, very suitable for programmers to use.
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:229528
    • 提供者:wen long
  1. hw5

    1下载:
  2. Exhousted block matching algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-22
    • 文件大小:793080
    • 提供者:forger
  1. block

    0下载:
  2. 编程实现子块为N*N的方块编码,分别取n=2,4,8方块尺寸进行编码实验。-Programming sub-block box for the N* N codes, were collected from the box size n = 2,4,8 encoded experiments.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:2022
    • 提供者:王昊
  1. Motion_Detection

    0下载:
  2. Motion detection results If you double-click the Switch block so that the signal is connected to the SAD side, the Video Viewer block displays the SAD values, which represent the absolute value of the difference between the current and pr
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:11434
    • 提供者:radim.rh
  1. Edge_Detection

    0下载:
  2. Edge Detection This demo finds the edges of objects in a video stream using the Prewitt method. You can double-click the Edge Detection block and adjust the Threshold parameter while the simulation is running. The higher you make the thre
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-28
    • 文件大小:6227
    • 提供者:radim.rh
  1. block

    2下载:
  2. 基于特征块匹配的快速稳像算法,方法用块匹配方法对图像进行匹配,并进行稳像-Feature-based block matching algorithm for fast stabilization, methods using block-matching method to match the image, and conduct stabilization
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:8641
    • 提供者:牟聪翀
« 12 3 4 5 6 7 8 9 10 ... 41 »
搜珍网 www.dssz.com