说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 焊缝识别与跟踪
1)  weld distinguishing and tracking
焊缝识别与跟踪
2)  welding seam discern and welding seam checking
焊缝识别与焊缝跟踪
3)  recognition and tracking
识别与跟踪
1.
Moving target recognition and tracking based on dynamic template and position estimating;
基于动态模板与位置预测的运动目标识别与跟踪
2.
A moving target recognition and tracking method based on NMI feature;
一种应用于大型综合实验的运动目标识别与跟踪方法
3.
This paper studies in depth recognition and tracking of moving targets by binocular mobile robots in relatively complex environments.
研究在室内相对复杂背景下的运动目标识别与跟踪,采用Hu氏不变矩作为目标特征,通过环形方式搜索种子点进行目标区域生长,在有干扰的情况下检出目标,并估计相对位姿和控制本体机器人快速跟踪目标。
4)  weld seam tracking
焊缝跟踪
1.
Design of weld seam tracking fuzzy controlling system with self-adjusting parameters in arc welding;
一种基于DSP的焊缝跟踪模糊控制器系统的设计
2.
Robotic underwater weld seam tracking based on visual sensor
基于视觉传感的机器人水下焊缝跟踪
3.
The present research status of the weld seam tracking technology was introduced in this paper.
介绍了焊缝跟踪技术的研究现状,分析了用于焊缝检测的传感器工作原理及其优缺点,重点论述了基于机器视觉的焊缝跟踪系统的硬件组成和图像处理的工作流程。
5)  seam tracking
焊缝跟踪
1.
Study on seam tracking technique based on the Kalman Filtering;
基于卡尔曼滤波的焊缝跟踪技术研究
2.
Fuzzy control of seam tracking system with leading sensor;
传感器前置式焊缝跟踪系统的模糊控制技术
3.
Research on seam tracking system with DSP for wheeled mobile welding robot;
移动式焊接机器人DSP焊缝跟踪控制系统研究
6)  weld tracking
焊缝跟踪
1.
A new technology of weld tracking based on image centroid;
基于视觉图像质心的焊缝跟踪新技术
2.
Application of proportion and fuzzy-sliding control method upon the weld tracking
比例模糊滑模控制在焊缝跟踪中的运用
3.
In order to solve this problem,a real-time weld tracking technology is proposed based on the passive vision.
阐述了目前"示教-再现"机器人的局限性,为解决这一问题,提出了基于被动视觉实时焊缝跟踪技术。
补充资料:ANSYS工字梁焊缝初应力例子

建立好模型
…..
/SOLU
!*
ANTYPE,0
/INPUT,'input','txt',
/INPUT,'output1','txt',
!*
ISFILE,READ,1,txt, ,0
SOLVE
=====================
!定义残余应力矩阵
I=1
fy=310e6
!定义单元中心坐标数组,初应力数组
*DIM,EleCenter,ARRAY,NumNode,3,1, , ,
*DIM,EleIS,ARRAY,NumNode,1,1, , ,
*DO,I, 1, NumNode,1
!得到单元中心坐标
*GET,EleCenter(I,1,1),ELEM,I,CENT,X
*GET,EleCenter(I,2,1),ELEM,I,CENT,Y
*GET,EleCenter(I,3,1),ELEM,I,CENT,Z
!焊缝位置在X=1.0 到1.05 之间
*IF,EleCenter(I,1,1),GT,1,THEN
*IF,EleCenter(I,1,1),LT,1.05,THEN
*IF,EleCenter(I,2,1),GT,0.5,THEN
!上翼缘初始应力
EleIS(I,1,1)=-20*fy*EleCenter(I,3,1)**2+0.3*fy
*endif
*IF,EleCenter(I,2,1),LT,0.0,THEN
!下翼缘初始应力
EleIS(I,1,1)=-20*fy*EleCenter(I,3,1)**2+0.3*fy
*endif
!腹板初始应力
*if,EleCenter(I,2,1),GE,0.0,THEN
*IF,ELECENTER(I,2,1),LE,0.5,THEN
EleIS(I,1,1)=4.076*fy*(EleCenter(I,2,1)-0.5)**2
EleIS(I,1,1)=EleIS(I,1,1)-0.719*fy
*IF,EleIS(I,1,1),LT,-0.3*fy,THEN
ELeIS(I,1,1)=-0.3*fy
*ENDIF


*ENDIF
*ENDIF
*ENDIF
*ENDIF
*ENDDO
===============
!输出应力数值
*CFOPEN,'1','txt',' '
*DO,I,1,3840
!*IF,EleIS(I,1,1),ne,0.,then
*VWRITE,'!'
(A)
*VWRITE,'! Stress for element',
(A,F)
*VWRITE,'!'
(A)
*VWRITE,'eis,',I
(A,F)
P=EleIS(I,1,1)
*VWRITE,P,0.,0.,0.,0.,0.
(E,E,E,E,E,E)
!*ENDIF
*ENDDO
*CFCLOS

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条