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

搜索资源列表

  1. 基于kalman滤波器组的模板更新算法

    3下载:
  2. 基于kalman滤波的meanshift模板更新算法
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2009-04-17
    • 文件大小:589110
    • 提供者:lili0522
  1. 基于模板匹配的人眼定位与人脸检测

    1下载:
  2. 基于模板匹配的人眼定位程序,其中使用了遗传算法。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2010-11-21
    • 文件大小:646277
    • 提供者:mathchun
  1. Match-Template.rar

    1下载:
  2. 模板匹配,能够准确的找出与所给图像一致的目标。,Template matching, the ability to accurately identify the image with the given goal.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:100743
    • 提供者:cheng tiantian
  1. Match.rar

    2下载:
  2. 利用OpenCV中的模板匹配来匹配模板和图片,找出图片中含有的模板图像,OpenCV in the use of template matching to match the templates and images, find images of template contains images
  3. 所属分类:Special Effects

    • 发布日期:2016-09-05
    • 文件大小:37910
    • 提供者:周挺
  1. Pyramid.rar

    1下载:
  2. 金字塔模板匹配,一个很有商业价值的软件【我背着导师上传给大家的,希望对整个中国的相关领域开发者有帮助】,Pyramid template matching, a great commercial value of software 【I tutor upload their backs to you, and I hope the related areas of China as a whole help developers】
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-14
    • 文件大小:1603277
    • 提供者:jack
  1. 用高斯模型来进行相似度计算

    0下载:
  2. 这是一个用高斯模型来进行相似度计算 然后,采用模板匹配的算法实现人脸的检测和定位的。,This is a Gaussian model used for similarity computation and then, using a template matching algorithm of face detection and positioning.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-03-23
    • 文件大小:7746
    • 提供者:谭少侠
  1. erzhituxiangbianyuanxihua(Matl

    0下载:
  2. 主要介绍二值图像的边缘细化,由一个模板实例,可以参考一下,Mainly introduce the edge binary image detail, examples from a template, you can refer to
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:162215
    • 提供者:卫正
  1. opencvmubanpipei

    0下载:
  2. opencv模板匹配,主要是cvMatchTemplate和cvMinMaxLoc。-opencv template matching, mainly cvMatchTemplate and cvMinMaxLoc.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2054896
    • 提供者:齐青超
  1. vc_imageprocessing

    2下载:
  2. VC++图像处理程序,哈弗变换,边缘检测,差影法,轮廓提取与跟踪,模板匹配,投影法,图像复原,阈值分割,种子填充等。-VC++ Image processing procedures, Haversian transform, edge detection, and poor shadow law, contour extraction and tracking, template matching, projection, image recovery, threshold segmentat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-12-14
    • 文件大小:1689198
    • 提供者:liya
  1. ImageProcess

    0下载:
  2. 特技显示: 图像扫描、图像插入、百叶窗显示、马赛克效果、栅格条交错、从全黑淡入、图像伸缩 像素运算: 查看直方图、直方图均衡、线性变换、阈值变换、窗口变换、灰度拉伸、对数变换 几何变换: 图像镜像、图像平移、图像旋转、图像缩放 正交变换: 离散傅立叶变换、离散余弦变换、沃尔什哈达玛变换、离散K-L变换、小波变换 图像复原: 逆滤波复原、维纳滤波复原 图像增强: 灰度变换调整、直方图修整法、图像平滑法、中值滤波、低通滤波、图像锐化、高通滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:902902
    • 提供者:hongye
  1. matching

    0下载:
  2. 使用matlab编写的一个简单模板匹配程序对作立体匹配的初学者的入门程序-Matlab prepared using a simple template matching procedure for three-dimensional matching of the entry procedures for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:49625
    • 提供者:任冉冉
  1. imcorr

    0下载:
  2. 基于相关的模板匹配算法的Matlab实现,表示出了相应的匹配区域-Template matching algorithm based on the correlation of the Matlab implementation, expressed the corresponding matching region
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:601
    • 提供者:章智凯
  1. LicensePlateRecognition

    1下载:
  2. 使用说明 使用时打开此例题目录下pic中的图片,然后依次单击按钮“转”、“1”、“2”、“3”、“4”和“5”,就可以实现精确的车牌定位。 具体步骤 1.24位真彩色->256色灰度图。 2.预处理:中值滤波。 3.二值化:用一个初始阈值T对图像A进行二值化得到二值化图像B。 初始阈值T的确定方法是:选择阈值T=Gmax-(Gmax-Gmin)/3,Gmax和Gmin分别是最高、最低灰度值。 该阈值对不
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:730813
    • 提供者:肖伟
  1. PicturesMatchTemplate

    1下载:
  2. 快速的图像模板匹配代码,很辛苦找到的,属于Opencv的,共享给大家了-Fast image template matching code, it is hard to find, and belong to the Opencv, share to everyone the
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:10374
    • 提供者:刘飞拓
  1. tuxiangpipei

    0下载:
  2. C++的图像匹配程序,实现图象的检测,模板匹配-C++ for image matching procedures, implementation of image detection, template matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:22959
    • 提供者:孙雅炫
  1. halcon-ncc模板匹配

    0下载:
  2. 用halcon实现ncc模板匹配,可使用 已调试,可作为学习参考(Using Halcon to achieve NCC template matching, can be used, has been debugged, can be used as a learning reference)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:nitu63
  1. halcon-轮廓模板匹配

    1下载:
  2. 用halcon实现轮廓模板匹配,可实现已调试,可作为学习参考(Using Halcon to achieve contour template matching, can be achieved debugging, can be used as a learning reference)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:nitu63
  1. halcon-轮廓模板匹配-批量图片-实战

    0下载:
  2. 用halcon实现轮廓模板匹配,实战批量图片,可运行已调试,可作为学习参考(Using Halcon to achieve contour template matching, actual batch picture, can run, has been debugged, can be used as a learning reference)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-02
    • 文件大小:1024
    • 提供者:nitu63
  1. C# 使用Halcon进行模板匹配定位

    15下载:
  2. C# 使用Halcon进行模板匹配定位(C# uses Halcon for template matching and location)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:5008384
    • 提供者:ylshan
  1. miniSTM32_emwin模板移植实验

    0下载:
  2. miniSTM32_emwin模板移植 图形化处理(Graphic processing of miniSTM32_emwin template transplantation)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-06
    • 文件大小:1477632
    • 提供者:无名11113
« 12 3 4 5 6 7 8 9 10 ... 37 »
搜珍网 www.dssz.com