• Title/Summary/Keyword: 단계추출

Search Result 2,677, Processing Time 0.031 seconds

Vehicle License Plate Extraction using Low Resolution Camera (저해상도 카메라를 이용한 차량번호판의 추출)

  • 구경모;김하영;안명석;차의영
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2004.10b
    • /
    • pp.802-804
    • /
    • 2004
  • 번호판 인식시스템의 개발에 있어서 번호판 영역의 추출단계는 시스템의 성능에 큰 영향을 미치는 단계이며 문자인식단계 이상으로 중요하다. 본 논문에서는 웹 카메라를 이용하여 얻어진 저해상도 영상으로부터 번호판 고유의 색상과 텍스쳐를 이용하여 번호판영역을 추출하고, 허프변환을 이용한 기울어진 영상의 회전을 통해 번호판 문자 영역화 및 인식에 용이한 차량번호판 영상을 추출하는 기법을 제안한다.

  • PDF

A Study on the Object Extraction Methology using the Information Structure Modeling in the Analysis Phase (정보 구조 모델링을 이용한 분석 단계에서의 객체 추출방법에 관한 연구)

  • 정정인;박재년
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2000.04a
    • /
    • pp.507-509
    • /
    • 2000
  • 기존 객체 지향 방법론에 의한 소프트웨어 개발에서의 공통적인 문제점은 표기법이 복잡하고, 산출물도 많아서 사용자가 이해하기가 어렵다는 것이다. 또한 분석단계에 있어서도 객체추출의 자세한 가이드라인을 제시한지 않고 있어서 개발자들의 감각과 경험에 크게 의존하고 있어 일관성이 없으며, 추출된 객체들 사이의 연결을 찾기가 쉽지 않아 확장이 어렵다. 따라서, 본 논문에서는 간단한 표기법과 산출물로 개발 초기부터 사용자의 참여를 유도할 수 있는 정보 구조 모델링을 이용하여 분석 단계에서의 객체 추출에 대한 가이드 라인을 제시하고자 한다.

  • PDF

Face Detection and Recognition in MPEG Compressed Video (MPEG 압축 비디오 상에서의 얼굴 영역 추출 및 인식)

  • 여창욱;유명현
    • Korean Journal of Cognitive Science
    • /
    • v.11 no.2
    • /
    • pp.79-87
    • /
    • 2000
  • In this paper we present a face recognition and face detection algorithm in MPEG compressed video. The proposed method consists three stage of processing steps. The first step is to produce a spatially reduced DC image form MPEG compressed video for processing. And the second step is face detection on reduced DC image. Finally, the last step is face recognition on partially extracted compressed frames which contain the detected faces. The spatially reduced DC image is produced from two dimensional inverse DCT of the DC coefficient and the first two AC coefficients. The face detection is performed on DC image and face recognition is performed on one extracted frame per GOP by using the K-L transform. In order to evaluate the proposed method, we carried out experiments on video database. The experiment results show the proposed method is very efficient and helpful for target tasks.

  • PDF

A Extraction of Multiple Object Candidate Groups for Selecting Optimal Objects (최적합 객체 선정을 위한 다중 객체군 추출)

  • Park, Seong-Ok;No, Gyeong-Ju;Lee, Mun-Geun
    • Journal of KIISE:Software and Applications
    • /
    • v.26 no.12
    • /
    • pp.1468-1481
    • /
    • 1999
  • didates.본 논문은 절차 중심 소프트웨어를 객체 지향 소프트웨어로 재/역공학하기 위한 다단계 절차중 첫 절차인 객체 추출 절차에 대하여 기술한다. 사용한 객체 추출 방법은 전처리, 기본 분할 및 결합, 정제 결합, 결정 및 통합의 다섯 단계로 이루어진다 : 1) 전처리 과정에서는 객체 추출을 위한 FTV(Function, Type, Variable) 그래프를 생성/분할 및 클러스터링하고, 2) 기본 분할 및 결합 단계에서는 다중 객체 추출을 위한 그래프를 생성하고 생성된 그래프의 정적 객체를 추출하며, 3) 정제 결합 단계에서는 동적 객체를 추출하며, 4) 결정 단계에서는 영역 모델링과 다중 객체 후보군과의 유사도를 측정하여 영역 전문가가 하나의 최적합 후보를 선택할 수 있는 측정 결과를 제시하며, 5) 통합 단계에서는 전처리 과정에서 분리된 그래프가 여러 개 존재할 경우 각각의 처리된 그래프를 통합한다. 본 논문에서는 클러스터링 순서가 고정된 결정론적 방법을 사용하였으며, 가능한 경우의 수에 따른 다중 객체 후보, 객관적이고 의미가 있는 객체 추출 방법으로의 정제와 결정, 영역 모델링을 통한 의미적 관점에 기초한 방법 등을 사용한다. 이러한 방법을 사용함으로써 전문가는 객체 추출 단계에서 좀더 다양하고 객관적인 선택을 할 수 있다.Abstract This paper presents an object extraction process, which is the first phase of a methodology to transform procedural software to object-oriented software. The process consists of five steps: the preliminary, basic clustering & inclusion, refinement, decision and integration. In the preliminary step, FTV(Function, Type, Variable) graph for object extraction is created, divided and clustered. In the clustering & inclusion step, multiple graphs for static object candidate groups are generated. In the refinement step, each graph is refined to determine dynamic object candidate groups. In the decision step, the best candidate group is determined based on the highest similarity to class group modeled from domain engineering. In the final step, the best group is integrated with the domain model. The paper presents a new clustering method based on static clustering steps, possible object candidate grouping cases based on abstraction concept, a new refinement algorithm, a similarity algorithm for multiple n object and m classes, etc. This process provides reengineering experts an comprehensive and integrated environment to select the best or optimal object candidates.

