• Title/Summary/Keyword: 검출효율

Search Result 2,410, Processing Time 0.035 seconds

Template Matching-based Efficient Face Tracking Algorithm using Depth Information (깊이정보를 이용한 템플릿 매칭 기반의 효율적인 얼굴 추적 알고리즘)

  • Kim, Woo-Youl;Seo, Young-Ho;Kim, Dong-Wook
    • Proceedings of the Korean Society of Broadcast Engineers Conference
    • /
    • 2012.11a
    • /
    • pp.11-14
    • /
    • 2012
  • 본 논문에서는 키넥트 센서의 RGB영상과 깊이영상을 사용하여 얼굴을 검출하고, 검출 된 템플릿을 이용하여 얼굴을 추적하는 방법을 제안한다. 얼굴검출은 기본적으로 기존의 Adaboost 방법을 사용하나, 깊이정보와 피부색을 사용하여 탐색영역을 최대한 축소하여 수행시간 및 오검출율을 줄였다. 그리고 얼굴추적은 깊이정보를 이용하여 템플릿의 크기, 탐색영역을 조정하였다. 또한, RGB영상보다 조명변화에 강한 깊이영상을 이용하여 효율적인 템플릿 매칭을 하였다.

  • PDF

An Efficient Double-Talk Detection Algorithm Using Cross-Correlation Coefficients (상호상관계수를 이용한 효율적인 동시통합검출 알고리즘)

  • 조점군;박선준;이충용;윤대희
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.26 no.6B
    • /
    • pp.746-751
    • /
    • 2001
  • 일반적으로 음향 반향 제거기에서 적응필터의 안정성을 보장하기 위해서 동시통화 검출기(DTD)를 사용하여 원단화자 신호와 근단화자 신호의 존재 여부에 따라 적응필터 계수의 적응 여부를 결정한다. 본 논문에서는 두 개의 상호상관계수를 이용하여 계산량과 메모리 소자수 면에서 효율적인 동시통화 검출 알고리즘을 제안하였다. 제안된 알고리즘은 마이크로폰의 입력신호와 추정된 반향 신호간의 상호상관계수, 그리고 마이크로폰의 입력신호와 오차신호간의 상호상관계수를 이용하여, 주행 상황과 같이 심한 잡음 환경에서도 동시통화 구간의 시작점과 끝점 검출에 강인한 특성을 갖는다. 또한, 기존의 상호상관도를 이용하는 방법에 비하여 적은 양의 계산과 메모리를 필요로 하여 저가의 고정소수점 DSP를 이용한 실시간 구현에 적합하다. 성능 평가를 위하여 차내 핸즈프리 통신 환경에서 얻은 실측 데이터를 사용하여 기존의 방법과 비교하였다.

  • PDF

영상차감법을 이용한 산개성단 M11의 변광성 검출

  • Lee, Chung-Uk;Gu, Jae-Rim;Kim, Seung-Ri;Kim, Dong-Jin
    • Bulletin of the Korean Space Science Society
    • /
    • 2009.10a
    • /
    • pp.24.3-24.3
    • /
    • 2009
  • 한국천문연구원에서 개발 중인 외계행성 탐색 시스템은 우리은하 중심부 $4^{\circ}\times4^{\circ}$ 영역을 10분 간격으로 시계열 관측하여 지구형 외계행성을 검출하는 시스템으로써, 대용량의 관측자료를 처리하기 위하여 영상차감법을 사용한다. 이 방법은 최적화 방법을 이용하여 기준영상과 관측영상사이의 점퍼짐함수 변화를 나타내는 커널을 구하고, 이를 적용하여 만든 합성영상과 관측영상을 서로 차감한 잔차영상에서 밝아지거나 어두워진 변광성을 찾아 내어 이들에 대한 구경측광 또는 점퍼짐함수 측광과정을 수행한다. 따라서 성단 및 은하중심부와 같이 별들이 밀집된 관측영역에 영상차감법을 이용하면 배경별들은 모두 제거되고 변광성만 남게 되므로 잔차영상의 분석을 통하여 변광성 검출 효율을 높일 수 있게 된다. 우리는 이 연구에서 구재림 등 (2007)에 의하여 수행된 산개성단 M11의 시계열관측 영상에 이 방법을 적용하여 얻은 새로운 결과와 기존 연구결과를 서로 비교하고, 변광성의 검출 효율과 측광 정밀도에 대하여 논의한다.

  • PDF

