• Title/Summary/Keyword: Vision Base

Search Result 166, Processing Time 0.034 seconds

The compensation of kinematic differences of a robot using image information (화상정보를 이용한 로봇기구학의 오차 보정)

  • Lee, Young-Jin;Lee, Min-Chul;Ahn, Chul-Ki;Son, Kwon;Lee, Jang-Myung
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 1997.10a
    • /
    • pp.1840-1843
    • /
    • 1997
  • The task environment of a robot is changing rapidly and task itself becomes complicated due to current industrial trends of multi-product and small lot size production. A convenient user-interfaced off-line programming(OLP) system is being developed in order to overcome the difficulty in teaching a robot task. Using the OLP system, operators can easily teach robot tasks off-line and verify feasibility of the task through simulation of a robot prior to the on-line execution. However, some task errors are inevitable by kinematic differences between the robot model in OLP and the actual robot. Three calibration methods using image information are proposed to compensate the kinematic differences. These methods compose of a relative position vector method, three point compensation method, and base line compensation method. To compensate a kinematic differences the vision system with one monochrome camera is used in the calibration experiment.

  • PDF

A Road Lane Detection Algorithm using HSI Color Information and ROI-LB (HSI 색정보와 관심영역(ROI-LB)을 이용한 차선검출 알고리듬)

  • Choi, In-Suk;Cheong, Cha-Keon
    • Proceedings of the IEEK Conference
    • /
    • 2009.05a
    • /
    • pp.222-224
    • /
    • 2009
  • This paper presents an algorithm that extracts road lane's specific information by using HSI color information and performance enhancement of lane detection base on vision processing of drive assist. As a preprocessing for high speed lane detection, the optimal extraction of region of interest for lane boundary(ROI-LB) can be processed to reduction of detection region in which high speed processing is enabled and it also increases reliabilities by deleting edges those are misrecognized. Road lane is extracted with simultaneous processing of noise reduction and edge enhancement using the Laplacian filter, the reliability of feature extraction can be increased for various road lane patterns. Since noise can be removed by using saturation and brightness of HSI color model. Also it searches for the road lane's color information and extracts characteristics. The real road experimental results are presented to evaluate the effectiveness of the proposed method.

  • PDF

Agile and Intelligent Manufacturing System for Automatic Assembly of a Tiny Ultrasonic Actuator (초소형 초음파 선형 모터의 조립 자동화를 위한 지능형 민첩 생산시스템)

  • Kim W.;Kang H.S.;Cho Y.J.;Lee G.B.;Jung J.Y.;Suh I.H.
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2006.05a
    • /
    • pp.607-608
    • /
    • 2006
  • This article deals the development of Agile and Intelligent Manufacturing System(AIM) for the assembly automation of a tiny ultrasonic actuator used in camera phones and PDAs. The system consists of multi-vision modules, end-effectors, a standard base frame, dispensers, jigs and modular manipulators. Subsystems are a vision system, a force control system and a virtual reality system. Experimental results show that the assembly process for the small components in the various IT applications can be realized by the AIM system.

  • PDF

Smart Card Reader기 Connector 조립 및 Vision 검사용 자동화기기 개발에 관한 연구

  • 노병옥;성하경
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 1994.10a
    • /
    • pp.543-548
    • /
    • 1994
  • This is the paper on the development of assemnly automation and visual inspection system for smart card reader connector. The automation consists of 3 main process injection, assembly and inspection. During the injection, the main pin of a reel. transferred under uniform tension, is cut with an injection interval and positioned precisely to an injection mold by roll feeder after injection. The main base is stacked to a magazine for main pin's exact positionning to a mold . For last effective production, The turn table and pick & place are driver with gears and came by a single monter. We developed the small parts handling technigue for stable supply of micro ist pin and 2nd pin and could determine the orientation and position of those pins. For reliable inspection, We used the vision system which examins the guality of arranged pins with a CCD camera. The connector models which can be manufactured with this system are 8 pin and 10 pin type. The user can select the connector model for production and adjust the torerable error range during the inspection of arranged pins.

  • PDF

New Learning Environment of Linear Algebra in Korea

  • Lee Sang-Gu;Han Yoonmee
    • Research in Mathematical Education
    • /
    • v.9 no.1 s.21
    • /
    • pp.59-68
    • /
    • 2005
  • We are introducing a new learning environment for linear algebra at Sungkyunkwan University, and this is changing our teaching methods. Korea's e-Campus Vision 2007 is a program begun in 2003, to equip lecture rooms with projection equipment, View cam, tablet PC and internet D-base. Now our linear algebra classes at Sungkyunkwan University can be taught in a modem learning environment. Lectures can easily being recorded and students can review them right after class. At Sungkyunkwan University almost $100\%$ of all large and medium size lecture rooms have been remodeled by Mar. 2005 and are in use. We introduce this system in detail and how this learning environment changed our teaching method. Analysis of the positive effect will be added.

  • PDF

