• Title/Summary/Keyword: Vision Processing

Search Result 1,536, Processing Time 0.033 seconds

Vision-based recognition of a simple non-verbal intent representation by head movements (고개운동에 의한 단순 비언어 의사표현의 비전인식)

  • Yu, Gi-Ho;No, Deok-Su;Lee, Seong-Cheol
    • Journal of the Ergonomics Society of Korea
    • /
    • v.19 no.1
    • /
    • pp.91-100
    • /
    • 2000
  • In this paper the intent recognition system which recognizes the human's head movements as a simple non-verbal intent representation is presented. The system recognizes five basic intent representations. i.e., strong/weak affirmation. strong/weak negation, and ambiguity by image processing of nodding or shaking movements of head. The vision system for tracking the head movements is composed of CCD camera, image processing board and personal computer. The modified template matching method which replaces the reference image with the searched target image in the previous step is used for the robust tracking of the head movements. For the improvement of the processing speed, the searching is performed in the pyramid representation of the original image. By inspecting the variance of the head movement trajectories. we can recognizes the two basic intent representations - affirmation and negation. Also, by focusing the speed of the head movements, we can see the possibility which recognizes the strength of the intent representation.

  • PDF

Design of a Color Machine Vision System for the Automatic Sorting of Soybeans (대두의 자동 선별을 위한 컬러 기계시각장치의 설계)

  • Kim, Tae-Ho;Mun, Chang-Su;Park, Su-U;Jeong, Won-Gyo;Do, Yong-Tae
    • Proceedings of the KIEE Conference
    • /
    • 2003.11b
    • /
    • pp.231-234
    • /
    • 2003
  • This paper describes the structure, operation, image processing, and decision making techniques of a color machine vision system designed for the automatic sorting of soybeans. The system consists of feeder, conveyor belt, line-scan camera, lights. ejector, and a PC Unlike manufactured goods, agricultural products including soybeans have quite uneven features. The criteria for sorting good and bad beans also vary depending on inspectors. We tackle these problem by letting the system learn the inspecting parameters from good samples selected manually by a machine user before running the system for sorting. Real-time processing has another importance In the design. Four parallel DSPs are employed to increase the processing speed. When the designed system was tested with real soybeans and the result was successful.

  • PDF

Deviation Angles of Inverted Pendulum by Edge Detection Method of Vision System (비젼 시스템의 에지 검출 방법을 이용한 도립 진자의 편차 각)

  • Ryu, Sang-Moon;Park, Jong-Gyu;Han, Il-Suck;Jang, Sung-Whan;Ahn, Tae-Chon
    • Proceedings of the KIEE Conference
    • /
    • 1999.07b
    • /
    • pp.797-799
    • /
    • 1999
  • In this paper, the edge intensification and detection algorithm which is one of image processing operations is considered. Edge detection algorithm is the most useful and important method for image processing or image analysis. The vision system based on these processing and concerned in specific project is proposed and is applied to the inverted pendulum in order to automatically acquire the angles between the bar and the perpendicular reference line. In this paper, the angles that are obtained from some images of computer vision system can offer useful informations for control of real inverted pendulum system. Next, the inverted pendulum will be controlled by the proposed method.

  • PDF

A Study on Obstacle Detection for Mobile Robot Navigation (이동형 로보트 주행을 위한 장애물 검출에 관한 연구)

  • Yun, Ji-Ho;Woo, Dong-Min
    • Proceedings of the KIEE Conference
    • /
    • 1995.11a
    • /
    • pp.587-589
    • /
    • 1995
  • The safe navigation of a mobile robot requires the recognition of the environment in terms of vision processing. To be guided in the given path, the robot should acquire the information about where the wall and corridor are located. Also unexpected obstacles should be detected as rapid as possible for the safe obstacle avoidance. In the paper, we assume that the mobile robot should be navigated in the flat surface. In terms of this assumption we simplify the correspondence problem by the free navigation surface and matching features in that coordinate system. Basically, the vision processing system adopts line segment of edge as the feature. The extracted line segments of edge out of both image are matched in the free nevigation surface. According to the matching result, each line segment is labeled by the attributes regarding obstacle and free surface and the 3D shape of obstacle is interpreted. This proposed vision processing method is verified in terms of various simulations and experimentation using real images.

  • PDF

Development of multi-object image processing algorithm in a image plane (한 이미지 평면에 있는 다물체 화상처리 기법 개발)

  • 장완식;윤현권;김재확
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2000.10a
    • /
    • pp.555-555
    • /
    • 2000
  • This study is concentrated on the development of hight speed multi-object image processing algorithm, and based on these a1gorithm, vision control scheme is developed for the robot's position control in real time. Recently, the use of vision system is rapidly increasing in robot's position centre. To apply vision system in robot's position control, it is necessary to transform the physical coordinate of object into the image information acquired by CCD camera, which is called image processing. Thus, to control the robot's point position in real time, we have to know the center point of object in image plane. Particularly, in case of rigid body, the center points of multi-object must be calculated in a image plane at the same time. To solve these problems, the algorithm of multi-object for rigid body control is developed.

  • PDF

