资源列表
poiseuille流程序
- 模拟poiseuille流程序,可以绘制poiseuille流曲线,uh曲线
Transform
- 包括以下函数 1)平移(tx,ty,tz)的矩阵Txyz void matTxyz(float Txyz[4][4],float tx,float ty,float tz) 2)绕x轴旋转theta角的矩阵Rx void matRx(float Rx[4][4],float theta) 3)绕y轴旋转theta角的矩阵Ry void matRy(float Ry[4][4],float theta) 4)绕z轴旋转theta角的矩阵Rz void matRz(float Rz[4][4]
基于颜色特征识别花朵和叶子
- 基于颜色矩(一阶矩和二阶矩)求出图像花朵和叶子区域。
csrdcf-master
- CSR-DCF算法的matlab源码,使用前需要安装opencv和vs,然后执行compile.m进行编译(The matlab source code of csr-dcf algorithm needs to install opencv and vs before use, and then execute compile. M to compile)
matlab噪声程序
- 给图像添加高斯噪声用matlab(Add gaussian noise to image)
谱间预测
- 高光谱图像应用算法,计算波段间的谱间系数,最佳波段选择。(Algorithms for hyperspectral images are used to calculate interspectral coefficients between bands and select the best band.)
visionpro C#
- Cognex\VisionPro 视觉处理程序的c#示例程序,可用于学习开发。(A sample program of visual processing program, which can be used for learning and development.)
pso-SVM
- 利用粒子群法寻找出c,g两个参数,从而达到优化支持向量机的目的
《雷达中的微多普勒效应》源代码
- 雷达中的微多普勒效应,书中的源代码,很好的实现原书中的实例操作,掌握雷达分析技术(The source code of micro Doppler effect book in radar)
text seven
- VGA彩条信号显示器设计 设计并调试好一个VGA彩条信号发生器,并用EDA实验开发系统(拟采用的实验芯片的型号可选Altera CycloneII系列的 EP2C5T144C8 FPGA。(A VGA color bar signal generator is designed and debugged, and an EDA experimental development system is used (the model of the experimental chip to be use
分形批量计算
- 该程序可用于大批量图像的分形维数(boxcount)计算 ,输入是运行时弹出的文件选择框中选择多个图像。输出分别是 b: 分维值 ,filename 图片名,a n和r的数据。(This program can be used to calculate the fractal dimension (boxcount) of a large number of images. The input is a file selection box that pops up at runtime to
soble
- MATLAB实现提取灰度图像的前景目标轮廓的算法,并进行中线拟合和角度校正(Matlab algorithm for extracting object contour)