• 제목/요약/키워드: bounding box

검색결과 156건 처리시간 0.027초

템플릿을 기반으로 한 보행자 교차 상황에서의 특정 보행자 검출 방법 (Method for detecting specific pedestrian based template in pedestrian crossing)

  • 조경민;차의영
    • 한국정보통신학회:학술대회논문집
    • /
    • 한국정보통신학회 2016년도 춘계학술대회
    • /
    • pp.363-366
    • /
    • 2016
  • 본 논문에서는 보행자 검출 시, 교차 상황에서 발생하는 문제 해결을 위한 방법을 제안한다. 영상에서 특정 보행자를 검출하는 동안 다른 보행자와 교차하는 경우, 기존에 검출하던 보행자가 아닌 다른 보행자를 잘못 검출하는 문제가 발생한다. 문제 해결을 위해 제안하는 방법은 다음과 같다. 먼저, 검출할 특정 보행자를 bounding box로 선택하고 해당영역을 템플릿으로 추출한다. HOG를 이용하여 영상에서 보행자들을 검출하고, 후보영역으로 지정한다. 후보영역으로 지정된 보행자들을 앞서 템플릿으로 추출한 특정보행자와 비교하여 검출할 보행자를 최종 선택한다. 비교에는 템플릿 매칭, 히스토그램 비교와 LBP를 이용한다.

  • PDF

Simulation of Deformable Objects using GLSL 4.3

  • Sung, Nak-Jun;Hong, Min;Lee, Seung-Hyun;Choi, Yoo-Joo
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • 제11권8호
    • /
    • pp.4120-4132
    • /
    • 2017
  • In this research, we implement a deformable object simulation system using OpenGL's shader language, GLSL4.3. Deformable object simulation is implemented by using volumetric mass-spring system suitable for real-time simulation among the methods of deformable object simulation. The compute shader in GLSL 4.3 which helps to access the GPU resources, is used to parallelize the operations of existing deformable object simulation systems. The proposed system is implemented using a compute shader for parallel processing and it includes a bounding box-based collision detection solution. In general, the collision detection is one of severe computing bottlenecks in simulation of multiple deformable objects. In order to validate an efficiency of the system, we performed the experiments using the 3D volumetric objects. We compared the performance of multiple deformable object simulations between CPU and GPU to analyze the effectiveness of parallel processing using GLSL. Moreover, we measured the computation time of bounding box-based collision detection to show that collision detection can be processed in real-time. The experiments using 3D volumetric models with 10K faces showed the GPU-based parallel simulation improves performance by 98% over the CPU-based simulation, and the overall steps including collision detection and rendering could be processed in real-time frame rate of 218.11 FPS.

Template Mask based Parking Car Slots Detection in Aerial Images

  • Wirabudi, Andri Agustav;Han, Heeji;Bang, Junho;Choi, Haechul
    • 방송공학회논문지
    • /
    • 제27권7호
    • /
    • pp.999-1010
    • /
    • 2022
  • The increase in vehicle purchases worldwide is having a very significant impact on the availability of parking spaces. In particular, since it is difficult to secure a parking space in an urban area, it may be of great help to the driver to check vehicle parking information in advance. However, the current parking lot information is still operated semi-manually, such as notifications. Therefore, in this study, we propose a system for detecting a parking space using a relatively simple image processing method based on an image taken from the sky and evaluate its performance. The proposed method first converts the captured RGB image into a black-and-white binary image. This is to simplify the calculation for detection using discrete information. Next, a morphological operation is applied to increase the clarity of the binary image, and a template mask in the form of a bounding box indicating a parking space is applied to check the parking state. Twelve image samples and 2181 total of test, were used for the experiment, and a threshold of 40% was used to detect each parking space. The experimental results showed that information on the availability of parking spaces for parking users was provided with an accuracy of 95%. Although the number of experimental images is somewhat insufficient to address the generality of accuracy, it is possible to confirm the possibility of parking space detection with a simple image processing method.

