资源列表
three-dimensional-display-
- 基于VTK实现读取序列CT图片三维显示(面绘制)的 C++代码,注释详细适合初学者-Based on VTK realize read the serial CT image three-dimensional display (surface rendering) of C++ code, detailed notes for beginners
Fourier-hologram-and-reconstruction
- 傅里叶全息图制作和再现代码,内附待处理图片-Fourier hologram
VCPP-tuxiangyasuo
- 基于小波变换的图像压缩,该程序可应用于jpg和png等的图像压缩-Image compression based on wavelet transform Image compression based on wavelet transform
huaping
- opengl画花瓶,实现鼠标控制花瓶颜色的改变和形状的变化。-opengl pain huaping
siftDemoV4
- sift 特征提取 matlab版本 sift matching-sift feature extract
markov
- 马尔科夫链的参数训练达到收敛之后得到参数估计-Training Markov parameters obtained parameter estimates after reaching convergence
TophatBasedMethod
- 基于顶帽(tophat)变换的小目标检测算法代码,改变所处理图片的目录即可,尤其适用于背景简单的红外小目标检测-Based on the small target detection algorithm code top-hat (tophat) transformation, changing the image of the directory can be treated, especially for simple background Infrared Small Target Det
MedianFilterBasedMethod
- 基于中值滤波的小目标检测算法代码,改变所处理图片即可,尤其适用于背景简单的红外小目标检测-Based on median filtering small target detection algorithm code, changing the image to deal with, especially for simple background Infrared Small Target Detection
li1-22
- 一维信号的快速傅里叶变换,代码可靠实用,是信号工作者的首选-Fast Fourier transform one-dimensional signal, the code is reliable and practical, is the preferred signal workers
geometry
- 非线性几何的matlab程序,使用matlab进行了仿真。程序代码简洁,有详细注释-Nonlinear geometry of the matlab program, the use of MATLAB simulation. The code is simple, there are detailed notes
Colibri---The-IDL-Code-Library
- Colibri介绍 Colibri是一个基于ENVI/IDL平台实现的一个开源软件包。里边包含了多种多样的算法和程序。 代码是使用不同子文件夹来存储的。每一个文件夹内都含有一些源码文件。在根目录下的Reference Guide.html文件中包含了所有对象及函数的功能介绍、调用方法等,类似于IDL帮助。 Ø Application – General:含有一些通用功能,比如图像分类、创建合成图像、DSM转换为DTM等功能 Ø Application – Toolbo
image
- 给定一幅图像,输出其直方图。给定一个线性变换函数(可以输入不同的参数),实现图像的灰度拉伸;实现对图像的均衡化。 实验测试图像:任意 -histogram;Gray stretch;Image equalization