• Title/Summary/Keyword: Computer Vision System

Search Result 1,056, Processing Time 0.026 seconds

Design and Implementation of a Hardware Accelerator for Marine Object Detection based on a Binary Segmentation Algorithm for Ship Safety Navigation (선박안전 운항을 위한 이진 분할 알고리즘 기반 해상 객체 검출 하드웨어 가속기 설계 및 구현)

  • Lee, Hyo-Chan;Song, Hyun-hak;Lee, Sung-ju;Jeon, Ho-seok;Kim, Hyo-Sung;Im, Tae-ho
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.24 no.10
    • /
    • pp.1331-1340
    • /
    • 2020
  • Object detection in maritime means that the captain detects floating objects that has a risk of colliding with the ship using the computer automatically and as accurately as human eyes. In conventional ships, the presence and distance of objects are determined through radar waves. However, it cannot identify the shape and type. In contrast, with the development of AI, cameras help accurately identify obstacles on the sea route with excellent performance in detecting or recognizing objects. The computer must calculate high-volume pixels to analyze digital images. However, the CPU is specialized for sequential processing; the processing speed is very slow, and smooth service support or security is not guaranteed. Accordingly, this study developed maritime object detection software and implemented it with FPGA to accelerate the processing of large-scale computations. Additionally, the system implementation was improved through embedded boards and FPGA interface, achieving 30 times faster performance than the existing algorithm and a three-times faster entire system.

A Study on Swarm Robot-Based Invader-Enclosing Technique on Multiple Distributed Object Environments

  • Ko, Kwang-Eun;Park, Seung-Min;Park, Jun-Heong;Sim, Kwee-Bo
    • Journal of Electrical Engineering and Technology
    • /
    • v.6 no.6
    • /
    • pp.806-816
    • /
    • 2011
  • Interest about social security has recently increased in favor of safety for infrastructure. In addition, advances in computer vision and pattern recognition research are leading to video-based surveillance systems with improved scene analysis capabilities. However, such video surveillance systems, which are controlled by human operators, cannot actively cope with dynamic and anomalous events, such as having an invader in the corporate, commercial, or public sectors. For this reason, intelligent surveillance systems are increasingly needed to provide active social security services. In this study, we propose a core technique for intelligent surveillance system that is based on swarm robot technology. We present techniques for invader enclosing using swarm robots based on multiple distributed object environment. The proposed methods are composed of three main stages: location estimation of the object, specified object tracking, and decision of the cooperative behavior of the swarm robots. By using particle filter, object tracking and location estimation procedures are performed and a specified enclosing point for the swarm robots is located on the interactive positions in their coordinate system. Furthermore, the cooperative behaviors of the swarm robots are determined via the result of path navigation based on the combination of potential field and wall-following methods. The results of each stage are combined into the swarm robot-based invader-enclosing technique on multiple distributed object environments. Finally, several simulation results are provided to further discuss and verify the accuracy and effectiveness of the proposed techniques.

Resizing effect of image and ROI in using control charts to monitor image data (이미지 데이터를 모니터링하는 관리도에서 이미지와 ROI 크기 조정의 영향)

  • Lee, JuHyoung;Yoon, Hyeonguk;Lee, Sungmin;Lee, Jaeheon
    • The Korean Journal of Applied Statistics
    • /
    • v.30 no.3
    • /
    • pp.487-501
    • /
    • 2017
  • A machine vision system (MVS) is a computer system that utilizes one or more image-capturing devices to provide image data for analysis and interpretation. Recently there have been a number of industrial- and medical-device applications where control charts have been proposed for use with image data. The use of image-based control charting is somewhat different from traditional control charting applications, and these differences can be attributed to several factors, such as the type of data monitored and how the control charts are applied. In this paper, we investigate the adjustment effect of image size and region of interest (ROI) size, when we use control charts to monitor grayscale image data in industry.

