资源列表
PicTest
- VC/MFC 常见的几种图像显示的方法: 1.使用CBitMap,在OnPaint 中绘制 2.用picturn控件绘制 3.用背景图 4.用KoDak控件(需要已经安装) -VC / MFC common image shows several ways : 1. CBitMap use. Drawing the OnPaint 2. Controls used picturn drawing three. use background Figure 4. charge
im_registr_MI
- 基于互信息的图像配准程序。用matlab编写的。有助于理解互信息。-based on mutual information of image registration procedures. Prepared using Matlab. Contribute to the mutual understanding of the information.
traslation-2006041016
- 将一幅给定的图像加噪后进行平滑滤波和中值滤波处理,比较两种处理的效果并与原图像比较之。并添加了锐化滤波处理。-to be an increase in the noise image after smoothing filter and the filter, compare the results with the original image comparison. And add a sharpening filter.
imageenhangce2006041016
- 将一幅给定的图像加噪后进行平滑滤波和中值滤波处理,比较两种处理的效果并与原图像比较之。并添加了锐化滤波处理。-to be an increase in the noise image after smoothing filter and the filter, compare the results with the original image comparison. And add a sharpening filter.
ImageStone_src
- 这是一个图片编辑库,可以对图片作多种操作,兼容多种图片格式-This is a photo editor, you can right picture for a variety of operational and compatible format photographs
fire.ZIP
- 生成火焰的程序; 在图样、游戏里面可以使用,挺好的-generation flame; In graphics, the game which can be used, in very good shape;
fractural
- 分形——生成一片漂亮的树叶,通过一个矩阵迭代并不断刷新生成的图像-fractal -- generating a beautiful leaves, through an iterative matrix and constantly refresh the image
image
- 基于纹理度量的图像分割,适用于遥感图像,利用到K-mean算法-texture measurement based on the image segmentation, applicable to remote sensing images, the use of K-mean algorithm
ArcInfoE00IO
- ArcGIS E00格式数据读写VC代码-ArcGIS E00 format for reading and writing data VC code
nurbs++-3.0.11
- NURBS++库--Non-Uniform Rational B-Splines (NURBS) curves and surface are parametric functions which can represent any type of curves or surfaces. This C++ library hides the basic mathematics of NURBS. This allows the user to focus on the more challeng
progress
- 数字图像处理,实现灰度直方图、伪彩色、消噪等等一系列图像的优化处理,采用c-digital image processing and realizing gray histogram, pseudocolor, denoising a series of image processing optimization, using c
harris
- 两幅图像拼成全景图。Harris角点检测选特征点,配对过程比较原始,有点慢,ransac算法提取有效配对点,计算projective transformation.最后拼全景图。 需要CIMG库支持,jpeg图像还需要magickimage库. Linux g++编译通过,编译加 -lX11 -lpthread -ljpeg, windows 下未试验.