资源列表
MRF 图像处理
- MRF 图像处理 对图像去噪,一元势能和二元势能 有详细代码 简单易懂 适合初学者
蒙特卡洛法电动汽车充电模型
- 使用蒙特卡洛法对无序充电模型进行负荷计算,得到日充电负荷变化曲线
poj一些算法题的C++代码
- poj一些算法题的C++源码,已经通过测试,可以直接使用
自动阈值选择算法
- 自动阈值选择算法,通过简单迭代法实现自动阈值的选择,来分割图像
vof方法
- This code incorporates the vof algorithm 。 This code incorporates th Volume of Method
方腔流 fvm simple 算法
- 非常好的simple算法,值得下载,本人自己编码的算法,有需要的朋友欢迎下载
Longley-Rice Model
- 经典无线链路预算模型,预测了在自由空间中由地形的非规则性造成的中值传输衰落。该模型适用于频段为20MHz至40GHz、路径长度为1km至2000km的情况。对于给定的传输路径,该计算机程序通过频率、路径长度、极化方向、天线高度、表面绕射率、地面有效半径和地面导电常数等参数可以确定传输损耗的大小。
BP-neural-networks-master
- How to run the program 1. open MATLAB goto the project's root path 2. run main.m 3. in the command window it will show the accuracy calculated by testing data set 4. press any key in the command window to show the GUI for this project 5. click t
Detection-system-of-skin-diseases-using-image-processing-master
- To classify four types of skin diseases such as Dermatitis, Melanoma, Diabetic foot ulcer, Impetigo,2 types of ML algorithms KNN and SVM are used. To get a visual representation of classifier output the ROC curve is plotted. To measure the performanc
matlab 时间序列 同步
- 利用matlab代码实现不同图像的时间序列同步,统一时间
五阶WENO格式计算一维Euler方程
- 本代码使用五阶WENON格式来计算一维Euler方程,具体算例包括,SOD激波管,LAX激波管,Shu-Osher问题,和双爆轰波问题,输出的数据格式文件为dat文件,可直接导入tecplot或origin中绘图。
U-Net-master-python
- 论文U-Net: Convolutional Networks for Biomedical Image Segmentation的实现代码,使用Unet卷积神经网络,实现了细胞的轮廓识别。使用Python代码,keras框架。