SSD 알고리즘 기반 MI-FL을 적용한 회전 불변의 다중 객체 검출 시스템 구현 (Implementation of Rotating Invariant Multi Object Detection System Applying MI-FL Based on SSD Algorithm)

  • 박수빈;임혜연;강대성
    • 한국정보기술학회논문지
    • /
    • 제17권5호
    • /
    • pp.13-20
    • /
    • 2019
  • 최근 CNN을 기반으로 한 객체 검출 기술의 연구가 활발하다. 객체 검출 기술은 자율주행차, 지능형 영상분석 등에서 중요한 기술로 사용된다. 본 논문에서는 CNN 기반의 객체 검출기 중 하나인 SSD(Single Shot Multibox Detector)에 MI-FL(Moment Invariant-Feature Layer)을 적용하여 회전 변형에 강인한 객체 검출 시스템을 제안한다. 먼저 VGG 네트워크를 기반으로 입력 이미지의 특징을 추출한다. 그 후 총 6개의 특징 계층(Feature layer)을 적용하여 객체의 위치 정보와 종류를 예측해 경계 박스들을 생성한다. 그 후 NMS 알고리즘을 이용해 가장 객체일 확률이 높은 경계 박스를 얻는다. 하나의 객체 경계 박스가 정해지면 MI-FL을 이용해 해당 영역의 불변 모멘트 특징을 추출하여 미리 저장하고 학습한다. 이후 검출 과정에서 미리 저장해둔 불면모멘트 특징 정보를 이용해 검출함으로써 회전된 이미지에 대해 기존 방법보다 더 강인한 검출이 가능하다. 기존의 SSD와 MI-FL을 적용한 SSD의 비교를 통해 약 4~5%의 성능 향상을 확인하였다.

지하 주차장 차량 추적을 위한 객체의 이동 방향 추정 (Estimation of Moving Direction of Objects for Vehicle Tracking in Underground Parking Lot)

  • ;김재민
    • 한국멀티미디어학회논문지
    • /
    • 제24권2호
    • /
    • pp.305-311
    • /
    • 2021
  • One of the highly reliable object tracking methods is to trace objects by associating objects detected by deep learning. The detected object is represented by a rectangular box. The box has information such as location and size. Since the tracker has motion information of the object in addition to the location and size, knowing additional information about the motion of the detected box can increase the reliability of object tracking. In this paper, we present a new method of reliably estimating the moving direction of the detected object in underground parking lot. First, the frame difference image is binarized for detecting motion energy, change due to the object motion. Then, a cumulative binary image is generated that shows how the motion energy changes over time. Next, the moving direction of the detected box is estimated from the accumulated image. We use a new cost function to accurately estimate the direction of movement of the detected box. The proposed method proves its performance through comparative experiments of the existing methods.

YOLO 기반 외곽 사각형을 이용한 근접 돼지 분리 (Separation of Touching Pigs using YOLO-based Bounding Box)

  • 서지현;주미소;최윤창;이준희;정용화;박대희
    • 한국멀티미디어학회논문지
    • /
    • 제21권2호
    • /
    • pp.77-86
    • /
    • 2018
  • Although separation of touching pigs in real-time is an important issue for a 24-h pig monitoring system, it is challenging to separate accurately the touching pigs in a crowded pig room. In this study, we propose a separation method for touching pigs using the information generated from Convolutional Neural Network(CNN). Especially, we apply one of the CNN-based object detection methods(i.e., You Look Only Once, YOLO) to solve the touching objects separation problem in an active manner. First, we evaluate and select the bounding boxes generated from YOLO, and then separate touching pigs by analyzing the relations between the selected bounding boxes. Our experimental results show that the proposed method is more effective than widely-used methods for separating touching pigs, in terms of both accuracy and execution time.

단조프레스기의 유압유 누유영역 영상 감지 시스템 (Image Detection System for Leakage Regions of Hydraulic Fluid in Faring Press Machine)

  • 배성호
    • 한국멀티미디어학회논문지
    • /
    • 제12권11호
    • /
    • pp.1557-1562
    • /
    • 2009
  • 단조프레스기의 유압실에서 배관의 연결부위의 손강으로 인한 누유는 인명피해와 기계 파손의 위험성이 있어 이를 조기에 발견하여 예방하는 시스템이 필요하다. 본 논문에서는 원격지에서 회전형 카메라를 이용하여 유압유의 누유여부를 자동 인식하는 시스템을 구현하였다. 구현한 시스템은 라벨링 과정에서 객체영역을 나타내는 경계사각형을 구하고 경계사각형의 높이와 폭에 대한 비율, 누유형상의 원형도를 이용하여, 올바른 누유영역을 추출하였다. 또한 잡음제거와 영상의 이동과 회전에 대한 보정을 전처리 과정으로 수행한다. 실험을 통하여 제안한 시스템이 여러 가지 조명 환경에서도 누유영역을 정확하게 찾아내는 것을 확인하였다.

  • PDF

