Welcome![Sign In][Sign Up]
Location:
Search - Block Matching method

Search list

[Special Effectsmotionest

Description: 用块匹配法进行运动估计的matlab实现方法,返回运动矩阵-block matching method used for motion estimation method of Matlab, the return movement Matrix
Platform: | Size: 889 | Author: yr | Hits:

[Special Effects33112

Description: 全搜索块匹配法,毕业设计中涉及的一个程序-full search block matching method, a graduate of the design of a procedure
Platform: | Size: 1662 | Author: 谎言 | Hits:

[Special Effectsmotionest

Description: 用块匹配法进行运动估计的matlab实现方法,返回运动矩阵-block matching method used for motion estimation method of Matlab, the return movement Matrix
Platform: | Size: 1024 | Author: yr | Hits:

[Special Effects33112

Description: 全搜索块匹配法,毕业设计中涉及的一个程序-full search block matching method, a graduate of the design of a procedure
Platform: | Size: 1024 | Author: 谎言 | Hits:

[Othershotjiance

Description: 。该文介绍了目前镜头分割的常用方法,包括灰度分割法、边缘分割法、彩色直方图分割法、MPEG视频的分割方法、 块匹配镜头分割方法、统计判决镜头分割方法、基于聚类的镜头分割方法、镜头渐变的检测-. This paper describes the current commonly used method of shot segmentation, including gray-scale segmentation, edge segmentation, color histogram segmentation, MPEG video segmentation method, block-matching method of shot segmentation, statistical decision shot segmentation method, based on clustering of the lens Segmentation Method, Gradient Lens Detection
Platform: | Size: 197632 | Author: zhang | Hits:

[Special Effectsmy_3_STEP_search

Description: 标准三步搜索法,用matlab实现,经过实验效果还可以-Standard three-step search method, using matlab to achieve, after the experimental effect can also be
Platform: | Size: 2048 | Author: 张居正 | Hits:

[Booksvideo-Face-Detection-and-tracking

Description: 人脸检测和跟踪学位论文;人脸检测定位:运动区域检测预处理, 肤色区域的分割和利用二值形态学等操作的人脸粗检,利用眼、嘴特征的彩色信息检测的人脸细检,利用投影法检测眼睛和嘴巴亮块的人脸定位。提出了一种基于自适应肤色模型匹配与验证的方法对人脸进行跟踪-Face detection and tracking dissertation Face Detection positioning: Sports regional detection pretreatment, color region segmentation and the use of binary morphological operations, such as human faces rough seizure, the use of eyes, mouth features detection of color information Face Fine Frederick, using projection method bright eyes and mouth block face positioning. A model based on adaptive color matching and validation of the method of face tracking
Platform: | Size: 3622912 | Author: 田卉 | Hits:

[Graph programBlockMatchingAlgorithmForMovementEstimation

Description: 采用块匹配方法对视频进行运动估计,获得运动估计的运动向量。-Using block-matching method of video motion estimation, motion estimation to obtain the motion vectors.
Platform: | Size: 785408 | Author: farmer | Hits:

[Special EffectsBlockMatchingMethodsConsideringSmoothnessofMotionV

Description: 考虑运动向量平滑的块匹配运动估计方法,matlab代码-Consider the motion vector smoothing method of block matching motion estimation, matlab code
Platform: | Size: 3072 | Author: fang | Hits:

[Software EngineeringImage_matching

Description: 为了解决光谱恢复对图像匹配高精度的问题, 提出了一种高精度图像匹配算法———利用光流确定图像的运动场对图像进行匹配。该算法克服了传统的基于灰度匹配方法受图像插值精度影响的缺陷以及运算速度和精度的局限性。与基于MAD 块匹配算法和归一化相关系数块匹配算法进行比较, 该算法实现了图像序列高精度匹配, 而且硬件实现简单, 计算复杂度较低。-To address the spectrum of the resumption of high-precision image matching problem, a high-precision image matching--- the use of optical flow algorithm to determine the image of the stadium to match the image. The algorithm to overcome the traditional matching method based on gray-scale image interpolation accuracy by the effects of defects, as well as the speed and accuracy of computing limitations. MAD-based block matching algorithm and the normalized correlation coefficient to compare block-matching algorithm, the algorithm achieved a high-precision image sequence matching, and simple hardware implementation, lower computational complexity.
Platform: | Size: 222208 | Author: 酷鱼 | Hits:

[Special EffectsBlock-matching(Matlab)

Description: 用块匹配法求超分辨率复原中的运动矩阵!提出了一种快速,半像素的三步法!-Block-matching method using super-resolution recovery of movement in the matrix! Presents a fast, three-step half-pixel!
Platform: | Size: 96256 | Author: allen | Hits:

[Special EffectsImageStitch

Description: 实现了序列图像的柱面全景图拼接,采用的块匹配法,顺序进行块匹配功能,找到最佳匹配位置,进行线性融合法进行拼接。-Achieved a series of cylindrical panoramic image stitching, using a block matching method, in order to block-matching function to find the best match position, a linear fusion splicing method.
Platform: | Size: 160768 | Author: Li Yanli | Hits:

[mpeg mp309047016

Description: 用块匹配法进行运动估计的matlab实现方法-block matching method used for motion estimation method of Matlab
Platform: | Size: 9083904 | Author: 陈高 | Hits:

[OtherBM

Description: Opencv: Optical flow calculation using Block Matching method
Platform: | Size: 1024 | Author: Rafin | Hits:

[Special Effectsblock

Description: 基于特征块匹配的快速稳像算法,方法用块匹配方法对图像进行匹配,并进行稳像-Feature-based block matching algorithm for fast stabilization, methods using block-matching method to match the image, and conduct stabilization
Platform: | Size: 8192 | Author: 牟聪翀 | Hits:

[Multimedia DevelopKPP

Description: 使用块匹配法的三步搜索对视频中的两帧图象进行预测编码-Use block matching method for video of the three-step searching two frames image forecast coding
Platform: | Size: 4096 | Author: jiangxin | Hits:

[matlabBasicMotionVectorEstimation

Description: 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS) FourSS.m 四步搜索法(Four Step Search) DS.m 菱形搜索法(Diamond Search) ARPS.m 自适应路径搜索法(Adaptive Root Pattern Search) costFuncMAD.m 绝对误差均值函数 minCost.m 宏块间代价最小块 motionComp.m 图像重建 imgPSNR.m 计算图像的PSNR值-Block matching motion estimation algorithm The following is a simple project m file comments: main.m calls through the main function of basic block matching algorithm FullSearch.m full search method (also known as the Exhaustive Search) ThreeStepSearch.m three-step search method (Three Step Search) NewTSS.m new three-step search method (New Three Step Search Algorithm) SESTSS.m simple and efficient three-step search method (Simple And Efficient TSS) FourSS.m four-step search method (Four Step Search) DS. m diamond search method (Diamond Search) ARPS.m adaptive path search method (Adaptive Root Pattern Search) costFuncMAD.m mean absolute error between the cost of the function minCost.m macroblock most small motionComp.m calculated image reconstruction imgPSNR.m image PSNR value
Platform: | Size: 4724736 | Author: alan | Hits:

[matlabBNM

Description: The source code is the best neighboring matching method, which will find out a best 16x16 macro block to conceal the lost macor block. this code is written by Matlab.
Platform: | Size: 1024 | Author: Bernie Chen | Hits:

[Special Effectsbp

Description: 在双目立体视觉中立体匹配问题存在歧义性,是视觉研究中难点问题之。通过采用分水岭分割图像的方式有效的对图像进行了过分割处理,实现了基于图像块置信传播的匹配算法。-In the binocular stereo vision problem in stereo matching ambiguity, is the difficult problems in vision research. Images by using watershed segmentation method was effective over-segmentation of the image processing, and belief propagation based on image block matching algorithm.
Platform: | Size: 282624 | Author: mstar | Hits:

[matlabBM3D

Description: 采用最新的BM3D(三维块匹配)方法进行的灰度图像,彩色图像和视频图像的去噪-Using the latest BM3D (three-dimensional block-matching) method for image, color images and video image denoising
Platform: | Size: 3332096 | Author: 周丽 | Hits:
« 12 3 4 »

CodeBus www.codebus.net