资源简介
MATLAB代码,实现六自由度机器人的视觉伺服控制,代码运行前需要配置机器人工具箱
代码片段和文件信息
clear ;
clc;
L1=link([0 0.4 0.025 pi/2 0 ]);
L2=link([pi/2 0 0.56 0 0 ]);
L3=link([0 0 0.035 pi/2 0 ]);
L4=link([0 0.515 0 pi/2 0 ]);
L5=link([pi 0 0 pi/2 0 ]);
L6=link([0 0.08 0 0 0 ]);
t3r=[L1;L2;L3;L4;L5;L6];
bot=Seriallink(t3r‘name‘‘Useless‘);
a = imaqhwinfo;
%[camera_name camera_id format] = getCameraInfo(a);
f1=figure;
% set (gcf‘Position‘[200200400500] ‘color‘‘w‘);
f2=figure;
% Capture the video frames using the videoinput function
% You have to replace the resolution & your installed adaptor name.
vid = videoinput(‘winvideo‘1‘YUY2_640x480‘);
%sls=videoinput(‘w
相关资源
- quyushengzhangfa 用matlab编写的区域生长法
- wavelet-matlab 基于小波变换的图像融合
- palm-recognition 掌纹识别代码
- souce-code 数字图像处理与机器视觉(光
- www 视频异常行为检测
- icm_seg
- paper-and-matlab-code 新发表论文Graph cut
- Adaptive_Filtering
- m.file 语音增强算法
- dongtai-shoushi-shibie-chengxu 动态手势识别
- ImageProcess_ToolBox
- faceRecognition Matlab终极人脸识别系统
- StOMP 分段自适应正交匹配追踪StOMP算法
- ITD 固有时间尺度分解——新的信号分
- Itti-Matlab Itti模型的显著图提取
- voice-conversion--MFCC-GMM 实现多个人的说
- text-classification matlab编写的文本分类的
- Matrix-Completion 低秩矩阵方面的实例
- histogram-equalization 直方图均衡化的几个
- 3-D-dwt 三维离散小波变换程序
- DeepLearnToolbox-master 深度学习工具箱的
- EEUC EEUC的仿真算法
- sparsecoding 稀疏编码在图像分类中的实
- LOF 局部离群点检测算法
- stateflow matlab stateflow 入门教程
- MeanShift 均值漂移算法的MATLAB代码
- PPP_Vor
- iterative_blind_deconvolution 实现了迭代盲
- EMD matlab实现EMD分解。完整的EMD分解程
- RGB_Criminisi Criminisi算法修复彩色图像
评论
共有 条评论