군중 시뮬레이션을 위한 그래프기반 모션합성에서의 충돌감지 (Detecting Collisions in Graph-Driven Motion Synthesis for Crowd Simulation)

  • 성만규
    • 한국정보과학회논문지:시스템및이론
    • /
    • 제35권1호
    • /
    • pp.44-52
    • /
    • 2008
  • 본 논문에서는 모션켑쳐데이타를 이용한 두 캐릭터간의 빠른 충돌감지에 대한 연구를 논의한다. 본 연구의 목적이 군중 시뮬레이션이기 때문에, 제안한 알고리즘은 캐릭터를 실린더 형태로 모델링 한 후에 Rough한 충돌감지를 목표로 한다. 이를 위해 계층적인 바운딩 박스 데이타 구조인 MOBB를 제안한다. MOBB는 모션클립에 대한 시공간 바운딩 박스이며, 제안된 알고리즘에 대한 테스트 결과 2배 이상의 속도 향상이 있음을 밝힌다.

흉부 엑스레이 영상에서 배경 제거 및 관심영역 분할 기법 (Background Removal and ROI Segmentation Algorithms for Chest X-ray Images)

  • 박진우;송병철
    • 전자공학회논문지
    • /
    • 제52권11호
    • /
    • pp.105-114
    • /
    • 2015
  • 본 논문은 흉부 엑스레이 영상에서 배경 제거 및 관심 영역을 분할하는 기법을 제안한다. 일반적으로 화질 개선 기법을 적용할 때 영상의 밝기 정보나 주파수 정보를 이용하여 영상 선명도와 대비를 개선하는 방법을 사용한다. 이러한 기법을 엑스레이 영상 전체에 적용하는 경우 배경과 같은 영상의 불필요한 정보 때문에 좋은 성능을 얻기 어렵다. 그래서 본 논문은 사용자가 원하는 영역에만 화질 개선 기법을 적용할 수 있도록 배경 제거 및 관심 영역 (ROI)을 분할하는 방법을 제안한다. 배경 제거를 위해 먼저 원본 영상의 히스토그램 분포를 분석하고 문턱치 처리로 몸체와 배경을 일차적으로 분리한다. 다음으로 유도 필터 (guided filter)를 이용하여 몸체 경계 혹은 배경 경계를 보정한다. 관심 영역 분할을 위해서는 먼저 폐의 위치 정보를 이용하여 폐의 주 밝기 값을 찾는다. 이를 이용하여 문턱치 처리를 한 후 번호 매김과 상기 배경 정보를 이용하여 분류 이외의 것을 제거한다. 마지막으로 폐만 검출된 이진영상을 통해 경계 상자 영역을 생성한다. 모의실험을 통해 제안하는 기법의 우수성을 검증하였다.

온라인 필기체 수식 인식에서 순차적인 구조 분석 (Sequential Structure Analysis in On-line Handwritten Formulas Recognition)

  • 이도화;정선화;김수형
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 1999년도 가을 학술발표논문집 Vol.26 No.2 (2)
    • /
    • pp.485-487
    • /
    • 1999
  • 본 논문에서는 온라인 필기체 수식 인식을 위한 순차적인 구조 분석 방법을 제안한다. 제안된 방법은 캐블릿상에서 필기된 수식에 대한 심볼 인식 결과와 각 심볼의 Bounding Box이 좌표를 입력받아서 필기 순서를 기반으로 순차적으로 수식의 구조를 해석한다. 그래프 내의 이웃하는 두 노드 사이의 관계를 결정하기 위해서 심볼의 사용에 관한 표기 정보와 6단계 관계 결정 규칙을 사용하여 노드들 사이에 생성될 수 있는 에지의 수를 최소화하고 BackTracking을 피했다. 제안 방법의 성능을 평가하기 위해 100개의 테스트 샘플에 대해 구조 분석 실험을 수행하였다.

  • PDF