资源列表
GGM
- 用广义高斯模型(GGM)拟合分布代码,包括生成直方图,参数估计等-for GGM simulation
satellite
- VC++下实现OpenGL的三维星空多轨道卫星绕地球源代码.这个程序在C++中调用OpenGL,蓝色的球体代表地球,粉红色的球体代表地球的地球的静止轨道卫星,该卫星在地球赤道上方和地球一起做同步运动。黄色球体代表其他轨道卫星,它们的轨道各不相同。-Achieved under VC++ 3D OpenGL-Star multi-orbit satellites around the earth the source code. This procedure is called in C++ in
Radarsat2
- 将Radarsat2极化SAR图像数据转换为散射矩阵及相干矩阵T3的matlab代码,附上的图像文件是用Enviview软件截取转存的各通道实部虚部文件,以及lutsigma.xml查找表文件.作者辛苦所做,希望对SAR初学者有所帮助.-Will Radarsat2 polarization SAR image data is converted to T3 scattering matrix and the coherent matrix of matlab code, the attache
pca
- 主成分分析程序,应用于图像特征提取,数据降维等方面 -the code of PCA
image-stitching
- 实验两张图片的拼接,对于图片中的匹配对,用ransac方法消除错配,并估计出仿射矩阵。然后将一张图进行仿射变换,再实现拼接-Experiment two pictures of the stitching, matching pairs for the picture, with ransac way to eliminate mismatches, and to estimate the affine matrix. Then an affine transformation diagram,
BD IP2006
- 一个盲去卷积程序,可以实现去除图像的各类模糊,同时可进行相关参数的自适应调整。-A blind deconvolution process can be achieved to remove all kinds of image blur, while the relevant parameters can be adaptive.
levelset
- Levelset 算法的C/C++实现 Levelset 算法的C/C++实现-Levelset 算法的C/C++实现 Levelset 算法的C/C++实现
chicks
- 运用帧差法进行运动对象的识别,用矩形框标出。-using frame-difference method to identify moving objects
fileBandMix
- 多个idl批处理代码 envi 二次开发 融合以及波段运算 -mosaic idl batch code
halcon-match
- 基于halcon软件做的图像匹配例子程序-image processing using halcon software
Color-Pattern-Matching-Example
- LabVIEW图像处理例程,实现从图像中自己圈出目标,程序自己学习该目标特征(颜色、形状)后,在图片上找到并定位目标-LabVIEW image processing routines to implement the image circle of the target, and procedures for their own learning of the target feature (color, shape), to find and locate targets on the pi
LSB-Data-Hiding-Image
- 图像的组成无非是一些字符串或者一些字节组成的字符串,然而,每一个字节数据位的重要度并不是一样的,两个相邻字节往往只有低位是不一样的。例如:00100110和00100111代表了两个不同渐变度的红色,但是就人眼是分辨不出来的。最低有效位LSB算法,就是利用这一点,达到图像压缩,或者数字水印的功能。-The composition of the image is nothing more than some number of bytes or string composed of string,