matching

共 79 篇文章
matching 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 79 篇文章,持续更新中。

基于信息融合的图像边缘检测方法研究,⑴直方图均衡化(histogram equalization)

基于信息融合的图像边缘检测方法研究,⑴直方图均衡化(histogram equalization),⑵直方图匹配(histogram matching),⑶邻域平均(neighborhood averaging),⑷局域增强(local enhancement), ⑸中值滤波(median filtering)。

单片式2.4G无线网络芯片24E1网络匹配的调整方法及注意事项(Tuning the nRF24xx matching network)

单片式2.4G无线网络芯片24E1网络匹配的调整方法及注意事项(Tuning the nRF24xx matching network)

輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) R

輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) Recursion,Linked Lists, 4) Stacks and Queues, 5) Algorithm Analysis, 6) Insertion Sort and Mergeso

map matching algorithm

map matching algorithm

图论相关算法:a fast algorithm for non-bipartite maximal matching

图论相关算法:a fast algorithm for non-bipartite maximal matching

Design of MF RC500 Matching circuits and Antennas

Design of MF RC500 Matching circuits and Antennas

By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998

By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998. (See the catalog page for this book.) Search the text of Perl Cookbook. Table of Contents

Lin-Kernighan heuristic for the TSP and minimum weight perfect matching

Lin-Kernighan heuristic for the TSP and minimum weight perfect matching

SHape matching algorithm

SHape matching algorithm

Text-independent speaker recognition using graph matching.

Text-independent speaker recognition using graph matching.

Text processing often involves matching text against a pattern. Although Java s character and assort

Text processing often involves matching text against a pattern. Although Java s character and assorted string classes offerlow- levelpattern- matching support, that support commonly leads to complex c

//给定整数n

//给定整数n,产生所有[2n]上的匹配(matching) //将其视为一个所有块大小均为2的集合分拆 //以a_i表示其第i个元素所在的集合号 //输出格式为 a1 a2 a3 ... //满足 //a_{i+1} <= max { a1,a2,...a_i } + 1

Video object matching across multiple independent views using local descriptors and adaptive learnin

Video object matching across multiple independent views using local descriptors and adaptive learning文章描述了多摄像机系统下的目标检测与跟踪,和自学习方法。很有参考价值。

通过X射线照片来鉴别不同的人的模糊匹配算法的经典文章!《Fusion of Matching Algorithms for Human Identification Using Dental X-Ra

通过X射线照片来鉴别不同的人的模糊匹配算法的经典文章!《Fusion of Matching Algorithms for Human Identification Using Dental X-Ray Radiographs》

Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matchin

Relationship Between the Sum of Squared Difference (SSD) and Cross Correlation for Template Matching Konstantinos G. Derpanis York University kosta@cs.yorku.ca Version 1.0 December 23, 2005

I/O Kit Fundamentals Chapter 1 What Is the I/O Kit? Chapter 2 Architectural Overview Chapter 3 Th

I/O Kit Fundamentals Chapter 1 What Is the I/O Kit? Chapter 2 Architectural Overview Chapter 3 The I/O Registry Chapter 4 Driver and Device Matching Chapter 5 The Base Classes Chapter 6 I/O Kit

This paper is most important topic of digital photogrammetry and introduce fast stereo matching algo

This paper is most important topic of digital photogrammetry and introduce fast stereo matching algorithm.

FINGERPRINT MATCHING BASED ON ERROR PROPAGATION

FINGERPRINT MATCHING BASED ON ERROR PROPAGATION

This is a MATLAB program for Histogram Matching. Used In digital Image Processing.

This is a MATLAB program for Histogram Matching. Used In digital Image Processing.

图论*匈牙利算法 的两种实现过程 Matching的巧妙在于队列的进入退出并没有仅仅限于在同一层循环中做到

图论*匈牙利算法 的两种实现过程 Matching的巧妙在于队列的进入退出并没有仅仅限于在同一层循环中做到,构思巧妙 其算法思想在《算法设计与分析基础》上可以参阅