Design of Autonomous Stair Robot System (자율주행 형 계단 승하강용 로봇 시스템 설계)

  • 홍영호;김동환;임충혁
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.9 no.1
    • /
    • pp.73-81
    • /
    • 2003
  • An autonomous stair robot recognizing the stair, and climbing up and down the stair by utilizing a robot vision, photo sensors, and appropriate climbing algorithm is introduced. Four arms associated with four wheels make the robot climb up and down more safely and faster than a simple track typed robot. The robot can adjust wheel base according to the stair width, hence it can adopt to a variable width stair with different algorithms in climbing up and down. The command and image data acquired from the robot are transferred to the main computer through RF wireless modules, and the data are delivered to a remote computer via a network communication through a proper data compression, thus, the real time image monitoring is implemented effectively.

YOLOv7 Model Inference Time Complexity Analysis in Different Computing Environments (다양한 컴퓨팅 환경에서 YOLOv7 모델의 추론 시간 복잡도 분석)

  • Park, Chun-Su
    • Journal of the Semiconductor & Display Technology
    • /
    • v.21 no.3
    • /
    • pp.7-11
    • /
    • 2022
  • Object detection technology is one of the main research topics in the field of computer vision and has established itself as an essential base technology for implementing various vision systems. Recent DNN (Deep Neural Networks)-based algorithms achieve much higher recognition accuracy than traditional algorithms. However, it is well-known that the DNN model inference operation requires a relatively high computational power. In this paper, we analyze the inference time complexity of the state-of-the-art object detection architecture Yolov7 in various environments. Specifically, we compare and analyze the time complexity of four types of the Yolov7 model, YOLOv7-tiny, YOLOv7, YOLOv7-X, and YOLOv7-E6 when performing inference operations using CPU and GPU. Furthermore, we analyze the time complexity variation when inferring the same models using the Pytorch framework and the Onnxruntime engine.

Insight into Rhodopsin Diversity from Viewpoint of Counterion

  • Terakita, Akihisa
    • Journal of Photoscience
    • /
    • v.9 no.2
    • /
    • pp.33-36
    • /
    • 2002
  • In vertebrate rhodopsins the glutamic acid at position 113 serves as a counterion to stabilize the protonated retinylidene Schiff base linkage and to shift the spectrum to the visible region. Invertebrate rhodopsins and retinochrome have the amino acid residue different from glutamic acid or asparatic acid at this position and therefore, these pigments may have a counterion at different position. We first investigated the counterion in retinochrome by site specific mutagenesis. The results showed that the counterion is the glutamic acid at position 181, where almost of all the pigments including vertebrate and invertebrate rhodopsins in the rhodopsin family have a glutamic acid or an aspartic acid. In vertebrate rhodopsins, however, Glu 181 does not act as a counterion, and the red-sensitive cone pigments have a histidine at this position, which serves as a chloride-binding site for red-shift of the absorption spectrum. These findings suggested that the role of Glu181 as a counterion may be weakened by the newly acquired counterion at position 113. Taken together with our recent studies on an invertebrate-type rhodopsin, the rhodopsin diversity was discussed from viewpoint of counterion.

  • PDF

Effects of Base Curve on Fitting with the current Soft Contact Lenses (베이스 커브에 의한 콘택트렌즈 피팅 효과)

  • Choe, Oh Mok;Gang, Myoung Jin
    • Journal of Korean Ophthalmic Optics Society
    • /
    • v.5 no.2
    • /
    • pp.65-72
    • /
    • 2000
  • The study investigated the effects of base curve radius art the fit of thin, mid-water contact lenses. It was found that central corneal curvature(as measured with the keratometer) was not predictive of the best fitting base curve. Proper lens fit may be the single most important factor that ultimately determines the success of contact lens wear. Comfort, vision, and physiological response are all dependent on the fit of the lens. The percent of optimal fits was highest with the 8.4 mm base curve lens for all three ranges of keratometry values. When fit with the 8.4 mm lens. For most eyes, fitting a flatter lens led to greater decentration, decreased comfort, and no increase in lens movement. The 8.4 mm lens was found to provide on "optimal" fit in over 60% of eyes tested and a fit of "good" or "better" in nearly 90% of eyes tested. Comparisons of different manufactures' lens found that similiar lenses do not always fit in the same way due to subtle design and production differences. Therefore, different products may require different base curve radii to fit the same patient. This is even true when water content, center thickness, and diameter are approximately the same. A praditioner fitting a new patient in this lenses should begin with the 8.4 mm base curve radius.

  • PDF

Building Information-rich Maps for Intuitive Human Interface Using Networked Knowledge Base

  • Ryu, Jae-Kwan;Kanayama, Chie;Chong, Nak-Young
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2005.06a
    • /
    • pp.1887-1891
    • /
    • 2005
  • Despite significant advances in multimedia transferring technologies in various fields of robotics, it is sometimes quite difficult for the operator to fully understand the context of 3D remote environments from 2D image feedback. Particularly, in the remote control of mobile robots, the recognition of the object associated with the task is very important, because the operator has to control the robot safely in various situations not through trial and error. Therefore, it is necessary to provide the operator with 3D volumetric models of the object and object-related information as well such as locations, shape, size, material properties, and so on. Thus, in this paper, we propose a vision-based human interface system that provides an interactive, information-rich map through network-based information brokering. The system consists of an object recognition part, a 3D map building part, a networked knowledge base part, and a control part of the mobile robot.

  • PDF