-
ACACPWMConverter17
electric power ac ac chopper
- 2010-11-18 06:42:21下载
- 积分:1
-
Simulation-based-on-MATLAB
基于MATLAB技术的滑动轴承油膜压力分布的模拟(Simulation based on MATLAB sliding bearing oil film pressure distribution)
- 2012-04-15 17:01:45下载
- 积分:1
-
PRA_76_043833
Physical Review A 76 043833 所有关键程序(Physical Review A 76 043833 )
- 2011-09-09 16:01:31下载
- 积分:1
-
Genetic-algorithm
matlab遗传算法程序,可用于最优化问题求解,遗传算法功能非常强大(Matlab genetic algorithm procedure, can be used to solve the optimization problem, genetic algorithm is very powerful)
- 2013-11-08 19:18:52下载
- 积分:1
-
RANSAC-for-Outlier-Rejection
基于RANSAC算法的图像匹配过程,包括提出该算法的文章以及文章中所提到的所有程序代码,可以实现具有高度异常点的图像匹配过程。(RANSAC algorithm based on image matching process, including all the program code of the algorithm proposed article and the article mentioned, the image matching process can be achieved with a high degree of abnormal points.)
- 2021-03-23 21:19:15下载
- 积分:1
-
motorvectorcontrol
异步电机矢量控制, 电流速度双闭环,电压解耦控制(vector contro of AC induct motor, with speed and current close loop control and the voltage is decoupled.)
- 2014-07-28 14:00:43下载
- 积分:1
-
车道线检测代码MATLAB版本1
适用于车道线检测初学者快速学会参数配置,每一行代码都有注释:
clc; clear all; close all;
% 设置显示标记,1表示都显示,0表示只显示车道线
DrawPoly = 1;
% 处理起始范围
NumRows = 120;
% 最大存储规模
MaxLaneNum = 20;
% 单次最大匹配数目
ExpLaneNum = 2;
% 存储车道线,初始化
Rep_ref = zeros(ExpLaneNum, MaxLaneNum);
% 统计数目
Count_ref = zeros(1, MaxLaneNum);
% 最大变化距离阈值
TrackThreshold = 75;
% 标记颜色
LaneColors = single([0 0 0;1 1 0; 1 1 0; 1 1 1;1 1 1]);
% 车道线丢失异常下限
frameFound = 5;
% 车道线丢失异常上限
frameLost = 20;
% 选择弧度 Rho values 35:45 (1-based index: 415:424)
startIdxRho_R = 415;
NumRhos_R = 11;
% 选择角度 Theta values -90:-70deg (1-based index: 1:21)
startIdxTheta_R = 1;
NumThetas_R = 21;
% 选择弧度 Rho values 379:415 (1-based index: 1:36)
startIdxRho_L = 380;
NumRhos_L = 36;
% 选择角度 Theta values 55:85deg (1-based index: 146:176
- 2023-06-28 01:10:04下载
- 积分:1
-
人脸识别 图像分割
基于肤色的人脸图像分割,给定衣服人脸图像,可以自动的进行分割,是人脸识别的第一步,分割之后才能进行特征的提取
- 2023-08-31 07:40:03下载
- 积分:1
-
axisymmetricKZK
仿真高强度聚焦超声(HIFU)治疗生物组织温度场的二维分布情况(simulate the High intensity focused ultrasound (HIFU) in treatment of two-dimensional distribution of temperature field in biological tissue)
- 2013-09-22 21:24:18下载
- 积分:1
-
FMTIM
Image matching using FMT
- 2015-05-24 01:31:40下载
- 积分:1