Fractional Extraction of DHA and EPA by Supercritical Fluid (DHA와 EPA에 대한 초임계 유체의 분할추출)

  • Hur, Byung-Ki;Noh, Duck-Woo
    • KSBB Journal
    • /
    • v.14 no.6
    • /
    • pp.655-660
    • /
    • 1999
  • Supercritical fractional extraction of DHA and EPA from the mixture of fatty acids composing the fish oil was performed. The compositions, extracted quantities, and cumulative extracted quantities of fatty acids in the extract and the raffinate were investigated according to the fractional steps. The temperature and pressure for the miximum concentration of DHA and EPA in the extract or the raffinate were 60$^{\circ}C$ and 101 bar respectively among the extraction conditions considered in this study. In this case, the weight percent of EPA in the extract was 50% and that of DHA in the raffinate was 40%. These values were two times higher than those in fish oil. THe same temperature and pressure were used to extract DHA and EPA from the mixture of fatty acids whose the initial weight percent of DHA was 34%. The weight percent of DHA in the raffinate after the fourth fractionation was 7-%. And the remaining weight of DHA in the raffinate was 80% of DHA initially loaded in the extraction vessel.

  • PDF

Study on Defect Cell Extraction of TFT-LCD Panel (TFT-LCD 결함패턴 추출에 관한 연구)

  • Cho, Jae-Soo;Ha, Gwang-Sung;Lee, Jin-Wook;Kim, Dong-Hyun;Jeon, Edward
    • Proceedings of the KIEE Conference
    • /
    • 2007.10a
    • /
    • pp.151-152
    • /
    • 2007
  • 본 논문은 TFT-LCD 영상에서 결함을 자동검색하여 결함이 있는 LCD 영상의 경우 결함이 있는 LCD 패턴을 정확하게 추출해 내는 방법을 제안하였다. TFT-LCD 영상에서 결함이 있는 LCD 패턴 검색은 세단계로 이루어진다. 1단계는 먼저 입력영상에서 LCD 패턴영상의 특징을 이용하여 각 LCD 패턴의 기준점을 찾는다. 2단계는 1단계에서 찾은 여러 기준점 중에서 필터링과정을 통하여 정확한 한 개의 기준점을 최종 선택한다. 마지막으로 3단계에서는 최종적으로 선택된 기준점을 이용하여 결함정의(결함중심 및 결함사이즈)를 이용하여 결함이 포함되어 있는 LCD 패턴을 추출한다. 제안된 결함패턴 추출 알고리즘의 정확성은 컴퓨터 시뮬레이션을 통하여 그 효용성을 증명하였다.

  • PDF

Developing Features for Bio Event Extraction (바이오 이벤트 추출을 위한 피쳐 개발)

  • Lee, Seok-Jun;Kim, Young-Tae;Hwang, Min-Kook;Lim, Soo-Jong;Ra, Dong-Yul
    • Annual Conference on Human and Language Technology
    • /
    • 2013.10a
    • /
    • pp.39-44
    • /
    • 2013
  • 본 논문은 바이오 문서에서의 정보추출 시스템 개발에 대한 것이다. 이 시스템의 목표는 바이오 관련 문서에서 바이오 이벤트의 발생을 탐지하고 이벤트의 타입 및 이벤트에 관여된 필수 논항을 채우는 구문요소를 인식하는 것이다. 우리는 두 개의 별도의 단계를 이용하는 시스템 구성을 사용한다. 첫 단계에서는 SVM을 사용하여 이벤트의 발생 및 이벤트의 타입을 결정한다. 두 번째 단계에서는 이벤트의 논항을 채우는 참여자를 인식하는 작업을 한다. 본 논문은 단계 1에서 사용되는 SVM의 피쳐 리스트의 개발에 대한 문제를 다룬다. 본 논문에서 제안하는 피쳐 리스트를 사용하여 좋은 성능을 가지는 첫 단계에 대한 모듈을 얻을 수 있음을 관찰하였다.

  • PDF

