搜索资源列表
图像处理编程大全
- 该程序集合了图像处理的各个方面并用vc++代码实现,比如图像的预处理(灰度化,锐化等),边缘提取,分割,跟踪,图像融合等
vc下的图像融合程序
- VC实现图像融合代码
pinjie
- VC图像处理 VC做无缝图像拼接 图像融合-VC VC to do image processing Seamless Image Stitching
ImageProcessing
- 使用vc实现图像的融合:即多光谱图像与高分辨率图像的融合。-image fushion
MYFUSION
- 图像融合的源码,在vc 6.0中运行通过-Fusion source, run through in vc 6.0
Waveletsforimagefusion
- 小波图像处理,图像滤波,图像复原,图像融合等VC开发的源代码-Wavelet image processing, image filtering, image restoration, image fusion, such as the development of source code VC
picturefusion
- 图像融合算法在VC下的实现,融合效果较好。且包含多种融合算法的实现。-Image fusion algorithm in the next VC to achieve better integration. And contains a variety of fusion algorithm.
imagefuse
- vc++ 版的图像融合程序,一个非常不错的图像融合代码-vc++ version of the image fusion process, a very good image fusion code
ImageFusionAlgorithmImplementation
- 这是一个vc的图像融合处理程序,包括了HIS变换、主成分分析以及Brovey转换等常用的算法,大家可以尝试一下!- This is an image fusion vc procedures, including the HIS transform, principal component analysis, as well as commonly used Brovey conversion algorithm, you can have a try!
picturemix
- 用VC++实现的一个系统,该系统实现了各种图像融合算法并对各种算法的效果并行比较-Using VC++ to achieve a system to achieve a variety of image fusion algorithms and compare the effect of parallel
PoissonEditing
- 实现泊松方程图像融合算法,用VC++实现的基础程序-possion equation
vc-imageprocessing
- 本光盘共包括三个工程,分别是用于实现数字图像基本处理算法的DimageProcess工程, 用于实现图像融合的PixelFusion工程和用于人脸识别的FaceDetection工程。 关于程序的运行, DImageProcess工程只需载入Bmp格式的文件,便可通过菜单实现各种处理算法, 需要强调一点,其只对256色格式的图片进行处理。 PixelFusion工程程序运行时,用户须载入两幅图片,其中全色图像选择给定的图片spot.bmp, 而多光谱图片则为给定的图片tm
imagematch
- 图像的拼接源代码,该程序通过VC++程序来实现的,包括图像仿射变换、图像融合-Image Stitching source code, the program through the VC++ program to implement, including the image affine transformation, image fusion
fusionforvc
- 一个VC程序下的图像融合程序,该程序可以将图像进行“叠加”融合,满足一定的需要-A VC program under the image fusion process, the program can be the image to " overlay" integration to meet the needs of a certain
Wavelets
- 一种小波算法的VC程序,可应用在图像处理得边缘提取、图像融合等应用中。-A wavelet algorithm for VC procedure can be used in image processing edge detection, image fusion and other applications.
PixelFusion
- Vc++编制的图像融合程序,主要实现高分辨率的双色图像和低分辨率的彩色图像的融合 -Vc++ compiled image fusion procedures, mainly for high-resolution color images and the integration of low-resolution color images
SIFT-vc
- SIFT图像融合算法,可直接运行。封装d-SIFT image fusion algorithm
Wavelets
- 用小波变换实现两幅图像的融合,VC源码,同时包括图像的小波变换操作-Two images using wavelet transform fusion, VC source code, including both the wavelet transform operation
VCImage
- 图像融合,VC++,可直接使用。源代码,可修改。-Image fusion, VC++, can be used directly. Source code can be modified.
遥感图像融合
- 这是在VC平台下的遥感图像融合的源代码,里面集成了多种融合方法,能得到较好的融合效果,很值的学习用。