资源列表
woqla-instantiation
- 自由始端和终端的动态规划,求指标函数最小值的逆序算法递归 % 计算程序,x是状态变量,一列代表一个阶段状态;M-函数 % De()
ISAMlqser
- 算法分析中的实例,利用分治思想解决此类问题()
matlab程序
- 卡尔曼滤波是一种高效率的递归滤波器(自回归滤波器), 它能够从一系列的不完全及包含噪声的测量中,估计动态系统的状态。(Calman filtering is an efficient recursive filter (autoregressive filter). It can estimate the state of dynamic system from a series of incomplete and noisy measurements.)
11_ObjectDetection
- 人脸识别,通过提取人脸特征构建分类器来实现对人脸特征的识别(Face recognition is used to identify facial features by extracting facial features)
jieguo
- 基于白光干涉的空间频域算法计算微观物体表面三维形貌(Spatial frequency domain algorithm)
滤波反投影重建算法
- 实现滤波反投影的算法,用matlab实现的算法(Algorithm for filtering back projection)
zhongzhilvbo
- 此文件为中值滤波matlab仿真程序,可以对图像进行中值滤波处理(This file is a median filter matlab simulation program, which can be processed by median filter)
滤波器
- 运用巴特我死低通高通滤波器对图像进行滤波处理,得到清晰的图像(Using Butt I die low-pass high-pass filter to filter the image, get a clear image)
ico
- Pacote com icones do Help do Windows
test
- 遥感图像真实反射率转换,可以将遥感图像的DN值,归一化处理为真实的反射率值(The conversion of true reflectance of remote sensing images.)
AVI2BMP
- AVI转BMP图片的C++源代码,DIRECTSHOW开源项目(The C++ source code for the avi turn bmp picture,directshow open source project)
边缘提取
- 边缘提取:边缘检测的基本思想首先是利用边缘增强算子,突出图像中的局部边缘,然后定义象素的“边缘强度”,通过设置阈值的方法提取边缘点集。由于噪声和模糊的存在,监测到的边界可能会变宽或在某点处发生间断。因此,边界检测包括两个基本内容: (1)用边缘算子提取出反映灰度变化的边缘点集。 (2)在边缘点集合中剔除某些边界点或填补边界间断点,并将这些边缘连接成完整的线。(Edge extraction: the basic idea of edge detection is to use edge en