哪位高手知道图象识别的算法??急急急急!

比较两种图象看是否一致,用什么算法来实现,或者从什么书中能找到答案,谁知道烦请告知呀,多谢了,焦急等待中。。。。。。(想通过vb实现)
[67 byte] By [8250089] at [2008-2-18]
# 1
google搜索!
sx9401-上山下山 at 2007-10-26 > top of Msdn China Tech,多媒体/设计/Flash开发,图象工具使用...
# 2
太多中算法了,你可以到网上搜,或者图书馆
bihu-www.bihu.net at 2007-10-26 > top of Msdn China Tech,多媒体/设计/Flash开发,图象工具使用...
# 3
点对点校准
flag=1
for (x=0 to width)
for(y=0 to height)
{
if(image1[i,j]!=image[i,j])flag=0;break;
}
if(flag==1)same
else not same
fasthorse-快马 at 2007-10-26 > top of Msdn China Tech,多媒体/设计/Flash开发,图象工具使用...