Program Plagiarism Detection Using Parse Tree Kernels (Parse Tree Kernel을 이용한 소스코드 표절 검출)

  • Son Jeong-Woo;Park Seong-Bae;Lee Sang-Jo;Park Se-Young
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2006.06b
    • /
    • pp.157-159
    • /
    • 2006
  • 표절이란 원작자의 허락 없이 저작물의 일부분 혹은 전체를 사용하는 것이다. 이는 특히 대학의 프로그래밍 코스에서 심각한 문제가 된다. 이를 해결하기 위해 많은 표절 검출 시스템이 연구되어 왔으나 복사된 소스코드에 필요 없는 코드를 첨가할 경우, 성능이 낮아지는 문제가 있었다. 이 문제는 기존 시스템이 소스코드의 구조적인 정보를 효율적으로 다루지 않았기 때문이다. 본 논문에서는 Parse Tree Kernels를 이용한 소스 코드 표절 검출 시스템을 제안한다. 제안한 시스템은 Parse Tree Kernels를 이용하여 소스코드의 구조적 정보를 효과적으로 다룬다. 이를 보이기 위한 실험에서는 기존의 표절 검출 시스템인 SID, JPlag와 비교하여 제안한 시스템이 소스 코드의 구조적 정보를 기존 시스템에 비해 효율적으로 이용하고 있음을 보였다.

  • PDF

Dynamic Threshold Method For Cut Detection (컷 검출을 위한 동적 임계값 기법)

  • Yun, In-Gu;Kim, U-Saeng
    • The Transactions of the Korea Information Processing Society
    • /
    • v.6 no.7
    • /
    • pp.1955-1961
    • /
    • 1999
  • 비디오 데이터는 비정형 데이터이고 정보의 양이 방대하기 때문에 내용기반 검색 방법이 필요하다. 비디오 데이터의 내용기반 검색을 위해서는 동영상 데이터의 색인이 필요한데, 일반적으로 비디오 색인을 하기 위한 시작점은 컷 검출이다. 본 논문에서는 컷 검출의 효율성을 향상시키기 위해서 컷 검출 과정 중 임계값이 동적으로 변화하는 동적 임계값 기법을 제안한다. 구현과 실험을 통하여 제안하는 방법이 기존의 방법보다 효율적임을 보였다. 6a A content-based search method is required for video which has an unformatted and huge size of data. The index technique is necessary for the content-based search of the video data. The first step of the video indexing is a cut detection. We propose a dynamic threshold method which changes a threshold value during the cut detection process. We demonstrate that the proposed method is more efficient than the existing methods.

  • PDF

Noise Estimation using Edge Detection in Moving Pictures (에지 검출을 이용한 동영상 잡음 예측)

  • Kim, Young-Ro;Oh, Tae-Myung
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.52 no.4
    • /
    • pp.207-212
    • /
    • 2015
  • We propose a noise estimation method using edge detection in moving pictures. Edge detection is to exclude structures and details which have an effect on the noise estimation. To detect edge, we use Sobel and morphological closing operators which are robust to details of images. The proposed noise estimation method is more efficiently applied to noise estimation in various types of moving images and has better results than those of existing noise estimation methods. Also, proposed algorithm can be efficiently applied to image and video applications.