Testing Methodology of Embedded System in Nuclear Power (원자력 내장형 시스템의 테스팅 방안)

  • 성아영;최병주;이나영;황일순
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.04a
    • /
    • pp.586-588
    • /
    • 2001
  • 원전보호계통(RPS: Reactor Protection System)은 사고 시 치명적 피해를 입을 수 있다는 점에서 안전에 대한 중요도가 가장 높은 Safety 1E class로 분류되며, 이러한 보호계통을 디지털 라이즈 하는데 있어서 높은 신뢰도에 대한 보장이 필요하다. 따라서 본 논문에서는 DPPS(Digital Plant Protection System) 내에서 작동하는 내장형 소프트웨어의 높은 신뢰성을 보장하기 위한 테스팅 방법론을 제시하고자 한다. DPPS에서 작동하는 내장형 소프트웨어를 테스트하기 위한 방법은 크게 두 가지로 나누어진다. 첫 번째 단계는 절차중심의 프로그램에서 객체를 추출하고 이를 이용하여 클래스를 추출하는 제공학의 단계이다. 두 번째 단계는 이러한 클래스들을 이용하여 레벨별 테스팅을 수행하기 위한 테스트 아이템을 추출하고, 추출된 테스트 아이템을 이용하여 테스트 케이스를 선정하는 단계이다. 이렇게 각 레벨별로 선정된 테스트 케이스를 이용하여 단위 테스팅, 통합 테스팅, 시스템 테스팅 이렇게 3단계의 레벨별 테스팅을 수행한다.

  • PDF

A Recognition of Power Distributed Facility Map Based on Circularity and Connectivity of Line (원형성과 선의 연결성에 근거한 배전설비도면 인식)

  • Kim, Gye-Young;Lee, Bong-Jae;Han, Chil-Sung;Cho, Seon-Ku
    • The Transactions of the Korea Information Processing Society
    • /
    • v.7 no.10
    • /
    • pp.3300-3309
    • /
    • 2000
  • 본 논문에서는 변전소에서 수용가까지의 전력공급설비를 나타내는 도면인 배전설비도면의 주요 기호인 전주와 전선인식 방법에 과하여 기술한다. 제안하는 방법은 원형성에 근거하여 전주후보를 추출한 후 이들 사이의 연결성에 근거하여 전선을 인식한 다음, 전주후보들 중에서 전주를 확인하는 방법으로 다음과 같이 네 개의 단계로 구성된다. 첫 번째는 히스토그램 분석을 통하여 얻어진 임계값을 사용하여 입력영상에서 배전설비영역을 추출하는 단계이고, 두 번째는 추출된 배전설비영역을 세선화 하는 단계이다. 세 번째는 세선영상의 분기점 근처에 정의된 탐색영역에서 원형성을 측정하여 전주후보를 추출하는 단계이다. 네 번째는 전주후보들이 가지는 분기점들 간의 연결성을 측정하여 전선을 인식하는 단계이다. 전선인식이 완료되면 전주후보들 중에서 전선을 가지는 후보들만을 추출하여 전주를 인식한다. 제안된 방법은 한국전력공사의 배전설비도면들 중에서 무작위로 추출한 표본 약 30매를 대상으로 실험하고 그 결과를 제시한다.

  • PDF

An Image Coding Algorithm for the Representation of the Set of the Zoom Images (Zoom 영상 표현을 위한 영상 코딩 알고리듬)

  • Jang, Bo-Hyeon;Kim, Do-Hyeon;Yang, Yeong-Il
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • v.38 no.5
    • /
    • pp.498-508
    • /
    • 2001
  • In this paper, we propose an efficient coding algorithm for the zoom images to find the optimal depth and texture information. The proposed algorithm is the area-based method consisting of two consecutive steps, i) the depth extraction step and ii) the texture extraction step. The X-Y plane of the object space is divided into triangular patches and the depth value of the node is determined in the first step and then the texture of the each patch is extracted in the second step. In the depth extraction step, the depth of the node is determined by applying the block-based disparity compensation method to the windowed area centered at the node. In the second step, the texture of the triangular patches is extracted from the zoom images by applying the affine transformation based disparity compensation method to the triangular patches with the depth value extracted from the first step. To improve the quality of image, the interpolation is peformed on the object space instead of the interpolation on the image plane.

  • PDF