CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 亚像素

搜索资源列表

  1. 亚像素边缘检测的matlab代码

    4下载:
  2. 亚像素边缘检测的matlab代码,比一般的边缘检测代码精确-Sub-pixel edge detection matlab code
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2016-12-06
    • 文件大小:674kb
    • 提供者:周周
  1. yaxiangsuweiyiguji.rar

    0下载:
  2. 实现亚像素的运动位移估计算法实现,通过双线性内插实现!,Campaign to achieve sub-pixel displacement estimation algorithm to achieve, through bilinear interpolation to achieve!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:285.89kb
    • 提供者:古松
  1. dxsczyxs.rar

    1下载:
  2. 一种基于多项式插值改进的亚像素细分算法. ,Based on polynomial interpolation to improve the sub-pixel subdivision algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:187.72kb
    • 提供者:李文
  1. MATLAB_Image_subpixel_Mutual_i

    0下载:
  2. MATLAB实现基于互相关的亚像素级图像配准源代码,MATLAB_Image_subpixel_Mutual_info,MATLAB-based cross-correlation of sub-pixel image registration source code, MATLAB_Image_subpixel_Mutual_info
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:232.34kb
    • 提供者:fh
  1. subpixel

    0下载:
  2. 比较新的亚像素检测算法(他人的专利申请) 仅供参考 -Relatively new sub-pixel detection algorithm (patent applications of others) is for reference only
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2.36mb
    • 提供者:故国庆
  1. subpixelEdgeDetection

    2下载:
  2. matlab 写的提取图像亚像素边界的程序,和Canny算子有比较,里面有两张示例图像!-matlab write the image to extract sub-pixel border procedures, and the Canny operator have more, there are two examples of images!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:400.13kb
    • 提供者:王国强
  1. yaxiangsu

    0下载:
  2. 双向亚像素运动估计算法,具体步骤如下: (1) 进行整像素精度的双向运动估计; (2) 以(1)得到的运动矢量所指向的像素点为中心,内插1/2像素点,再进行双向运动估计; 依此类推,直到得到所需的像素精度为止。 -Bi-directional sub-pixel motion estimation algorithm, concrete steps are as follows: (1) for the whole two-pixel accuracy motion estima
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:23.94kb
    • 提供者:郑丹
  1. Log

    0下载:
  2. VC编程实现 LOG算子的亚像素边缘检测-VC Programming LOG operator sub-pixel edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-24
    • 文件大小:177.38kb
    • 提供者:xiaoyang
  1. projectioncorr

    1下载:
  2. PA, projective algorithm % 灰度投影算法 % % dr - 行运动矢量 % dc - 列运动矢量 % imRef - 参考帧 % imCur - 当前帧 % range - 搜索区域,默认为7 % flag - 是否精确到亚像素位移 % flag = 1,亚像素精度 % flag = 0,像素精度-PA, projective algorithm gray projection algorithm dr- line moti
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:1010byte
    • 提供者:付中梁
  1. klt

    0下载:
  2. 求解KLT算子角点提取,KLT算子角点跟踪,达到亚像素精度-Solving KLT Corner Detection Operator, KLT corner track operator to sub-pixel accuracy
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:672.92kb
    • 提供者:张治国
  1. leituoyuantezhengzidongshibiejiyaxiangsutiqudewanz

    0下载:
  2. 针对视觉检测中高精度、自动化类椭圆图像特征提取的需要,提出一种类椭圆特征自动识别和中心亚像 素定位的完整实现方法。方法中采用基于类椭圆边缘属性对特征区域进行自动识别,采用最小二乘椭圆拟合 精确求取类椭圆亚像素定位中心。实验表明,基于该解决方案,可以实现类椭圆特征的自动识别及椭圆中心的 亚像素定位,定位算法精度较高,鲁棒性强,同时简便易行,不需要人机交互,可以很好地满足视觉检测仪器化 需求。-Vision testing for high-precision, automated
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:176.53kb
    • 提供者:刘镖峰
  1. Based_on_the_characteristics_of_an_edge_subpixel_p

    0下载:
  2. 提出了基于边缘特征的亚像素投影配准算法,法引入新的图像相似性评价函数 — 均方误差函数(Mean Sequare Er ron ,MSE)-Proposed sub-pixel edge features based projection matching algorithm, France and the introduction of a new image similarity evaluation function- the mean square error function (Mea
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:539.36kb
    • 提供者:姜珊珊
  1. ellipse_fit

    0下载:
  2. 另外一种有效的椭圆陪陪技术,对于亚像素边缘检测非常有用的,真的不错-Oval to chat with another kind of effective techniques for sub-pixel edge detection is very useful, really good
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1.25kb
    • 提供者:YL.Xiao
  1. subpixel

    0下载:
  2. 该程序用正交矩zernike7和空间矩spatial5对图像进行亚像素提取-The program and space with the orthogonal moments zernike7 moment spatial5 on Subpixel image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:43.9kb
    • 提供者:徐薇
  1. subpixmatch

    0下载:
  2. 是个关于数字图像相关中的亚像素位移定位算法进展,可以达到高精度-Is relevant in the digital image on the subpixel displacement progress localization algorithm can achieve high precision
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:6.94mb
    • 提供者:林方
  1. yaxiangsu1

    0下载:
  2. 亚像素方面的相关源码!!!相信对你的学习会有帮助!-Related to source sub-pixel area!!! That would be helpful to your learning!
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:579byte
    • 提供者:林方
  1. circle

    0下载:
  2. 该程序能对图片进行像素级,亚像素级别图像处理,并对多条轮廓进行圆心拟合,计算各自圆心坐标,方便快捷,坐标数值以及处理后的图像均能保存~~ -The program can be pixel image, sub-pixel level image processing, and the number of contour fitting center, center coordinates of each calculation, convenient, coordinate values &#
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4.5mb
    • 提供者:caizhenxing
  1. asurement

    0下载:
  2. 新的基于Zernike正交矩亚像素边缘定位的直径测量方法-Zernike orthogonal moments based on the new sub-pixel edge location of the diameter measurement
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:282.5kb
    • 提供者:than66
  1. 修改过的亚像素边缘检测

    9下载:
  2. 自己用MATLAB写的一个基于多项式插值的亚像素处理算法,处理速度快(sub-pixel edge detect)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:7kb
    • 提供者:if空间
  1. 亚像素边缘检测

    3下载:
  2. 亚像素边缘检测,对图像的边缘检测达到亚像素级别(Sub-pixel edge detection, image edge detection to sub-pixel level)
  3. 所属分类:图形图像处理

    • 发布日期:2019-06-03
    • 文件大小:12kb
    • 提供者:minbaobao
« 12 3 4 5 6 »
搜珍网 www.dssz.com