Error Correction Scheme in Location-based AR System Using Smartphone (스마트폰을 이용한 위치정보기반 AR 시스템에서의 부정합 현상 최소화를 위한 기법)

  • Lee, Ju-Yong;Kwon, Jun-Sik
    • Journal of Digital Contents Society
    • /
    • v.16 no.2
    • /
    • pp.179-187
    • /
    • 2015
  • Spread of smartphone creates various contents. Among many contents, AR application using Location Based Service(LBS) is needed widely. In this paper, we propose error correction algorithm for location-based Augmented Reality(AR) system using computer vision technology in android environment. This method that detects the early features with SURF(Speeded Up Robust Features) algorithm to minimize the mismatch and to reduce the operations, and tracks the detected, and applies it in mobile environment. We use the GPS data to retrieve the location information, and use the gyro sensor and G-sensor to get the pose estimation and direction information. However, the cumulative errors of location information cause the mismatch that and an object is not fixed, and we can not accept it the complete AR technology. Because AR needs many operations, implementation in mobile environment has many difficulties. The proposed approach minimizes the performance degradation in mobile environments, and are relatively simple to implement, and a variety of existing systems can be useful in a mobile environment.

Drowsy Driving Detection Algorithm Using a Steering Angle Sensor And State of the Vehicle (조향각센서와 차량상태를 이용한 졸음운전 판단 알고리즘)

  • Moon, Byoung-Joon;Yeon, Kyu-Bong;Lee, Sun-Geol;Hong, Seung-Pyo;Nam, Sang-Yep;Kim, Dong-Han
    • 전자공학회논문지 IE
    • /
    • v.49 no.2
    • /
    • pp.30-39
    • /
    • 2012
  • An effective drowsy driver detection system is needed, because the probability of accident is high for drowsy driving and its severity is high at the time of accident. However, the drowsy driver detection system that uses bio-signals or vision is difficult to be utilized due to high cost. Thus, this paper proposes a drowsy driver detection algorithm by using steering angle sensor, which is attached to the most of vehicles at no additional cost, and vehicle information such as brake switch, throttle position signal, and vehicle speed. The proposed algorithm is based on jerk criterion, which is one of drowsy driver's steering patterns. In this paper, threshold value of each variable is presented and the proposed algorithm is evaluated by using acquired vehicle data from hardware in the loop simulation (HILS) through CAN communication and MATLAB program.

Mobile Advanced Driver Assistance System using OpenCL : Pedestrian Detection (OpenCL을 이용한 모바일 ADAS : 보행자 검출)

  • Kim, Jong-Hee;Lee, Chung-Su;Kim, Hakil
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.51 no.10
    • /
    • pp.190-196
    • /
    • 2014
  • This paper proposes a mobile-optimized pedestrian detection method using Cascade of HOG(Histograms of Oriented Gradients) for ADAS(Advanced Driver Assistance System) on smartphones. In order to use the limited resource of mobile platforms efficiently, the method is implemented by the OpenCL(Open Computing Language) library, and its processing time is reduced in the following two aspects. Firstly, the method sets a program build option specifically and adjusts work group sizes as variety of kernels in the host code. Secondly, it utilizes local memory and a LUT(Look-Up Table) in the kernel code to accelerate the program. For performance evaluation, the developed algorithm is compared with the mobile CPU-based OpenCV(Open Computer Vision) for Android function. The experimental results show that the processing speed is 25% faster than the OpenCV hogcascade.

Automatic Control for Car Seat using Intelligence (지능을 이용한 자동차 좌석 자동조정)

  • Hong You-Sik;Seo Hyun-Gon;Lee Hyeong-Ho
    • Journal of the Institute of Electronics Engineers of Korea TC
    • /
    • v.43 no.9 s.351
    • /
    • pp.135-141
    • /
    • 2006
  • In order to prevent traffic accident, it is very important that the driver regulates the location of rear view mirror using the automatic seat regulation system which guarantees the maximum vision of the possibility for accuracy. In order to solve this problem the paper deals with the automatic seat control system which guarantees comfortable and safe seating and good visual field. Also a automatic car seat control algorithm has been developed to regulate the back mirror. Particularly, the automatic seat control algorithm function for the air bag operation in case of an accident has been added depending on passengers weight. Moreover when the driver passes a dangerous area an algorithm has been developed which gives the driver a naming sign and has been simulated in a ubiquitous environment. The simulation result proved that the Intelligence analysis for traffic accidents can reduce franc accidents more than 25% than the currently existing methods.

