本文介绍了Dot Net下的图像比较的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找以下解决方案,用于在.NET下的

定制项目



我的数据库(由保险公司签名组成)和

其他细节。



根据我们最后的一些参数,我们将一些签名列入

。(N号码中有25到50个签名)。

从这个入围的签名中,需要比较扫描签名

并在匹配签名附近调出

与比较百分比



图片将采用BMP格式

I am looking for the following solution for a
customised project under .NET

My database (consists of insurers signatures) and
other details.

Based on some parameters at our end, we shortlist
some signatures.( 25 to 50 signatures out of N number).
From this shortlisted signatures, a scanned signature
need to be compared and bring up near match signatures
with comparison percentage

Images would be of BMP format

推荐答案


这篇关于Dot Net下的图像比较的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 17:05