资源列表
精通MATLAB数字图像处理-源代码
- 精通MATLAB数字图像处理(2015),所有章节的源代码。(Proficient in MATLAB digital image processing (2015), the source code of all chapters.)
实现拍照并自动存储的版本
- 这个VI主要是用于连续采集图像,并且实现实时保存。(It is used to collect images continuously and save.)
canny
- 图像处理中的用于梯度特征处理的canny算子算法代码(canny code: Canny operator algorithm for gradient feature processing in image processing.)
摄像机开发包
- 摄像机开发程序包,很好的例子,我用它完成了公司的工作,非常满意!(camera development,very good,very good)
1
- 图形图像雾霾去雾的基础算法之一,Retinex算法是多尺度Retinex算法以及单尺度算法的基础算法(One of the algorithms for fogging)
遗传算法
- 基本遗传算法(GA)的算法原理、步骤、及Matlab实现,包含详尽的代码(Basic Genetic Algorithm (GA) algorithm principles, steps, and Matlab implementation, including detailed code)
基于粒子滤波器的目标跟踪算法及C++实现
- 基于粒子滤波器的目标跟踪算法及C++实现,运行方式:按P停止,在前景窗口鼠标点击目标,会自动生成外接矩形,再次按P,对该选定目标进行跟踪。(The target tracking algorithm based on particle filter and C++ implementation, operation mode: stop by P, click the target in the foreground window, automatically generate the oute
GaborCode
- Gabor滤波,对图像某个方向的细节检测,可调节参数(Gabor filter can detect details in one direction and adjust parameters.)
LOG
- 实现在LOG算法下,探讨不同σ对LOG的影响,卷积核(Under the LOG algorithm, we discuss the influence of different Sigma on LOG and convolution kernel.)
RGB-圆形物体检测
- 连通区域边缘检测,圆形度计算,圆形物体的检测(Edge detection in connected regions, circle degree calculation)
edgelink
- 对边缘检测后出现的不连续的部分进行边缘连接(Edge join after the edge detection appears.)
Missile-Trajectory-master
- 计算导弹的弹道,包括姿态、攻角、质量等内容(Calculate the trajectory of missile, including attitude, attack angle, quality and so on.)