A Study on the Necessity and Construction Plan of the Internet of Things Platform for Smart Agriculture (스마트 농업 확산을 위한 IoT기반 개방형 플랫폼의 필요성 및 구축 방안 연구)

  • Lee, Joonyoung;Kim, ShinHo;Lee, SaeBom;Choi, HyeonJin;Jung, JaiJin
    • Journal of Korea Multimedia Society
    • /
    • v.17 no.11
    • /
    • pp.1313-1324
    • /
    • 2014
  • Korea has high quality level of ICT Technologies, however it still have a long way to go before invigoration of ICT in agriculture industry. The government of Korea supply to agriculture ICT systems, however these are the enclosed type and insufficient the level of connectivity, compatibility, and integrity between ICT systems. Farmers can not share crop information and one system can not use with others in combination. Recently, IoT(Internet of Things) become popular to emphasize the vision of a global internet and ICT industry. The IoT is a critical technology that leads future internet generation. We believe that IoT will change status of agriculture industry and appearance of various agriculture business model. Using IoT technology is provided a platform of opportunities to optimize work processes and efficient use of energy, time and labour in farm. It can automatically control temperature, humidity, sunshine system and so on for optimal growth conditions at greenhouse and plant factory. Growth setting can even be controlled and monitored crop condition and disease by a smartphone app or PC. It is possible to improve quality of farming and farm product. We suggest that construction of IoT platform through open API in agriculture industry.

Queue Detection using Fuzzy-Based Neural Network Model (퍼지기반 신경망모형을 이용한 대기행렬 검지)

  • KIM, Daehyon
    • Journal of Korean Society of Transportation
    • /
    • v.21 no.2
    • /
    • pp.63-70
    • /
    • 2003
  • Real-time information on vehicle queue at intersections is essential for optimal traffic signal control, which is substantial part of Intelligent Transport Systems (ITS). Computer vision is also potentially an important element in the foundation of integrated traffic surveillance and control systems. The objective of this research is to propose a method for detecting an exact queue lengths at signalized intersections using image processing techniques and a neural network model Fuzzy ARTMAP, which is a supervised and self-organizing system and claimed to be more powerful than many expert systems, genetic algorithms. and other neural network models like Backpropagation, is used for recognizing different patterns that come from complicated real scenes of a car park. The experiments have been done with the traffic scene images at intersections and the results show that the method proposed in the paper could be efficient for the noise, shadow, partial occlusion and perspective problems which are inevitable in the real world images.

Image Retrieval Method Based on IPDSH and SRIP

  • Zhang, Xu;Guo, Baolong;Yan, Yunyi;Sun, Wei;Yi, Meng
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.8 no.5
    • /
    • pp.1676-1689
    • /
    • 2014
  • At present, the Content-Based Image Retrieval (CBIR) system has become a hot research topic in the computer vision field. In the CBIR system, the accurate extractions of low-level features can reduce the gaps between high-level semantics and improve retrieval precision. This paper puts forward a new retrieval method aiming at the problems of high computational complexities and low precision of global feature extraction algorithms. The establishment of the new retrieval method is on the basis of the SIFT and Harris (APISH) algorithm, and the salient region of interest points (SRIP) algorithm to satisfy users' interests in the specific targets of images. In the first place, by using the IPDSH and SRIP algorithms, we tested stable interest points and found salient regions. The interest points in the salient region were named as salient interest points. Secondary, we extracted the pseudo-Zernike moments of the salient interest points' neighborhood as the feature vectors. Finally, we calculated the similarities between query and database images. Finally, We conducted this experiment based on the Caltech-101 database. By studying the experiment, the results have shown that this new retrieval method can decrease the interference of unstable interest points in the regions of non-interests and improve the ratios of accuracy and recall.