k-path diffusion method for Multi-vision Display Technique among Smart Devices (k-path 확산 방법을 이용한 스마트 디바이스 간 멀티비전 디스플레이 기술)

  • Ren, Hao;Kim, Paul;Kim, Sangwook
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2014.11a
    • /
    • pp.1183-1186
    • /
    • 2014
  • Our research is different form traditional to have some large LED screen grouping together to constitute multi-vision technique. In this paper, we purpose a method of using k-path diffusion method to build connect between the devices and find an optimal data transmission path. In second half of this paper, through practical application, we using this technique transmitting data successfully and achieving a simple Multi-vision effect. This technique possess smart devices and Wifi P2P's features, these features improve system's dynamic and decentralized processing ability make our technique has high scalability.

Performance Analysis of DNN inference using OpenCV Built in CPU and GPU Functions (OpenCV 내장 CPU 및 GPU 함수를 이용한 DNN 추론 시간 복잡도 분석)

  • Park, Chun-Su
    • Journal of the Semiconductor & Display Technology
    • /
    • v.21 no.1
    • /
    • pp.75-78
    • /
    • 2022
  • Deep Neural Networks (DNN) has become an essential data processing architecture for the implementation of multiple computer vision tasks. Recently, DNN-based algorithms achieve much higher recognition accuracy than traditional algorithms based on shallow learning. However, training and inference DNNs require huge computational capabilities than daily usage purposes of computers. Moreover, with increased size and depth of DNNs, CPUs may be unsatisfactory since they use serial processing by default. GPUs are the solution that come up with greater speed compared to CPUs because of their Parallel Processing/Computation nature. In this paper, we analyze the inference time complexity of DNNs using well-known computer vision library, OpenCV. We measure and analyze inference time complexity for three cases, CPU, GPU-Float32, and GPU-Float16.

Feature Extraction for Vision Based Micromanipulation

  • Jang, Min-Soo;Lee, Seok-Joo;Park, Gwi-Tae
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2002.10a
    • /
    • pp.41.5-41
    • /
    • 2002
  • This paper presents a feature extraction algorithm for vision-based micromanipulation. In order to guarantee of the accurate micromanipulation, most of micromanipulation systems use vision sensor. Vision data from an optical microscope or high magnification lens have vast information, however, characteristics of micro image such as emphasized contour, texture, and noise are make it difficult to apply macro image processing algorithms to micro image. Grasping points extraction is very important task in micromanipulation because inaccurate grasping points can cause breakdown of micro gripper or miss of micro objects. To solve those problems and extract grasping points for micromanipulation...

  • PDF

Machine Vision based Quality Management System for Tele-operated Concrete Surface Grinding Machine (원격조종 콘크리트 표면절삭 장비를 위한 머신비전 기반 품질관리 시스템)

  • Kim, Jeonghwan;Phi, Seung Woo;Seo, Jongwon
    • KSCE Journal of Civil and Environmental Engineering Research
    • /
    • v.33 no.4
    • /
    • pp.1683-1691
    • /
    • 2013
  • Concrete surface grinding is frequently used for flatness of concrete surface, concrete pavement rehabilitation, and adhesiveness in pavement construction. The procedure is, however, labor intensive and has a hazardous work condition. Also, the productivity and the quality of concrete surface grinding highly depend on the skills of worker. Thus, the development of remote controlled concrete surface grinding equipment is necessary to prevent the environmental pollution and to protect the workers from hazardous work condition. However, it is difficult to evaluate the grinded surface objectively in a remote controlled system. Also, The machine vision system developed in this study takes the images of grinded surface with the network camera for image processing. Then, by representing the quality test results to the integrated program of the remote control station, the quality control system is constructed. The machine vision algorithm means the image processing algorithm of grinded concrete surface and this paper presents the objective quality control standard of grinded concrete surface through the application of the suggested algorithm.

A Study of the Machine Vision Algorithm for Quality Control of Concrete Surface Grinding Equipment (콘크리트 표면절삭 장비의 품질관리를 위한 머신비전 알고리즘 개발)

  • Kim, Jeong-Hwan;Seo, Jong-Won;Song, Soon-Ho;Lee, Won-Sik
    • Proceedings of the Korean Institute Of Construction Engineering and Management
    • /
    • 2007.11a
    • /
    • pp.983-986
    • /
    • 2007
  • Concrete surface grinding is required for flatness and adhesiveness of concrete surface. The procedure is, however, labor intensive and has a hazardous work condition. Also, the productivity and the quality of concrete surface grinding depend on the levels of worker. Thus, the development of remote controlled concrete surface grinding equipment is necessary to prevent the environmental pollution and to protect the workers from hazardous work condition. However, it is difficult to evaluate the grinded surface objectively in a remote controlled system. The machine vision system developed in this study takes the images of grinded surface with the network camera for image processing. Then, by representing the quality test results to the graphic MMI program of the remote control station, the quality control system is constructed. The machine vision algorithm means the image processing algorithm of grinded concrete surface and this paper presents the objective quality control standard of grinded concrete surface through the application of the suggested algorithm.

  • PDF