搜索资源列表

  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. 所属分类:图形图像处理(光照,映射..)

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

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

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

    1下载:
  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. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:nitu63
  1. 水波优化算法用于图像匹配matlab源码

    1下载:
  2. 水波优化算法解决图像匹配问题MATLAB源码(Water wave optimization algorithm to solve the image matching problem MATLAB source code)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:叫我小宝
  1. 利用栈进行括号匹配检验

    0下载:
  2. 检验一条信息中括号各个匹配与否。比如输入(){}会提示错误,输入({})会提示正确。 另外附录了线性表基本操作的对应代码(Check whether parentheses match each other in a message. In addition, the corresponding code of the basic operation of the linear table is attached)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-11
    • 文件大小:1024
    • 提供者:夜小路
  1. C# 使用Halcon进行模板匹配定位

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

    • 发布日期:2024-05-11
    • 文件大小:5008384
    • 提供者:ylshan
  1. 模板匹配实例

    0下载:
  2. 模板匹配简单实例 可用于新手测试 与示范 用opencv实现(A simple template matching example can be used for the novice test and demonstration opencv implementation)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-11
    • 文件大小:5596160
    • 提供者:cxz11
  1. NCC多目标匹配

    1下载:
  2. 这是利用NCC目标匹配写的一个halcon小程序。自己选择ROI,然后根据ROI逐一地匹配图片中的相似物体。识别率很高,目标物体可以有一定的变形(This is a halcon applet written using NCC target matching. Choose ROI yourself, and then match the similar objects in the image one by one accordin
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:185344
    • 提供者:Edgar高
  1. 基于小波变换的图像匹配

    0下载:
  2. 使用小波变换进行图像匹配,从而提升其匹配速度(Using the wavelet transform to match the image, so as to improve the matching speed.)
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:MasterShaw
  1. 模板匹配

    0下载:
  2. 自己用的模板匹配 ,自己拍个图片,把小的部分单独截出来(Match your own template, take a picture of yourself, and cut the small part out alone)
  3. 所属分类:OpenCV

    • 发布日期:2024-05-11
    • 文件大小:2048
    • 提供者:宇智波朋
  1. 基于ORB算法的特征匹配

    0下载:
  2. 基于ORB算法的特征匹配,opencv,C++(matching based on ORB algorithm with opencv lib)
  3. 所属分类:其他小程序

  1. 【84】模板匹配

    0下载:
  2. OpenCV 模板匹配,matchTemplate方法使用,实测非常不错 平方差匹配法(SQDIFF) 归一化平方差匹配法(SQDIFF NORMED) 相关匹配法(TM CCORR) 归一化相关匹配法(TM CCORR NORMED) 相关系数匹配法(TM COEFF) 归一化相关系数匹配法(TM COEFF NORMED)(OpenCV template matching, matchTemplate method
  3. 所属分类:OpenCV

    • 发布日期:2024-05-11
    • 文件大小:113664
    • 提供者:plcjs
  1. 灰度模板匹配

    0下载:
  2. 将图像灰度化处理,进行模板匹配,结果显示相似度系数(Grayscale the image to match the template)
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:26624
    • 提供者:dd无极
  1. 用MATLAB对两幅图片进行图像匹配

    0下载:
  2. 该程序是采用MTLAB对两幅图像进行图像匹配,具有很好的效果(The program USES MTLAB to match two images, which has good effect.)
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:26624
    • 提供者:冬己MM
  1. Open CV显示、标定、匹配samples

    0下载:
  2. 基于opencv vs2010实现双目校正匹配 ,官方例子修改(Binocular correction matching based on OpenCV VS2010, official example modification)
  3. 所属分类:OpenCV

  1. 基于VC++的图像匹配的金字塔算法

    0下载:
  2. 基于VC++的图像匹配金字塔算法,可实现图像的精准匹配。(Pyramid based image matching algorithm VC++)
  3. 所属分类:图形图象

    • 发布日期:2024-05-11
    • 文件大小:1784832
    • 提供者:qing111
  1. 金字塔生成以及利用生成影像进行逐层匹配VC++

    0下载:
  2. 金字塔生成以及利用生成影像进行逐层匹配,用VC++语言进行实现。(The Pyramid formation and the use of generated image matching layer, using VC++ language to achieve.)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-11
    • 文件大小:4001792
    • 提供者:qing111
  1. 匹配游戏算法

    0下载:
  2. 实现匹配游戏算法 在两个数组中,索引相同且该相同索引上的值也相同,用a表示。 在两个数组中,索引不同且该不同索引上的两个值相同,用b表示。 例: int[] arrOne = { 2, 1, 4, 5, 6 }; int[] arrTwo = { 2, 4, 7, 1, 6 }; 以上数组中有2个a, 2个b(JAVA Matching game algorithm In the two array, the index
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:12288
    • 提供者:ROCK圆圆
  1. 匹配滤波进阶

    0下载:
  2. 匹配滤波的进阶版,有按钮支持,运用更方便(The advanced version, filtering, button support, use more convenient)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-11
    • 文件大小:4096
    • 提供者:suoergirl1110
  1. dp匹配

    0下载:
  2. 利用dp算法计算图像匹配视差,本程序利用vs2013+opencv2.4.9编写。(The disparity of image matching is calculated by DP algorithm. This program is written by vs2013+opencv2.4.9.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-11
    • 文件大小:19251200
    • 提供者:北方的风
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org