Straight Line Extraction in Object Contour using Key-Line Searching (대표 직선 탐색법을 이용한 물체 윤곽선에서의 직선 검출)

  • Oh, Seung-Taek;Jun, Byung-Hwan;Oh, Hyun-Og
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2012.11a
    • /
    • pp.535-536
    • /
    • 2012
  • 본 논문에서는 물체가 가지고 있는 다양한 형태의 직선 외형을 검출하기 위한 효율적인 알고리즘을 제안한다. 직선 외형의 검출은 물체를 인식하거나 물체에 대한 필요 정보를 취득하고자 할 때 기본적으로 활용될 수 있는 핵심적인 알고리즘이다. 제안하는 알고리즘에서는 이진화된 입력 영상에 대하여 수직 프로젝션을 수행하여 관심영역을 추정한다. 이후 관심 영역 내 주요 경계점 들 간의 적합한 변위를 계산하고 이를 통하여 효율적인 직선 외형을 검출하고자 하였다.

Line Detection in the Image of a Wireless Mobile Robot using an Efficient Preprocessing and Improved Hough Transform (효율적인 전처리와 개선된 하프변환을 이용한 무선 이동로봇 영상에서 직선검출)

  • Cho, Bo-Ho;Jung, Sung-Hwan
    • Journal of Korea Multimedia Society
    • /
    • v.14 no.6
    • /
    • pp.719-729
    • /
    • 2011
  • This paper presents a research on the fast and accurate method of line detection in the image of a wireless mobile robot (WMR). For the improvement of the processing time to detect lines, the characteristics of the transmitted image from the WMR was analyzed, and the efficient preprocessing method among the existing preprocessing methods was selected. And for the improvement of the accuracy to detect lines, the selection method of local maximum value at the Hough array (HA) which has the result of Hough transform was improved by designing a mask and applying it to HA. The experiment was performed with acquired images from the WMR, and the proposed method outperformed the existing methods in terms of processing time and line detection.

An Object-Oriented Redundant Fault Detection Scheme for Efficient Current Testing (전류 테스팅을 위한 객체 기반의 무해고장 검출 기법)

  • Bae, Sung-Hwan;Kim, Kwan-Woong;Chon, Byoung-Sil
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.27 no.1C
    • /
    • pp.96-102
    • /
    • 2002
  • Current testing(Iddq testing) on monitoring the quiescent power supply current is an efficient and effective method for CMOS bridging faults. The applicability of this technique, however, requires careful examination. Since cardinality of bridging fault is O($n^2$) and current testing requires much longer testing time than voltage testing, it is important to note that a bridging fault is untestable if the two bridged nodes have the same logic values at all times. Such faults should be identified by a good ATPG tool; otherwise, the fault coverage can become skewed. In this paper, we present an object-oriented redundant fault detection scheme for efficient current testing. Experimental results for ISCAS benchmark circuits show that the improved method is more effective than the previous ones.

A Study on the Characteristics of Smartphone Camera as a Medical Radiation Detector (의료 방사선 검출기로써 스마트폰 카메라의 특성에 관한 연구)

  • Kang, Han Gyu;Kim, Ho Chul
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • v.53 no.5
    • /
    • pp.143-151
    • /
    • 2016
  • The aim of this study is to investigate the optimal algorithm to extract medical radiation induced pixel signal from complementary metal-oxide semiconductor (CMOS) sensors of smartphones camera. The pixel intensity and pixel number of smartphone camera were measured as the X-ray dose was increased. The front camera of the smartphone camera has low noise property and excellent dose response as compared to the back camera of the smartphone. The indirect method which uses scintillation crystal in front of the smartphone camera, couldn't improve the X-ray detection efficiency as compared to the direct method which does not use any scintillator in front of the smartphone camera. When we used the algorithm which employing threshold level on the pixel intensity and pixel number, the dose linearity was more higher for the pixel intensity rather for the pixel number. The use of pixel intensity of Y color component which represents the grey scale, would be efficient in terms of the radiation detection efficiency and reducing the complexity of the image processing. We expect that the radiation dose monitoring can be managed effectively and systematically by using the proposed radiation detection algorithm, thus eventually will contribute to the public healthcare.