RISS 학술연구정보서비스

검색
다국어 입력

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.

변환된 중국어를 복사하여 사용하시면 됩니다.

예시)
  • 中文 을 입력하시려면 zhongwen을 입력하시고 space를누르시면됩니다.
  • 北京 을 입력하시려면 beijing을 입력하시고 space를 누르시면 됩니다.
닫기
    인기검색어 순위 펼치기

    RISS 인기검색어

      검색결과 좁혀 보기

      선택해제
      • 좁혀본 항목 보기순서

        • 원문유무
        • 음성지원유무
        • 원문제공처
          펼치기
        • 등재정보
          펼치기
        • 학술지명
          펼치기
        • 주제분류
          펼치기
        • 발행연도
          펼치기
        • 작성언어
        • 저자
          펼치기

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • 특징 지도를 이용한 중요 객체 추출

        박기태,김종혁,문영식,Park Ki-Tae,Kim Jong-Hyeok,Moon Young-Shik 대한전자공학회 2006 電子工學會論文誌-SP (Signal processing) Vol.43 No.5

        본 논문에서는 컬러 영상에서 배경의 복잡도와 객체의 위치에 관계없이 영상 내에 존재하는 중요 객체를 자동으로 추출하는 방법을 제안한다. 제안하는 방법은 중요 객체를 추출하기 위해 에지(edge) 정보와 색상(color) 정보를 이용한 특징 지도를 사용한다. 또한, 효과적인 객체 추출을 위해서 참조 지도(reference map)를 제안한다. 참조 지도를 생성하기 위해서는 영상에서 사람의 시각에 두드러지게 구분되는 영역을 표현하는 특징 지도(feature map)를 먼저 생성한다. 그런 다음, 특징 지도들을 효과적으로 결합하여 배경의 영향을 최소화 하면서, 중요 객체가 존재할 확률이 높은 영역들을 포함하는 참조 지도를 생성한다. 특징 지도를 생성하기 위해서는 밝기 차 정보를 나타내는 에지와 YCbCr 컬러와 HSV 컬러 공간에서의 색상 성분을 사용하며, 특징 지도에 대한 생성 방법은 영상 내에서 밝기차이와 색상차이에 의해서 나타나는 경계 부분을 추출하는 방법을 사용한다. 최종적으로 중요 객체가 존재하는 영역을 나타내기 위해서 참조 지도와 특징 지도들을 결합한 결합 지도(combination map)를 생성한다. 결합 지도는 중요 객체의 외곽선 정보만을 표현하기 때문에, 객체 전체를 표현할 수 있는 객체 후보 영역을 추출하는데, 이를 위해서는 객체 후보 영역을 추출하기 위해서 convex hull 알고리즘을 사용한다. Convex hull 알고리즘에 의해서 추출된 영역은 여전히 배경 부분을 포함하고 있으므로, 영상 분할 방법을 적용하여 배경을 제거한 후 영상에서의 중요 객체를 추출한다. 제안한 알고리즘의 성능을 실험적으로 확인한 결과, 평균적으로 84.3%의 정확율과 81.3%의 재현율의 성능을 보였다. In this paper, we propose a technique for extracting attentive objects in images using feature maps, regardless of the complexity of images and the position of objects. The proposed method uses feature maps with edge and color information in order to extract attentive objects. We also propose a reference map which is created by integrating feature maps. In order to create a reference map, feature maps which represent visually attentive regions in images are constructed. Three feature maps including edge map, CbCr map and H map are utilized. These maps contain the information about boundary regions by the difference of intensity or colors. Then the combination map which represents the meaningful boundary is created by integrating the reference map and feature maps. Since the combination map simply represents the boundary of objects we extract the candidate object regions including meaningful boundaries from the combination map. In order to extract candidate object regions, we use the convex hull algorithm. By applying a segmentation algorithm to the area of candidate regions to separate object regions and background regions, real object regions are extracted from the candidate object regions. Experiment results show that the proposed method extracts the attentive regions and attentive objects efficiently, with 84.3% Precision rate and 81.3% recall rate.

      • 앵커 객체 추출을 이용한 앵커 프레임 검출

        박기태,황두선,문영식,Park Ki-Tae,Hwang Doo-Sun,Moon Young-Shik 대한전자공학회 2006 電子工學會論文誌-SP (Signal processing) Vol.43 No.3

        본 논문에서는 뉴스 비디오에서 앵커 프레임 검출을 위한 알고리즘을 제안한다. 제안된 알고리즘은 다음과 같이 4단계로 구성된다. 첫 번째 단계에서, 뉴스 비디오를 비디오 샷들로 분할하기 위해 누적 히스토그램(cumulative histogram) 기법을 이용하여 샷 경계(shot boundary)를 검출한다. 두 번째 단계에서는 각 비디오 샷 경계에서 얼굴 영역들을 찾기 위해서 피부 컬러(skin color) 정보를 이용하고, 세 번째 단계에서는, 앵커 객체를 추출하기 위해서 사람의 상체 부분의 컬러 정보를 이용하여 앵커 후보 프레임을 검출하며, 마지막 단계에서, 후보 프레임들에 대해서 앵커 프레임과 비앵커 프레임을 분류하기 위해서 그래프 이론을 이용한 클러스터 분석 알고리즘을 적용한다. 실험 결과를 통해서 제안한 알고리즘이 효과적으로 앵커 프레임을 검출하는 것을 보여준다. In this paper, an algorithm for anchor frame detection in news video is proposed, which consists of four steps. In the first step, the cumulative histogram method is used to detect shot boundaries in order to segment a news video into video shots. In the second step, skin color information is used to detect face regions in each shot boundary. In the third step, color information of upper body regions is used to extract anchor object, which produces candidate anchor frames. Then, from the candidate anchor frames, a graph-theoretic cluster analysis algorithm is utilized to classify the news video into anchor-person frames and non-anchor frames. Experiment results have shown the effectiveness of the proposed algorithm.

      • KCI등재

        축구 동영상에서의 장면 구조 분석에 기반한 자동적인 하이라이트 장면 검출

        박기태,문영식,Park, Ki-Tae,Moon, Young-Shik 한국정보처리학회 2007 정보처리학회논문지B Vol.14 No.1

        본 논문에서는 축구 동영상으로부터 자동적으로 하이라이트 장면들을 검출하는 방법을 제안한다. 축구 동영상에서 하이라이트 장면들은 슈팅 장면들이나 골 장면들로 정의 될 수 있다. 우리는 축구 동영상에 대한 구조적 분석을 통해서 일반적으로 골 포스트(goal posts) 영역 주위에서 하이라이트 장면들이 나타나는 것과 하이라이트 장면 이후에는 TV 카메라가 축구 선수들이나 관중석을 확대해서 보여주는 것을 확인할 수 있었다. 본 논문에서 축구 동영상으로부터 하이라이트 장면들을 검출하기 위한 과정은 세 단계로 구성된다. 첫 번째 단계는 통계적인 문턱치(statistical threshold)를 이용한 그라운드(playing field) 영역을 추출한다. 두 번째 단계는 골 포스트를 찾기 위해서 그라운드 영역과 그라운드가 아닌 영역들의 경계선 부분을 검출한다. 그리고 마지막 단계에서는 축구 선수나 관객들의 확대 장면을 검출하기 위해서 그라운드가 아닌 영역들에 대해서 connected component labeling 기법을 적용하여 한 장면 내에서 그라운드가 아닌 영역들의 비율을 계산한다. 본 논문에서는 하이라이트 장면 검출에 대한 성능을 평가하기 위하여 정확률(precision)과 재현율(recall)을 사용하고, 실험을 통하여 제안된 방법이 정확률 95.2%, 재현율 854%로 축구 동영상에서 하이라이트 장면을 효과적으로 검출할 수 있음을 확인하였다. In this paper, we propose an efficient scheme for automatically detecting highlight scenes in soccer videos. Highlights are defined as shooting scenes and goal scenes. Through the analysis of soccer videos, we notice that most of highlight scenes are shown around the goal post area. It is also noticed that the TV camera zooms in a setter player or spectators after the highlight stones. Detection of highlight scenes for soccer videos consists of three steps. The first step is the extraction of the playing field using a statistical threshold. The second step is the detection of goal posts. In the final step, we detect a zooming of a soccer player or spectators by using connected component labeling of non-playing field. In order to evaluate the performance of our method, the precision and the recall are computed. Experimental results have shown the effectiveness of the proposed method, with 95.2% precision and 85.4% recall.

      • 교량시설물 안전관리 네트워크 구축을 위한 기존 시스템 연계방안 연구

        박기태,이우상,주봉철,황윤국,Park. Ki-Tae,Lee. Woo-Sang,Joo. Bong-Chul,Hwang. Yoon-Koog 한국방재학회 2008 한국방재학회 학술발표대회논문집 Vol.2008 No.1

        In general, structures in service gradually lose original performance according to time due to initial defects in design and construction, or exposure to unfavorable external conditions such as repeated loading or deteriorating environment, and in extreme cases, may collapse in large disaster. Therefore, in order to maintain the serviceability of structures at optimal level, advanced structure measuring system which can inform optimal time point and method of maintenance is required in addition to accurate prediction of residual life the structure by periodic inspection. To guarantee the safety level of bridge structure and to prevent from disaster, the integration of safety network for bridge structures are needed. Therefore in this study, to enhance the effectiveness of safety network for bridge, the connection methodologies between safety network and pre-installed bridge monitoring system are investigated.

      • KCI등재

        AZO박막을 이용한 Terephthalate가 삽입된 Zn-Al 층상 이중 수산화물의 합성

        박기태,윤순길,Park, Ki-Tae,Yoon, Soon-Gil 한국재료학회 2017 한국재료학회지 Vol.27 No.3

        In this paper, synthesis of terephthalate intercalated Zn-Al: Layered double hydroxides (LDHs) was studied. We designed freestanding Zn-Al: carbonate LDH nanosheets for a facile exchange technique. The as-prepared Zn-Al carbonate LDHs were converted to terephthalate intercalated Zn-Al:LDHs by ion exchange method. Initially, Al-doped ZnO (AZO) thin films were deposited on p-Si (001) by facing target sputtering. For synthesis of free standing carbonate Zn-Al:LDH, we dipped the AZO thin film in naturally carbonated water for 3 hours. Further, Zn-Al: carbonate LDH nanosheets were immersed in terepthalic acid (TA) solution. The ion exchange phenomena in the terephthalate assisted Zn-Al:LDH were confirmed using FT-IR analysis. The crystal structure of terephthalate intercalated Zn-Al:LDH was investigated by XRD pattern analysis with different mole concentrations of TA solution and reaction times. The optimal conditions for intercalation of terephthalate from carbonated Zn-Al LDH were established using 0.3 M aqueous solution of TA for 24 hours.

      • IPv6의 보안기능을 강화하는 Secure ND Protocol 구현

        박기태,김중민,복혁규,Park, Ki-Tae,Kim, Joong-Min,Bok, Hyeok-Kyu 한국정보과학회 2005 정보과학회논문지 : 기술교육 Vol.2 No.1

        주소 자동설정을 하는데 이용되는 Neighbor Discovery(ND) 프로토콜에는 보안 취약점이 있어서 여러 가지 망 공격에 노출되어 있다. 보안 허점을 이용한 공격은 망의 일부 서비스를 마비시킬 수도 있으며 흠 네트워킹의 경우 개인정보유출이 일어날 수도 있다. 따라서 본 논문에서는 ND의 보안 취약점을 알아보고 ND 보안 규정들과 보안을 위한 여러 이론들을 살펴본다. 이를 바탕으로 SEND 프로토콜을 설계하고 구현하고자 한다. IPv6 defines relation between surrounding nodes using neighbor discovery protocol. Used neighbor discovery messages and surrounding nodes include important information about network. This network information outcrops can give rise to network attack and also services that uses this network will be paralyzed. Various kinds of security limitation was found in present neighbor discovery protocol, therefore security function to supplement this problem was required. In this paper, we design and implement a secure neighbor discovery protocol that has security function by adding a CGA module and SEND module.

      • 도약적 국가 우주력 발전을 선도할 제2 우주센터 구축 필요성 연구

        박기태,Park, Ki-tae 한국우주과학회 2022 우주기술과 응용 Vol.2 No.2

        Witnessing current military conflicts in South China Sea and Eastern Europe, most defense analysts evaluate one of the most serious security threat toward the US is coming from the superpower competitions with Russia and China. The main means for such super power hegemonic competitions is military power and space power is a key enabler to maximize the efficiency and effectiveness of military employment. Reflecting above circumstances, the space hegemonic competition between the Unites States and China is spreading into all aspects of national powers. Under such an environment, R.O.K needs to significantly develop national space power to preserve life and assets of people in space. On the other hand, the R.O.K has a lot of limitations in launching space assets into orbits by land-based space rockets due to its geographic locations. The limitation of rocket launching direction, the failure to secure a significant area enough to secure safety and the limitation to secure open area enough to build associated facilities are among them. On this paper, I will suggest the need to build the 2nd space rocket launching site after analyzing a lot of short-falls the current 'Naro' space center face, compared to those of advanced space powers around the world.

      • 국내 교량 계측시스템 현황 파악 및 문제점 분석

        박기태,이우상,주봉철,황윤국,Park. Ki-Tae,Lee. Woo-Sang,Joo. Bong-Chul,Hwang. Yoon-Koog 한국방재학회 2008 한국방재학회 학술발표대회논문집 Vol.2008 No.1

        The long term bridge monitoring system in Korea was installed in 1995 at first, and many bridges has been maintained by long term monitoring system. Recently, reliability of data and cost effectiveness has been increased by advanced sensor technology, measuring equipment. However, considering several reference and data on bridge monitoring systems in Korea, various problems of bridge monitoring systems can be found. Therefore, in this study, the state of the art on bridge monitoring systems in Korea were investigated and various problems and solutions for these problems were suggested.

      • IP망과 MPLS망에서의 Video Streaming Service 성능 개선

        박기태,김중민,복혁규,Park, Ki-Tae,Kim, Joong-Min,Bok, Hyeok-Kyu 한국정보과학회 2005 정보과학회논문지 : 기술교육 Vol.2 No.1

        인터넷 트래픽이 증가하여 인터넷 서비스의 품질을 현저히 떨어뜨려 QoS를 보장받아야 하는 비디오 스트리밍 서비스에도 심각한 영향을 끼치게 되었다. MPLS 망에서 트래픽 엔지니어링은 망의 능력에 맞게 사용자의 QoS 요청을 트래픽 특성별로 구분된 클래스에 따라 망 자원을 할당하거나 제어한다. MPLS 망에서 다른 트래픽에 영향을 받지 않으면서 지연시간을 줄이고 전송률을 높이기 위해 인입 LSR에서 CQ_LLQ 방식을 적용하여 사용자 할당을 다르게 하는 정책을 통해 QoS를 만족시킬 수 있음을 보인다. As internet traffic is growing, quality of internet service is more worse and video streaming services that must guarantee QoS (Quality of Service) come under the influence. Traffic engineering in MPLS network classify QoS request of users according to traffic characteristics, assigns and controls network resources. Ingress LSR(Label Switching Router) in MPLS network applied CQ_LLQ(Custom Queuing with Low latency Queuing)method to be not effected by different traffics, to decrease delay time and to enhance transfer rate. Experiments show that quality of service is satisfied through the policy that differs the allocation of user request.

      • 연속교 및 사교의 하중효과 간략산정에 관한 연구

        박기태 ( Park¸ Ki-tae ),김광수 ( Kim¸ Kwang-soo ),김형열 ( Kim¸ Hyeong-yeol ) 한국구조물진단유지관리공학회 2000 한국구조물진단유지관리공학회 학술발표대회 논문집 Vol.4 No.2

        This paper deals with simplified structural analysis of continuous and skewed highway bridges and derivation of moment reduction factors. The computation of moments due to live load and dead load of continuous bridges are simplified by the influence line method. The results of structural analysis for the multi-span continuous bridges are compared with those for the single-span simply supported bridges. The moment reduction factors that named as the correlation factors to compute moments of continuous bridges are derived by considering the span length and number of spans. On the other hand, skewed bridges having various skew angles are analyzed to derive the correlation factors. In both analyses, a commercial finite element analysis program is used. The correlation factors derived in this study can be directly used to compute the moments of continuous as well as skewed bridges, if simplified analysis of highway bridge is necessary.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