文件名称:APyramid
- 所属分类:
- 人工智能/神经网络/遗传算法
- 资源属性:
- [C/C++] [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.7mb
- 下载次数:
- 0次
- 提 供 者:
- xin***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
基于VC++的图像匹配的金字塔算法。输入原始的512*512灰度图像,同时输入模板图像,分别输出图像和模板图像的三层金字塔图像,用来分层匹配;对输入图像利用小波变换分层,并形成三层金字塔,然后对模板图像做同样的处理,然后从顶至下以此对原始图像和模板图像进行匹配,匹配采用简单的对应像素的绝对误差累计来表示。提供测试模式集及其测试结果。-Based on VC++ pyramid algorithm for image matching. Enter the original 512* 512 grayscale image, while the input template image, respectively, the output image and the template image of the three pyramid images, used for hierarchical matching pairs of input images using wavelet transform layer, and the formation of the three-tier pyramid, and then doing the same template image processing, and then from the top to the next as the original image and the template image matching, matching the corresponding pixel, using a simple total of the absolute error expressed. Provides test pattern set and the test results.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
APyramid\Alloc.cpp
........\Alloc.h
........\APyramid.aps
........\APyramid.clw
........\APyramid.cpp
........\APyramid.dsp
........\APyramid.dsw
........\APyramid.h
........\APyramid.ncb
........\APyramid.opt
........\APyramid.plg
........\APyramid.rc
........\cdib.cpp
........\cdib.h
........\ColorTable.h
........\DIBPrcs.cpp
........\effielchange.bmp
........\effielchange0.bmp
........\effielchange1.bmp
........\effielchange2.bmp
........\effielcolor.bmp
........\effielgray.bmp
........\effiellevel0.bmp
........\effiellevel1.bmp
........\effiellevel2.bmp
........\GlobalApi.h
........\macros.h
........\peppers.raw
........\ReadMe.txt
........\Resource.h
........\shuoming.txt
........\StdAfx.cpp
........\StdAfx.h
........\WavBasic.cpp
........\WavBasic.h
........\WavTrf.cpp
........\WavTrf.h
........\wav_filters.h
........\wav_filters_extern.h
........\wav_gen.h
........\Debug
APyramid
........\Alloc.h
........\APyramid.aps
........\APyramid.clw
........\APyramid.cpp
........\APyramid.dsp
........\APyramid.dsw
........\APyramid.h
........\APyramid.ncb
........\APyramid.opt
........\APyramid.plg
........\APyramid.rc
........\cdib.cpp
........\cdib.h
........\ColorTable.h
........\DIBPrcs.cpp
........\effielchange.bmp
........\effielchange0.bmp
........\effielchange1.bmp
........\effielchange2.bmp
........\effielcolor.bmp
........\effielgray.bmp
........\effiellevel0.bmp
........\effiellevel1.bmp
........\effiellevel2.bmp
........\GlobalApi.h
........\macros.h
........\peppers.raw
........\ReadMe.txt
........\Resource.h
........\shuoming.txt
........\StdAfx.cpp
........\StdAfx.h
........\WavBasic.cpp
........\WavBasic.h
........\WavTrf.cpp
........\WavTrf.h
........\wav_filters.h
........\wav_filters_extern.h
........\wav_gen.h
........\Debug
APyramid