资源列表
E2-频域增强
- 一、 计算图象的频谱函数 设计图象120*30/256*256;选用Matlab函数直接调用实现。 二、根据计算证明傅立叶变换的性质 1, 共轭对称性: F(u,v)=F*(-u,-v) ; 三、图象的频域滤波 1, 设计一个指数低通滤波器,对两图象(f1(x,y)为30*30/256*256的图象;f2(x,y)=p3-02图象)进行低通滤波,观察分析空域图象和频谱分布的变化。 四、图象变换比较 利用现有的离散傅立叶变换、离散余弦变换、Walsh-Had
Gmm
- 高斯混合模型,利用C++ OEPNCV来完成(This is a GMM model using C++ opencv to deal with it)
水波
- 一个简单的水波,通过面的曲折移动实现水波效果(A simple water wave, through the surface of the zigzag movement to achieve water wave effect)
除周期噪声
- 利用快速傅里叶变换,在频率域中除去图像周期噪声(Take advantage of the fast Fourier transform to remove the image periodic noise in the frequency domain)
OBJ模型读取
- objloader, 基于c++,读取obj文件及其纹理(Objloader, based on c++, reads the obj file and its texture)
ndvi
- 遥感植被的NDVI值公式为:(近红外-可见光红色)/(近红外+可见光红色) 在ENVI里面的Band Math 运行公式计算就行. 还可以直接用Transform——NDVI计算.(The NDVI value formula of remote sensing vegetation is: (near infrared - visible light red) / (near infrared + visible light red) The Band Math operation
OpenGL实现机器人运动
- opengl实现机器人的简单运动,走路,下蹲,奔跑。(OpenGL realizes the simple motion of the robot)
菜单
- 可以进行图形的变换,右键可以使用菜单改变图形的形状(A graphic transformation can be made, and the right key can change the shape of the figure using a menu)
地球仪
- 纹理贴图,地球可进行旋转等,鼠标可控制他的旋转(Texture mapping, the earth can be rotated and so on.)
漫游
- 本程序实现了漫游系统,天空盒效果,非常不错哦。(This program has realized the roaming system, the sky box effect.)
picstomat
- 将图片转化为.mat格式的数据,用于训练。(transfer pictures to .mat data.)
ostu
- 大津法(OTSU)是一种确定图像二值化分割阈值的算法,由日本学者大津于1979年提出。从大津法的原理上来讲,该方法又称作最大类间方差法,因为按照大津法求得的阈值进行图像二值化分割后,前景与背景图像的类间方差最大(何为类间方差?原理中有介绍)。(Otsu method (OTSU) is a set of image binarization threshold segmentation algorithm, proposed by Japanese scholars ohtsu in 1979.