RISS 학술연구정보서비스

검색
다국어 입력

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

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

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

    RISS 인기검색어

      검색결과 좁혀 보기

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

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

      오늘 본 자료

      • 오늘 본 자료가 없습니다.
      더보기
      • 무료
      • 기관 내 무료
      • 유료
      • 모바일 벡터 그래픽 가속기 설계를 위한 OpenVG API 구현

        김영옥(Young-Ouk Kim),노영섭(Young-Sup Ro),오삼권(Sam-Kwan Oh) 한국컴퓨터정보학회 2008 한국컴퓨터정보학회 학술발표논문집 Vol.16 No.1

        최근 모바일 시스템의 성능이 향상되면서 다양한 형태의 동적인 메뉴 구성과, 메일 및 이차원 지도 등의 표현에 벡터 그래픽을 도입하고 있다. 모바일 기기에서 사용되는 벡터 그래픽 처리 기술은 Flash Lite, SVG(Scalable Vector Graphics)등이 널리 사용되고 있는데 두 가지 모두 소프트웨어 방식으로 사용되고 있다. 매크로미디어사의 Flash Lite는 연산에 많은 메모리를 필요로 하고, SVG는 웹 표준에 맞춘 스크립트 해석 기반으로 구동 속도가 느리다. 모바일 컴퓨팅 환경에서 벡터 그래픽스에 대한 필요성과 사용빈도가 증가함에 따라 메모리를 적게 사용하고 하드웨어 가속기를 지원 할 수 있도록 저 수준의 API(Application Programming Interface)인 OpenVG 1.0을 크로노스 그룹(Khronos Group)에서 제정하였다. 본 논문은 모바일 사용 환경에 맞추어 사용될 수 있도록 OpenVG 1.0에 기반한 API를 구현하고 실험하였다. 구현된 API는 느린 소프트웨어의 한계를 벗어나기 위해 하드웨어 가속기 설계에 적합하도록 각각의 API 블록 및 형태를 하드웨어 파이프라인 형태의 관점에서 설계하였고, 구현된 API를 윈도우즈 환경에서 기능을 검증하였다.

      • KCI등재

        자바 기반 휴대용 임베디드 기기의 삼차원 엔진 성능 향상을 위한 바인딩 구현

        김영옥(Young-Ouk Kim),노영섭(Young-Sup Roh) 한국멀티미디어학회 2007 멀티미디어학회논문지 Vol.10 No.11

        휴대용 임베디드 기기에서의 삼차원 엔진은 크게 바이트 코드를 실시간으로 해석하여 실행하는 자바 기반의 JSR184와 C언어 기반의 OpenGL/ES가 있다. 이들 두 표준에서 자바 객체를 지원하는 JSR184는 OpenGL/ES에 비하여 상대적으로 많은 프로세서의 자원을 사용하여 제한된 연산능력을 보유하고 있는 임베디드 기기에 적용할 경우 제약이 따를 수 밖에 없다. 반면에 기존 개인용 컴퓨팅 환경에서 사용되는 삼차원 컨텐츠는 자바의 장점을 이용하여 제작되었기 때문에 유럽에서 많은 사용자 층을 확보하고 있고, 또한 그 컨텐츠의 품질이 우수하여 상용 통신망인 GSM 망에서 많이 서비스 되고 있다. 따라서 GSM 망에서 사용되는 휴대용 임베디드 기기에 기존의 자바 기반 삼차원 컨텐츠를 별도의 변환 과정 없이 지원할 수 있는 JSR184의 지원이 필요하지만, 현재 개발되어 사용되는 자바 기반 삼차원 엔진은 휴대용 기기가 보유한 연산능력에 비하여 상대적으로 많은 연산량을 필요로 하기 때문에 상용제품에 적용하기에 많은 어려움이 따른다. 본 논문에서는 휴대용 임베디드 기기가 가지고 있는 충분하지 않은 연산능력을 바탕으로 자바 객체의 장점을 수용하면서 삼차원 컨텐츠의 처리속도를 향상 시킬 수 있는 바인딩 기법을 제안하였다. 제안된 바인딩 기법은 자바를 이용한 삼차원 컨텐츠를 지원하기 위하여, JSR184의 표준 인터페이스를 상위 계층에서 지원하고, OpenGL/ES와 JSR184를 서로 연결하기 위하여 이기종 코드 변환 언어인 KNI(Kilo Native Interface)를 중간 계층에서 사용하였고, 하위 계층에서 OpenGL/ES의 표준을 구현하였다. 제안하는 바인딩 기법은 모의 실험을 통하여 기능을 검증하였고, ARM을 장착한 FPGA를 사용하여 그 성능을 평가하였다. A 3-Dimensional engine in a mobile embedded device is divided into a C-based OpenGL/ES and a java-based JSR184 which interprets and executes a byte code in a real-time. In these two standards, the JSR184 supporting java objects uses more processor resources than an OpenGL/ES and thus has a constraint when it is used in an embedded device with a limited computing power. On the other hand, 3-Dimensional contents employed in existing personal computer are created by utilizing advantages of java and secured numerous users in European market, due to the good quality in contents and extensive service in a commercial network, GSM. Because of the reason, a mobile embedded device used in a GSM network needs a JSR184 which can provide an existing Java-based 3-Dimensional contents without extra conversion processes, but the current version of Java-based 3-Dimensional engine has drawbacks in application to commercial products because it requires more computing power than the mobile embedded device. This paper proposes a binding technique with the advantages of java objects to improve a processing ps않d of 3-Dimensional contents in limited resources of a mobile embedded device. The technique supports a JSR184 standard interface in the upper layer to utilize 3-Dimensional contents using java, employs a different code-conversion language, KNI (Kilo Native Interface), in the middle layer to interface between OpenGL/ES and JSR184, and embodies an OpenGL/ES standard in the lower layer. The validity of the binding technique is demonstrated through a simulator and a FPGA embedding an ARM.

      • KCI등재
      • KCI등재

        辛夕汀 詩에 나타난 理想鄕

        김영옥(Kim Young-ouk) 중앙어문학회 2002 語文論集 Vol.30 No.-

        Sin Seok-jeong, who has devoted himself to the composition of poems with the influence of Noja & Jangja's ideology and Manhae's poems, is not an escaping lyrical poet, but a poet of realism. It is because that his frequent pursuing of an ideal land, which presented endlessly in his poems, is a euphemistic criticism to the negative reality that appears in the form of continuous confusion and harsh situation of the times. The ideal land, emblematized by "Geu Mean Nara (A faraway land)", is not an anthropocentric world, but a space in which nature and human being live together. This space is not an unchanging world, but a world of potential and actuality, which needs to be improved. Using an emblematic mother as the one who can beacon him to the ideal land, he has revealed the world of female. The world symbolized by a mother is a world of tolerance and love, in which compromise and peace dwells. By means of making female appeared on the stage, while getting out of the male-oriented world view, Seok-jeong's ideal land become such a coexistent space in which fills with pure peace to the brim, rather than becoming a world of controversy and competition. Therefore, the ideal land, from the aspect of reality, pursues a bucolic and pastoral world, and from the aspect of aesthetics, it seemingly presents itself in such form of world in which the ego and the non-ego as well as nature and human being coexist. Also his recognition of reality of the times is a rather positive one, as a manifestation of his active participation to reality, in order to overcome and improve it. By this, the meaning of utopia in Sin Seok-jeong's poems is not for a stereotypic world but for a potential one, by means of recognizing it as an actual and changing world. This type of his poetic consciousness seems to be a substantial principle that manifests in his whole poems in general. However, I am afraid of diluting the meaning of his poems in this study, in that I am focusing only on his consciousness of an ideal land, whereas not putting other features of his poems together. If Viewing Sin Seok-jeong's poems from the aspect of structuralism or myth archetypal criticism, I think other aspects of his poems, which I haven't resulted in this study, should be presented. In addition, concretizing his consciousness of an ideal land by the tines and poets can be the lighting upon the period of Japanese imperialism and a refined study on the consciousness of an ideal land of poets who lived in those times.

      • KCI등재

        鄭芝溶의 초기시에 나타난 詩意識과 形象性 硏究

        金榮玉(Kim Young-ouk) 중앙어문학회 2003 語文論集 Vol.31 No.-

        Jeong Ji-yong’s poetic diction ushered the world of poetry in a new phase in 1930s, causing a continuous and radical change in poetic wording. This was because of Ji-yong’s unique sensibilities. The reason why Ji-yong has been well known to every poet after him seemed to be in that, by means of wording revolution, he has highly accomplished the innovation and materiality of poetic diction, rather than his keen sense remained in the dimension of sensibility. Creating implicative and sensitive poetic diction, in addition to the concentration and symbolization of it through materialization, his poetic consciousness gradually internalized and advanced toward self-gazing. The innovation and materiality of poetic diction in his poems was different from others. He was successful in describing modern things with his poetic diction, by means of introducing strange poetic wording into his poems and of refining it. And the fine sensitive diction helped make his poetic image clear and agreeable. Ji-yong’s hometown had different looks from those of other poets. He sometimes ran after a heart-rending and well-harmonized hometown. But in reality he expected not a utopia but a dynamically-changing one, which kept pace with the changing situation of the world. Ji-yong’s understanding of things began with the freshness of senses. Primarily expressing tactual and visual images, which moved swiftly, he added freshness to his poems. His unfamiliarity of senses directed his poems to the highly advanced state of materiality. Furthermore, as he described modern things, his sensitively internalized self-gazing shaped his poetic consciousness, and achieved a dictional revolution. However, there are many objections among literary critics in decoding his poetic words, more scrupulous examinations on the poetic consciousness and materiality, Ji-yong’s poetic diction has, should be progressed in the future, focusing on dialects and native tongues.

      • SCOPUSKCI등재
      • 옵티컬 플로우를 이용한 천장 시야기반 위치인식

        최혁두(Hyukdoo Choi),김동엽(Dong Yeop Kim),황재필(Jae Pil Hwang),김은태(Euntai Kim),김영옥(Young-Ouk Kim) 한국지능시스템학회 2009 한국지능시스템학회 학술발표 논문집 Vol.19 No.1

        본 논문은 이동 로봇에 필요한 천장 시야 기반 위치인식(이하 CV SLAM)의 핵심 과제인 특징점 추출과 추적을 해리스 코너와 옵티컬 플로우를 이용하여 해결하는 방법은 제안한다. 옵티컬 플로우는 시그니쳐를 비교하지 않고 그레디언트를 이용하기 때문에 효율적으로 특징점을 추적하여 실시간 시스템에 적합하다. 모노 카메라로 천장의 이미지를 연속적으로 받아 위 방법을 Extended Kalman Filter기반 SLAM에 적용하는 이동 로봇 시스템을 구현하였다. 실험결과 효율적으로 특징점을 정확하게 추적함을 볼 수 확인할 수 있었다.

      연관 검색어 추천

      이 검색어로 많이 본 자료

      활용도 높은 자료

      해외이동버튼