06( ) CPLV 페이지로수정.hwp

Size: px
Start display at page:

Download "06( ) CPLV 페이지로수정.hwp"

Transcription

1 96 정보과학회논문지 : 컴퓨팅의실제및레터제 20 권제 2 호 (2014.2) 모바일 GPU 를이용한실시간병렬영상처리라이브러리 (Real-Time Parallel Image Processing Library using Mobile GPU) 이종환 강승헌 (Jonghwan Lee) (Seung Heon Kang) 이만희 이성철 (Man Hee Lee) (Shengzhe Li) 김학일 박인규 (Hakil Kim) (In Kyu Park) Android 의함수들과의비교를통하여, 모바일 CPU 대비모바일 GPU 를이용한영상처리속도가평균 3 배이상가속되는것을확인하였고, 모바일 GPU 의이용에서는 OpenGL ES 2.0 과 OpenCL 1.1 를기반으로한두영상처리라이브러리를비교함으로써효과적인병렬영상처리방법을제시한다. 키워드 : 모바일 GPU, GPGPU, OpenGL ES, OpenCL, 스마트폰, 병렬영상처리 Abstract This paper presents the development and optimization of image processing library running on mobile GPU. The library is developed using GLSL (OpenGL shading language) in OpenGL ES 2.0 and OpenCL 1.1 which are the open standards from Khronos group. The performance of developed library is compared to that of CPU-based OpenCV (open computer vision library) for Android library. It is shown that the functions in the developed GPU-based library run more than three times faster than CPU-based OpenCV on a most recent commercial mobile platform. Additionally, this paper proposes effective methods of the parallel image processing application development on mobile GPU. Keywords: mobile GPU, GPGPU, OpenGL ES, OpenCL, smart phone, parallel image processing 요약본논문은상용스마트폰의모바일 GPU 를사용하여실시간으로영상처리를수행하는라이브러리개발및효과적인개발방법을제안한다. 제안하는라이브러리는 Khronos 그룹의단체표준인 OpenGL ES 2.0 기반의 Shading Language (GLSL) 와 OpenCL 1.1 을이용하여개발되었고 Android 운영체제를기반으로한상용모바일플랫폼에서구동하여성능평가를수행하였다. CPU 기반의영상처리라이브러리인 OpenCV (open computer vision library) for 본연구는산업통상자원부산업융합원천기술개발사업으로지원된연구결과입니다.[ , 멀티 Shader GPU 통합형멀티코어퓨전프로세서원천기술개발 ] 이논문은 2013 한국컴퓨터종합학술대회에서 모바일 GPU에서의병렬영상처리라이브러리개발 의제목으로발표된논문을확장한것임 정회원 : 인하대학교정보통신공학과 jhlee@vision.inha.ac.kr 비회원 : 인하대학교정보통신공학과 ha00ha2@gmail.com maninara@gmail.com szli@vision.inha.ac.kr 종신회원 : 인하대학교정보통신공학과교수 hikim@inha.ac.kr (Corresponding author임 ) pik@inha.ac.kr 논문접수 : 2013년 9월 4일심사완료 : 2013년 11월 5일 CopyrightC2014 한국정보과학회 ː개인목적이나교육목적인경우, 이저작물의전체또는일부에대한복사본혹은디지털사본의제작을허가합니다. 이때, 사본은상업적수단으로사용할수없으며첫페이지에본문구와출처를반드시명시해야합니다. 이외의목적으로복제, 배포, 출판, 전송등모든유형의사용행위를하는경우에대하여는사전에허가를얻고비용을지불해야합니다. 정보과학회논문지 : 컴퓨팅의실제및레터제20권제2호 (2014.2) 1. 서론최근모바일장치의사용이보편화됨에따라개인의일상및다양한정보를기록하고 SNS (social network service) 를이용하여정보를공유하는사용패턴이형성되었고이러한관심속에서모바일기술은비약적인발전을이루고있다. 그중에서도 AP (application processor) 의계산능력이급성장하며모바일의효용성이커졌고많은계산자원이필요한영상처리및컴퓨터비전기술까지사용할수있게되었다. 그러나모바일에장착되는디스플레이및카메라등이발전하며데이터량이기하급수적으로증가하기때문에고해상도영상에서컴퓨터비전알고리즘을 CPU만으로처리하는것은불가능하다. 따라서모바일 GPU를 GPGPU (general purpose graphics processing unit) 로이용함으로써영상처리를병렬화, 고속화하여실시간영상처리가가능하도록하는연구가이루어지고있다 [1,2]. 따라서본논문에서는모바일 GPU를이용하여실시간으로영상처리를할수있는라이브러리개발에대하여다룬다. 라이브러리개발에는카메라와동영상시퀀스를이용한실시간영상처리프레임워크구축과 OpenCV for Android의대표함수들을벤치마크하여 OpenGL ES 2.0[3,4] 과 OpenCL 1.1[5] 을기반으로병렬영상처리라이브러리를구현하고이에대한성능비교및분석결과가포함된다.

2 모바일 GPU 를이용한실시간병렬영상처리라이브러리 실시간영상처리프레임워크 2.1 OpenGL ES 2.0 병렬영상처리프레임워크그림 1은 OpenGL ES 2.0 기반으로본라이브러리를동작하기위한영상처리프레임워크의기본구조를도시화하고있다. 프레임워크의수행과정은다음과같다. 1) 카메라입력영상및동영상입력 2) 입력영상을텍스처메모리에저장 3) 텍스처메모리를 FBO로지정 4) 정점 / 프레그먼트쉐이더를통한병렬처리 5) 처리결과가저장된텍스처를화면에출력 OpenGL ES 2.0의파이프라인을효과적으로이용하기위하여입력영상은 GPU 메모리에텍스처로저장하여 GPU에서의고속접근을가능하도록하였고결과로저장된 FBO의텍스처를그대로디스플레이장치에출력하는구조를통하여프로세서간의자료이동을최소화하였다. 그러나 GPU와 CPU간의자료이동이필요한경우 glreadpixels 및 gldrawpixels함수를통하여복사가이루어지므로상당한전송지연이발생하게된다. 2.2 OpenCL 1.1 병렬영상처리프레임워크그림 2는본라이브러리를동작하기위한 OpenCL 1.1 기반의프레임워크를표현하고있다. OpenCL 1.1라이브러리는계산관련 API이기때문에영상처리부분만을위하여동작하고입력과출력은 2.1절의 OpenGL ES 2.0 파이프라인과동일하게동작한다. OpenCL 1.1을이용한병렬영상처리를위하여 OpenGL타입의텍스처로메모리에저장된입력영상을 GL_Sharing관련함수로 Memory- Object로지정해준다. 이를 OpenCL 커널에구현된일련의처리과정을통하여병렬영상처리를수행하고결과출력을위하여다시 OpenGL타입의텍스처로변환한뒤에바로화면에출력한다. 일반적으로모바일환경에서는 CPU와 GPU가동일한하나의메모리를서로다른구역그림 1 OpenGL ES 2.0 기반영상처리프레임워크 Fig. 1 OpenGL ES-based image processing framework 그림 2 OpenCL 기반영상처리프레임워크 Fig. 2 OpenCL-based image processing framework 으로구분하여각각활용하는데, OpenCL 1.1에서는위에서언급된 Memory Object를이용하여 CPU와 GPU 에서모두접근이가능고그에따라 OpenGL ES 2.0의파이프라인에서존재하던 CPU와 GPU간자료이동에대한제약에서벗어날수있다. 3. 모바일 GPU 기반의실시간병렬영상처리라이브러리개발 3.1 병렬영상처리라이브러리구현및최적화영상처리및컴퓨터비전관련알고리즘은상당히방대하다. 따라서라이브러리를구현하기전에최종목적에따른분류를정하고상세알고리즘정의및적절한비교평가를위하여 OpenCV의기술문서를참고하였다. 해당함수들은문서의참고논문및방법을이용하여구현하는것을원칙으로삼았고병렬화에어려움이되는부분은최근가장일반적으로사용되는알고리즘으로구현하였다. 또한아래의일반적인네가지최적화기법과 kernel에서의분기문사용등최적의성능을고려하며 OpenGL ES 2.0과 OpenCL 1.1을이용하여구현하였다. Floating point precision control Loop unrolling Branching Load Sharing between vertex and fragment shader 3.2 OpenGL ES 2.0 기반병렬영상처리라이브러리 OpenGL ES는 3D 그래픽 API(Application Programming Interface) 를제공하는오픈라이브러리인 OpenGL 의모바일버전으로, OpenGL이워크스테이션이나고성능 PC와같은환경에서 3D 이미지를렌더링하는것을목표로하는것과는달리적은용량의메모리와낮은속도의 CPU를갖춘임베디드환경에최적화되어있다. 이전의그래픽파이프라인은프로그래머에의해임의로변경할수없었지만 GLSL이출시됨에따라프로그래밍이

3 98 정보과학회논문지 : 컴퓨팅의실제및레터제 20 권제 2 호 (2014.2) 가능한 GPU를사용할수있게되었다. GLSL을이용하면그래픽파이프라인중정점쉐이더 (vertex shader) 와프레그먼트쉐이더 (fragment shader) 를임의대로수정할수있는데, 이를이용하여 GPU에서OpenGL의그래픽파이프라인을통한병렬연산이가능하다. 보통의영상처리알고리즘은여러단계를거쳐알고리즘을완성하는데, 이를해결하기위하여그림 1의프레그먼트쉐이더부분과같이 FBO (frame buffer object) 를사용하게된다. FBO를이용하여프레임버퍼에저장되는출력결과를다음멀티패스에서입력텍스처로이용함으로써 GLSL을통하여계산된결과를프레임버퍼에저장하며, CPU와 GPU간의자료이동으로인한성능저하를방지할수있다. 또한텍스처로저장되어있는영상처리결과물을그대로화면에출력함으로써화면표시에대한간접비용을최소화할수있다. OpenGL ES 2.0의파이프라인의구조는아래의항목에서보여짐과같이병렬영상처리에상당히제약적이다. 픽셀당최대 4 float크기의텍스처저장공간 쉐이더당 4개 ( 최대 float 크기 ) 의출력값 각쉐이더의결과정보공유불가능이러한제약을해결하기위하여다중텍스처를이용하고다중패스로쉐이더를설계하였다. 때문에알고리즘에따라우회적으로구현해야하므로개발이어렵다. 3.3 OpenCL 1.1 기반병렬영상처리라이브러리 OpenCL은개방형범용병렬컴퓨팅프레임워크로써 CPU, GPU, DSP 등의다중프로세서를동시에사용하는 heterogeneous 시스템에서병렬프로그램개발을도와주는표준라이브러리이다. 상용모바일의경우, 최근 ARM의 Mali-T6xx 시리즈, Qualcomm의 Adreno 3xx시리즈등많은 AP 제공자들이 OpenCL 1.1을지원하는모바일 GPU를제공하기시작하면서모바일에서도 OpenCL을이용한영상처리가이슈화되고있다. OpenCL은 OpenGL ES와서로협력할수있는구조를가지며, OpenGL의텍스처와 FBO 그리고렌더버퍼등의데이터를공유할수있다. 이를이용하여OpenGL 의사용에서제약을받는로컬메모리사용과외부에사용된메모리를추가로사용하는것이가능하며, 메모리관리모델을제공하여병렬컴퓨팅과정에서의메모리사용의효율성을제공한다. CPU와 GPU의메모리공간을공유하는모바일환경에서의 OpenCL 1.1의이용은호스트와그래픽카드사이의데이터전송을 AP 가지원하기만하면단순한포인터접근이가능하기때문에모바일환경에서는큰장점이된다. OpenCL 1.1을이용한병렬영상처리구현의경우전역메모리캐쉬와워크그룹내부에서공용으로사용가능한로컬메모리를활용하여메모리효율및메모리 접근시간을최적화할수있었고 3.2절에서소개된 OpenGL ES 2.0을이용한구현시에발생하는제약으로부터자유로워개발이용이하였다. 4. 실험결과및분석본논문에서개발된라이브러리의성능을평가하기위하여 Android 기반의 Samsung GalaxyS4 LTE-A 스마트폰을이용하여실험을진행하였다. 해당실험기기는 2.3GHz의 Qualcomm Krait 400 CPU와 2GB의메인메모리그리고 Qualcomm Adreno330 GPU를탑재하고있으며 13MP의카메라및 해상도의디스플레이가내장되어있다. 실험을위한카메라동작및동영상재생은 Java기반의 Android SDK를이용하였고 OpenGL ES 2.0 및 OpenCL 1.1을이용한병렬영상처리를위하여 C언어기반의 Android NDK로구현하였다. 이실험의비교대상은 OpenCV4Android 2.4.6에서제공되는동일한기능의함수들로구성된다. 본라이브러리에서는기존의 PC 버전에서지원하는 VideoCapture와같은클래스가지원되지않고, Android SDK에서제공되는 MediaPlayer 클래스는동영상을재생하며바로텍스처로저장하는내부파이프라인을이용하기때문에 GPU 메모리의텍스처를 CPU 메모리로다시가져오면서자료이동시간이존재하게되어계산자원을낭비하게된다. 따라서 FFmpeg 오픈라이브러리를이용하여프레임을바로메인메모리에서이용할수있도록해주었고동영상및카메라로부터입력되는 해상도의영상을이용하여수행하였다. 먼저 CPU를이용하는OpenCV4Android 2.4.6의영상처리함수들의수행결과와 GPU를이용하는 OpenGL ES 2.0로구현된라이브러리의병렬영상처리함수들의결과를비교해보았다. 각알고리즘들의복잡도및병렬화의적합성에따라 2~27배까지의처리속도개선을확인할수있었고이를표 1에정리된실험결과로살펴볼수있다. 그러나표 1의 calchist함수와 integral함수와같이전체픽셀에대하여각픽셀값의빈도수를누적하거나차례로누적하는경우에는오히려느려질수밖에없었다. 이는하나의픽셀을담당하는각각의쉐이더가독립적으로동작하며공유메모리에값을저장할수없어해당픽셀데이터크기에상응하는결과값만반환하기때문이다. 이와같은알고리즘들의결과를획득하기위하여쉐이더를반복하여우회적으로구현하였기때문에 CPU보다오히려느린수행시간을보였다. 다음으로 GPU를이용하는 OpenGL ES 2.0과 OpenCL 1.1로구현된병렬영상처리라이브러리중비교가용이한대표적인함수들의수행결과로성능을비교하였고표 2에서그비교결과를살펴볼수있다. 비교적간단하

4 모바일 GPU 를이용한실시간병렬영상처리라이브러리 99 표 1 OpenCV와 OpenGL ES 2.0으로구현된병렬영상처리라이브러리의비교 Table 1 Comparison of processing time between the proposed parallel image processing library (using OpenGL ES 2.0) and OpenCV Category Algorithm OpenCV OpenGL I/O Input and Output Image Filtering Geometry Transform Speed Up bilateralfilter[6] x4.7 boxfilter x18.7 buildpyramid x3.5 dilate x2.53 filter2d x10.9 GaussianBlur x10.6 Laplacian x3.2 medianblur x27.5 pyrmeanshiftfilter x331.1 sobel x4.0 remap x8.2 resize x4.2 rotate x5.0 warpaffine x7.4 warpperspective x10.1 Pixel cvtcolor x5.6 Transform threshold x1.8 calchist x0.3 Histogram calcbackproject x2.9 equalizehist x3.8 Feature Detection Robust Feature Detection Canny x16.2 cornerharris x12.3 FindContours x5.8 goodfeaturestotrack x10.3 HoughLines[7] x4.4 SIFT[8] x5.0 SURF[9] x5.4 고각픽셀들간의의존성이적은함수들에대해서는동작이다르지않아성능차이를보이지않았다. 그러나영상의기하학적처리와관련된함수에서 OpenGL ES 2.0을이용하는것이더욱효과적인것을확인할수있었다. 이는 OpenGL ES 2.0로구현된함수에정점쉐이더를이용한텍스처맵핑기법을이용하였기때문이다. OpenGL ES 2.0은 3D 렌더링을목적으로하기때문에이미지의기하학적처리부분에서효과적이며크기변환시에설정된방법으로파이프라인을통하여자동으로보간이일어나기때문에더욱효과적이다. 반면에 OpenCL 1.1을이용하면전역메모리와워크그룹내부에서공용으로사용가능한로컬메모리를활용할수있고각쓰레드에서동일주소의메모리값을참조시 표 2 OpenGL ES 2.0과 OpenCL 1.1로구현된병렬영상처리라이브러리의비교 Table 2 Comparison of processing time between the proposed parallel image processing libraries (using OpenGL ES 2.0 and OpenCL) Algorithm OpenGL OpenCL Speed Up boxfilter x1.1 buildpyramid x0.9 Dilate x0.8 Erode x1.0 GaussianBlur x1.2 Laplacian x1.2 medianblur x0.9 Sobel x1.1 warpaffine x0.4 warpperspective x0.5 cvtcolor x1.0 threshold x1.0 calchist x1.6 calcbackproject x1.0 Canny x1.0 cornerharris x1.1 SIFT x1.1 SURF x0.8 발생할수있는문제를해결하는 atomic관련함수들을이용할수있다. OpenGL ES 2.0 라이브러리에서구현이어려웠던 calchist를살펴보면 OpenCL 1.1에서는로컬메모리를사용하며쓰레드간에정보를공유할수있기때문에로컬워크그룹마다의히스토그램을각각구하고이를모두더하여히스토그램을완성시킬수있었고 OpenGL ES 2.0의결과보다약 1.5배정도빠른수행속도를보였다. 이와같이각픽셀간의종속성문제에대하여자유로울수있기때문에관련함수에대하여구현하기쉽고더욱빠르게처리할수있다. 라이브러리함수들의결과는 OpenCV4Android 의함수결과와의결과비교를통하여검증하였고그림 3과 4에서와같이결과를확인할수있다. 5. 결론 본논문에서는스마트폰에장착된카메라로부터입력되는프리뷰영상및동영상에대하여 GPU를이용하여실시간으로영상처리를수행할수있는프레임워크및라이브러리를개발하였고, 모바일의 CPU와 GPU 각각의영상처리속도를비교하였다. 대부분의함수에대하여 CPU보다 GPU를이용한영상처리의결과가빠를수있음을확인할수있었다. 그러나 OpenGL ES 2.0

5 100 정보과학회논문지 : 컴퓨팅의 실제 및 레터 제 20 권 제 2 호(2014.2) 에 조금 더 효과적인 OpenCL 1.1을 이용한 라이브러리 를 추가적으로 구현하였다. 결과적으로 OpenGL ES 2.0 을 이용하여 구현된 함수의 수행 시간과 비슷하지만, 멀 티 패스간의 종속성이 존재하는 복잡한 알고리즘에 대 해서는 OpenCL 1.1을 이용한 개발이 더 용이했고 보다 빠른 연산속도를 보였다. 또한 CPU와 GPU간에 정보교환이 필요한 경우에는 OpenGL ES 2.0을 이용한 라이브러리보다 OpenCL 1.1 을 이용한 라이브러리에서 수행속도가 더욱 빨랐다. 다 만 기하학적인 변환과 관련된 알고리즘에서는 OpenGL ES 2.0의 라이브러리에서의 정점 쉐이더를 이용한 텍스 처 맵핑 기법을 이용하는 것이 효과적이었다. 따라서 CPU만을 이용한 영상처리 보다 GPU를 이용한 병렬영 상처리가 알고리즘 구현은 어렵지만 더 효율적이고, 알 고리즘에 따라 OpenGL ES 2.0과 OpenCL 1.1을 적절 히 혼합하여 사용하는 것이 실시간 영상처리에 더 효과 그림 3 OpenGL ES 2.0을 이용한 병렬영상처리 라이브 러리의 함수 수행 결과영상 (a) SIFT (b) SURF 적이라는 결론을 내릴 수 있었다. References Fig. 3 Result Images of OpenGL ES-based proposed library (a) SIFT (b) SURF 그림 4 OpenCL 1.1을 이용한 병렬영상처리 라이브러리의 함수 수행 결과영상 (a) Sobel filter (b) Canny Edge Fig. 4 Result images of OpenCL-based proposed library (a) Sobel filter (b) Canny edge 을 이용한 라이브러리의 경우, 구현에 비적합한 알고리 즘에 대해서는 파이프라인 상의 제약으로 느려질 수도 있음을 확인할 수 있었다. 이를 해결하기 위하여 영상처리 알고리즘을 구현하기 [ 1 ] I. K. Park, M. H. Lee, and Y. Choi, "Trends of computer vision on embedded platform," Journal of the Institute of Electronics Engineers of Korea, vol.39 no.2, pp , [ 2 ] N. Singhal, J. W. Yoo, H. Y. Choi, and I. K. Park, "Implementation and optimization of image processing algorithms on embedded GPU," IEICE Trans. on Information and Systems, vol.95 no.5, pp , [ 3 ] A. Munshi, et al.. OpenGL ES 2.0 Programming Guide. Addison-Wesley Professional, [ 4 ] R. J. Rost, et al.. OpenGL Shading Language, Addison-Wesley Professional, [ 5 ] A. Munshi, et al.,. OpenCL programming guide. Addison-Wesley Professional, [ 6 ] C. Tomasi and R. Manduchi, "Bilateral filtering for gray and color images," Proc. of IEEE International Conference on Computer Vision, pp , [ 7 ] R. O. Duda and P. E. Hart, "Use of the Hough transformation to detect lines and curves in pictures," Communication of the ACM, vol.15, pp.11-15, Jan [ 8 ] D. G. Low, "Distinctive image features from scaleinvariant keypoints," International Journal of Computer Vision, vol.60, no.2, pp , Nov [ 9 ] H. Bay, A. Ess, T. Tuytelaars, and L. V. Gool. "Speeded-up robust features," Computer Vision and Image Understanding, vol.110, no.3, pp , Jun

3 : OpenCL Embedded GPU (Seung Heon Kang et al. : Parallelization of Feature Detection and Panorama Image Generation using OpenCL and Embedded GPU). e

3 : OpenCL Embedded GPU (Seung Heon Kang et al. : Parallelization of Feature Detection and Panorama Image Generation using OpenCL and Embedded GPU). e (JBE Vol. 19, No. 3, May 2014) (Special Paper) 19 3, 2014 5 (JBE Vol. 19, No. 3, May 2014) http://dx.doi.org/10.5909/jbe.2014.19.3.316 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) OpenCL Embedded GPU

More information

Ⅱ. Embedded GPU 모바일 프로세서의 발전방향은 저전력 고성능 컴퓨팅이다. 이 러한 목표를 달성하기 위해서 모바일 프로세서 기술은 멀티코 어 형태로 발전해 가고 있다. 예를 들어 NVIDIA의 최신 응용프 로세서인 Tegra3의 경우 쿼드코어 ARM Corte

Ⅱ. Embedded GPU 모바일 프로세서의 발전방향은 저전력 고성능 컴퓨팅이다. 이 러한 목표를 달성하기 위해서 모바일 프로세서 기술은 멀티코 어 형태로 발전해 가고 있다. 예를 들어 NVIDIA의 최신 응용프 로세서인 Tegra3의 경우 쿼드코어 ARM Corte 스마트폰을 위한 A/V 신호처리기술 편집위원 : 김홍국 (광주과학기술원) 스마트폰에서의 영상처리를 위한 GPU 활용 박인규, 최호열 인하대학교 요 약 본 기고에서는 최근 스마트폰에서 요구되는 다양한 멀티미 디어 어플리케이션을 embedded GPU(Graphics Processing Unit)를 이용하여 고속 병렬처리하기 위한 GPGPU (General- Purpose

More information

09권오설_ok.hwp

09권오설_ok.hwp (JBE Vol. 19, No. 5, September 2014) (Regular Paper) 19 5, 2014 9 (JBE Vol. 19, No. 5, September 2014) http://dx.doi.org/10.5909/jbe.2014.19.5.656 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a) Reduction

More information

REP - CP - 016, N OVEMBER 사진 요약 25 가지 색상 Surf 를 이용한 사진 요약과 사진 배치 알고리즘 Photo Summarization - Representative Photo Selection based on 25 Color Hi

REP - CP - 016, N OVEMBER 사진 요약 25 가지 색상 Surf 를 이용한 사진 요약과 사진 배치 알고리즘 Photo Summarization - Representative Photo Selection based on 25 Color Hi 1 사진 요약 25 가지 색상 Surf 를 이용한 사진 요약과 사진 배치 알고리즘 Photo Summarization - Representative Photo Selection based on 25 Color Histogram and ROI Extraction using SURF 류동성 Ryu Dong-Sung 부산대학교 그래픽스 연구실 dsryu99@pusan.ac.kr

More information

02(848-853) SAV12-19.hwp

02(848-853) SAV12-19.hwp 848 정보과학회논문지 : 소프트웨어 및 응용 제 39 권 제 11 호(2012.11) 3차원 객체인식을 위한 보완적 특징점 기반 기술자 (Complementary Feature-point-based Descriptors for 3D Object Recognition) 장영균 김 주 환 문 승 건 (Youngkyoon Jang) (Ju-Whan Kim) (Seung

More information

(JBE Vol. 7, No. 4, July 0)., [].,,. [4,5,6] [7,8,9]., (bilateral filter, BF) [4,5]. BF., BF,. (joint bilateral filter, JBF) [7,8]. JBF,., BF., JBF,.

(JBE Vol. 7, No. 4, July 0)., [].,,. [4,5,6] [7,8,9]., (bilateral filter, BF) [4,5]. BF., BF,. (joint bilateral filter, JBF) [7,8]. JBF,., BF., JBF,. : 565 (Special Paper) 7 4, 0 7 (JBE Vol. 7, No. 4, July 0) http://dx.doi.org/0.5909/jbe.0.7.4.565 a), b), a) Depth Map Denoising Based on the Common Distance Transform Sung-Yeol Kim a), Manbae Kim b),

More information

(JBE Vol. 21, No. 1, January 2016) (Regular Paper) 21 1, (JBE Vol. 21, No. 1, January 2016) ISSN 228

(JBE Vol. 21, No. 1, January 2016) (Regular Paper) 21 1, (JBE Vol. 21, No. 1, January 2016)   ISSN 228 (JBE Vol. 1, No. 1, January 016) (Regular Paper) 1 1, 016 1 (JBE Vol. 1, No. 1, January 016) http://dx.doi.org/10.5909/jbe.016.1.1.60 ISSN 87-9137 (Online) ISSN 16-7953 (Print) a), a) An Efficient Method

More information

°í¼®ÁÖ Ãâ·Â

°í¼®ÁÖ Ãâ·Â Performance Optimization of SCTP in Wireless Internet Environments The existing works on Stream Control Transmission Protocol (SCTP) was focused on the fixed network environment. However, the number of

More information

05(533-537) CPLV12-04.hwp

05(533-537) CPLV12-04.hwp 모바일 OS 환경의 사용자 반응성 향상 기법 533 모바일 OS 환경의 사용자 반응성 향상 기법 (Enhancing Interactivity in Mobile Operating Systems) 배선욱 김정한 (Sunwook Bae) 엄영익 (Young Ik Eom) (Junghan Kim) 요 약 사용자 반응성은 컴퓨팅 시스템에서 가장 중요 한 요소 중에 하나이고,

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-03-03 한국통신학회논문지 '10-03 Vol. 35 No. 3 원활한 채널 변경을 지원하는 효율적인 IPTV 채널 관리 알고리즘 준회원 주 현 철*, 정회원 송 황 준* Effective IPTV Channel Control Algorithm Supporting Smooth Channel Zapping HyunChul Joo* Associate

More information

19_9_767.hwp

19_9_767.hwp (Regular Paper) 19 6, 2014 11 (JBE Vol. 19, No. 6, November 2014) http://dx.doi.org/10.5909/jbe.2014.19.6.866 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) RGB-Depth - a), a), b), a) Real-Virtual Fusion

More information

(JBE Vol. 24, No. 2, March 2019) (Special Paper) 24 2, (JBE Vol. 24, No. 2, March 2019) ISSN

(JBE Vol. 24, No. 2, March 2019) (Special Paper) 24 2, (JBE Vol. 24, No. 2, March 2019)   ISSN (Special Paper) 24 2, 2019 3 (JBE Vol. 24, No. 2, March 2019) https://doi.org/10.5909/jbe.2019.24.2.234 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) SIFT a), a), a), a) SIFT Image Feature Extraction

More information

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 2. 관련연구 2.1 MQTT 프로토콜 Fig. 1. Topic-based Publish/Subscribe Communication Model. Table 1. Delivery and Guarantee by MQTT QoS Level 2.1 MQTT-SN 프로토콜 Fig. 2. MQTT-SN

More information

인문사회과학기술융합학회

인문사회과학기술융합학회 Vol.5, No.5, October (2015), pp.471-479 http://dx.doi.org/10.14257/ajmahs.2015.10.50 스마트온실을 위한 가상 외부기상측정시스템 개발 한새론 1), 이재수 2), 홍영기 3), 김국환 4), 김성기 5), 김상철 6) Development of Virtual Ambient Weather Measurement

More information

45-51 ¹Ú¼ø¸¸

45-51 ¹Ú¼ø¸¸ A Study on the Automation of Classification of Volume Reconstruction for CT Images S.M. Park 1, I.S. Hong 2, D.S. Kim 1, D.Y. Kim 1 1 Dept. of Biomedical Engineering, Yonsei University, 2 Dept. of Radiology,

More information

ch3.hwp

ch3.hwp 미디어정보처리 (c) -4 한남대 정보통신멀티미디어학부 MCCLab. - -...... (linear filtering). Z k = n i = Σn m Σ j = m M ij I ji 컨볼루션 영역창 I I I I 3 I 4 I 5 I 6 I 7 I 8 x 컨볼루션 마스크 M M M M 3 M 4 M 5 M 6 M 7 M 8 I 입력 영상 Z 4 = 8 k

More information

10 이지훈KICS2015-03-068.hwp

10 이지훈KICS2015-03-068.hwp 논문 15-40-05-10 The Journal of Korean Institute of Communications and Information Sciences '15-05 Vol.40 No.05 http://dx.doi.org/10.7840/kics.2015.40.5.851 가로등 인프라를 활용한 안전한 스마트 방범 시스템 차 정 화, 이 주 용 *, 이

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 2007 년 11 월전자공학회논문지제 44 권 SP 편제 6 호 9 논문 2007-44SP-6-2 GPU 를이용한 DWT 및 JPEG2000 의고속연산 (Fast Computation of DWT and JPEG2000 using GPU ) 이만희 *, 박인규 **, 원석진 ***, 조성대 *** * (Man Hee Lee, In Kyu Park, Seok

More information

<31325FB1E8B0E6BCBA2E687770>

<31325FB1E8B0E6BCBA2E687770> 88 / 한국전산유체공학회지 제15권, 제1호, pp.88-94, 2010. 3 관내 유동 해석을 위한 웹기반 자바 프로그램 개발 김 경 성, 1 박 종 천 *2 DEVELOPMENT OF WEB-BASED JAVA PROGRAM FOR NUMERICAL ANALYSIS OF PIPE FLOW K.S. Kim 1 and J.C. Park *2 In general,

More information

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo

High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a lo High Resolution Disparity Map Generation Using TOF Depth Camera In this paper, we propose a high-resolution disparity map generation method using a low-resolution Time-Of- Flight (TOF) depth camera and

More information

Microsoft Word - PLC제어응용-2차시.doc

Microsoft Word - PLC제어응용-2차시.doc 과정명 PLC 제어응용차시명 2 차시. 접점명령 학습목표 1. 연산개시명령 (LOAD, LOAD NOT) 에대하여설명할수있다. 2. 직렬접속명령 (AND, AND NOT) 에대하여설명할수있다. 3. 병렬접속명령 (OR, OR NOT) 에대하여설명할수있다. 4.PLC의접점명령을가지고간단한프로그램을작성할수있다. 학습내용 1. 연산개시명령 1) 연산개시명령 (LOAD,

More information

63-69±è´ë¿µ

63-69±è´ë¿µ Study on the Shadow Effect of 3D Visualization for Medical Images ased on the Texture Mapping D.Y. Kim, D.S. Kim, D.K. Shin, D.Y. Kim 1 Dept. of iomedical Engineering, Yonsei University = bstract = The

More information

À±½Â¿í Ãâ·Â

À±½Â¿í Ãâ·Â Representation, Encoding and Intermediate View Interpolation Methods for Multi-view Video Using Layered Depth Images The multi-view video is a collection of multiple videos, capturing the same scene at

More information

[ReadyToCameral]RUF¹öÆÛ(CSTA02-29).hwp

[ReadyToCameral]RUF¹öÆÛ(CSTA02-29).hwp RUF * (A Simple and Efficient Antialiasing Method with the RUF buffer) (, Byung-Uck Kim) (Yonsei Univ. Depth of Computer Science) (, Woo-Chan Park) (Yonsei Univ. Depth of Computer Science) (, Sung-Bong

More information

,. 3D 2D 3D. 3D. 3D.. 3D 90. Ross. Ross [1]. T. Okino MTD(modified time difference) [2], Y. Matsumoto (motion parallax) [3]. [4], [5,6,7,8] D/3

,. 3D 2D 3D. 3D. 3D.. 3D 90. Ross. Ross [1]. T. Okino MTD(modified time difference) [2], Y. Matsumoto (motion parallax) [3]. [4], [5,6,7,8] D/3 Depth layer partition 2D 3D a), a) 3D conversion of 2D video using depth layer partition Sudong Kim a) and Jisang Yoo a) depth layer partition 2D 3D. 2D (depth map). (edge directional histogram). depth

More information

6.24-9년 6월

6.24-9년 6월 리눅스 환경에서Solid-State Disk 성능 최적화를 위한 디스크 입출력요구 변환 계층 김태웅 류준길 박찬익 Taewoong Kim Junkil Ryu Chanik Park 포항공과대학교 컴퓨터공학과 {ehoto, lancer, cipark}@postech.ac.kr 요약 SSD(Solid-State Disk)는 여러 개의 낸드 플래시 메모리들로 구성된

More information

07.045~051(D04_신상욱).fm

07.045~051(D04_신상욱).fm J. of Advanced Engineering and Technology Vol. 1, No. 1 (2008) pp. 45-51 f m s p» w Á xá zá Ÿ Á w m œw Image Retrieval Based on Gray Scale Histogram Refinement and Horizontal Edge Features Sang-Uk Shin,

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 스테레오 비전을 이용한 실시간 인간형 로봇 궤적 추출 및 네비게이션 641 스테레오 비전을 이용한 실시간 인간형 로봇 궤적 추출 및 네비게이션 (Real-time Humanoid Robot Trajectory Estimation and Navigation with Stereo Vision) 박지환 조성호 (Jihwan Park) (Sungho Jo) 요 약

More information

2 : 3 (Myeongah Cho et al.: Three-Dimensional Rotation Angle Preprocessing and Weighted Blending for Fast Panoramic Image Method) (Special Paper) 23 2

2 : 3 (Myeongah Cho et al.: Three-Dimensional Rotation Angle Preprocessing and Weighted Blending for Fast Panoramic Image Method) (Special Paper) 23 2 (Special Paper) 232, 2018 3 (JBE Vol. 23, No. 2, March 2018) https://doi.org/10.5909/jbe.2018.23.2.235 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) 3 a), a), a) Three-Dimensional Rotation Angle Preprocessing

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 25(11),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 25(11), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2014 Nov.; 25(11), 11351141. http://dx.doi.org/10.5515/kjkiees.2014.25.11.1135 ISSN 1226-3133 (Print)ISSN 2288-226X (Online)

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Nov.; 26(11), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Nov.; 26(11), 985991. http://dx.doi.org/10.5515/kjkiees.2015.26.11.985 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

(JBE Vol. 24, No. 1, January 2019) (Regular Paper) 24 1, (JBE Vol. 24, No. 1, January 2019) ISSN 2287

(JBE Vol. 24, No. 1, January 2019) (Regular Paper) 24 1, (JBE Vol. 24, No. 1, January 2019)   ISSN 2287 (JBE Vol. 24, No. 1, January 2019) (Regular Paper) 24 1, 2019 1 (JBE Vol. 24, No. 1, January 2019) https://doi.org/10.5909/jbe.2019.24.1.142 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a), b), a)

More information

(JBE Vol. 23, No. 5, September 2018) (Regular Paper) 23 5, (JBE Vol. 23, No. 5, September 2018) ISSN

(JBE Vol. 23, No. 5, September 2018) (Regular Paper) 23 5, (JBE Vol. 23, No. 5, September 2018)   ISSN (JBE Vol. 23, No. 5, September 2018) (Regular Paper) 23 5, 2018 9 (JBE Vol. 23, No. 5, September 2018) https://doi.org/10.5909/jbe.2018.23.5.636 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a) The

More information

<32382DC3BBB0A2C0E5BED6C0DA2E687770>

<32382DC3BBB0A2C0E5BED6C0DA2E687770> 논문접수일 : 2014.12.20 심사일 : 2015.01.06 게재확정일 : 2015.01.27 청각 장애자들을 위한 보급형 휴대폰 액세서리 디자인 프로토타입 개발 Development Prototype of Low-end Mobile Phone Accessory Design for Hearing-impaired Person 주저자 : 윤수인 서경대학교 예술대학

More information

Gray level 변환 및 Arithmetic 연산을 사용한 영상 개선

Gray level 변환 및 Arithmetic 연산을 사용한 영상 개선 Point Operation Histogram Modification 김성영교수 금오공과대학교 컴퓨터공학과 학습내용 HISTOGRAM HISTOGRAM MODIFICATION DETERMINING THRESHOLD IN THRESHOLDING 2 HISTOGRAM A simple datum that gives the number of pixels that a

More information

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월

지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., KOSPI200.,. * 지능정보연구제 16 권제 1 호 2010 년 3 월 지능정보연구제 16 권제 1 호 2010 년 3 월 (pp.71~92),.,.,., Support Vector Machines,,., 2004 5 2009 12 KOSPI200.,. * 2009. 지능정보연구제 16 권제 1 호 2010 년 3 월 김선웅 안현철 社 1), 28 1, 2009, 4. 1. 지능정보연구제 16 권제 1 호 2010 년 3 월 Support

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 901 무선 센서 네트워크 환경에서 링크 품질에 기반한 라우팅에 대한 효과적인 싱크홀 공격 탐지 기법 (A Effective Sinkhole Attack Detection Mechanism for LQI based Routing in WSN) 최병구 조응준 (Byung

More information

(JBE Vol. 23, No. 6, November 2018) (Regular Paper) 23 6, (JBE Vol. 23, No. 6, November 2018) ISSN 2

(JBE Vol. 23, No. 6, November 2018) (Regular Paper) 23 6, (JBE Vol. 23, No. 6, November 2018)   ISSN 2 (JBE Vol. 23, No. 6, November 2018) (Regular Paper) 23 6, 2018 11 (JBE Vol. 23, No. 6, November 2018) https://doi.org/10.5909/jbe.2018.23.6.896 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) 360 VR seam

More information

01이국세_ok.hwp

01이국세_ok.hwp x264 GPU 3 a), a), a) Fast Stereoscopic 3D Broadcasting System using x264 and GPU Jung-Ah Choi a), In-Yong Shin a), and Yo-Sung Ho a) 3 2. 2 3. H.264/AVC x264. GPU(Graphics Processing Unit) CUDA API, GPU

More information

8-VSB (Vestigial Sideband Modulation)., (Carrier Phase Offset, CPO) (Timing Frequency Offset),. VSB, 8-PAM(pulse amplitude modulation,, ) DC 1.25V, [2

8-VSB (Vestigial Sideband Modulation)., (Carrier Phase Offset, CPO) (Timing Frequency Offset),. VSB, 8-PAM(pulse amplitude modulation,, ) DC 1.25V, [2 VSB a), a) An Alternative Carrier Phase Independent Symbol Timing Offset Estimation Methods for VSB Receivers Sung Soo Shin a) and Joon Tae Kim a) VSB. VSB.,,., VSB,. Abstract In this paper, we propose

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4)

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. vol. 29, no. 10, Oct ,,. 0.5 %.., cm mm FR4 (ε r =4.4) THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2018 Oct.; 29(10), 799 804. http://dx.doi.org/10.5515/kjkiees.2018.29.10.799 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Method

More information

±è¼ºÃ¶ Ãâ·Â-1

±è¼ºÃ¶ Ãâ·Â-1 Localization Algorithms Using Wireless Communication Systems For efficient Localization Based Services, development of accurate localization algorithm has to be preceded. In this paper, research trend

More information

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770>

<30362E20C6EDC1FD2DB0EDBFB5B4EBB4D420BCF6C1A42E687770> 327 Journal of The Korea Institute of Information Security & Cryptology ISSN 1598-3986(Print) VOL.24, NO.2, Apr. 2014 ISSN 2288-2715(Online) http://dx.doi.org/10.13089/jkiisc.2014.24.2.327 개인정보 DB 암호화

More information

<353420B1C7B9CCB6F52DC1F5B0ADC7F6BDC7C0BB20C0CCBFEBC7D120BEC6B5BFB1B3C0B0C7C1B7CEB1D7B7A52E687770>

<353420B1C7B9CCB6F52DC1F5B0ADC7F6BDC7C0BB20C0CCBFEBC7D120BEC6B5BFB1B3C0B0C7C1B7CEB1D7B7A52E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 2 pp. 866-871, 2012 http://dx.doi.org/10.5762/kais.2012.13.2.866 증강현실을 이용한 아동교육프로그램 모델제안 권미란 1*, 김정일 2 1 나사렛대학교 아동학과, 2 한세대학교 e-비즈니스학과

More information

LIDAR와 영상 Data Fusion에 의한 건물 자동추출

LIDAR와 영상 Data Fusion에 의한 건물 자동추출 i ii iii iv v vi vii 1 2 3 4 Image Processing Image Pyramid Edge Detection Epipolar Image Image Matching LIDAR + Photo Cross correlation Least Squares Epipolar Line Matching Low Level High Level Space

More information

untitled

untitled 전방향카메라와자율이동로봇 2006. 12. 7. 특허청전기전자심사본부유비쿼터스심사팀 장기정 전방향카메라와자율이동로봇 1 Omnidirectional Cameras 전방향카메라와자율이동로봇 2 With Fisheye Lens 전방향카메라와자율이동로봇 3 With Multiple Cameras 전방향카메라와자율이동로봇 4 With Mirrors 전방향카메라와자율이동로봇

More information

<343620B3EBB1A4C7F62DBDBAB8B6C6AEC6F9BFEB20C2F7BCB1C0CCC5BBB0E6BAB820BED6C7C3B8AEC4C9C0CCBCC720B0B3B9DF2E687770>

<343620B3EBB1A4C7F62DBDBAB8B6C6AEC6F9BFEB20C2F7BCB1C0CCC5BBB0E6BAB820BED6C7C3B8AEC4C9C0CCBCC720B0B3B9DF2E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 12, No. 6 pp. 2793-2800, 2011 DOI : 10.5762/KAIS.2011.12.6.2793 스마트폰용 차선이탈경보 애플리케이션 개발 노광현 1* 1 한성대학교 산업경영공학과 Development of a Lane Departure

More information

1. 서 론

1. 서 론 두 장의 영상을 이용한 저조도 환경에서의 실용적 계산 사진 기법과 Mosaic 에의 응용 Practical Computational Photography with A Pair of Images under Low Illumination and Its Application to Mosaic 안택현 O, 홍기상 포항공과대학교 정보통신학과 O, 포항공과대학교 전자전기공학과

More information

... K-vision Fig.. K-vision camera tracking screen Drummond [3] 3. 3 (lines), (edge) 3. (target). (homography perspective transform) [4]. (drifting).

... K-vision Fig.. K-vision camera tracking screen Drummond [3] 3. 3 (lines), (edge) 3. (target). (homography perspective transform) [4]. (drifting). a,b), b) Real-Time Camera Tracking for Markerless Augmented Reality Juhyun Oh a,b) and Kwanghoon Sohn b). SURF(speeded up robust features), (multi-scale). (normalized cross correlation, NCC).. (pose)..

More information

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp

3. 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발.hwp 보안공학연구논문지 Journal of Security Engineering Vol.11, No.4 (2014), pp.299-312 http://dx.doi.org/10.14257/jse.2014.08.03 클라우드 컴퓨팅 상호 운용성 기반의 서비스 평가 방법론 개발 이강찬 1), 이승윤 2), 양희동 3), 박철우 4) Development of Service

More information

untitled

untitled NV40 (Chris Seitz) NV1 1 Wanda NV1x 2 2 Wolfman NV2x 6 3 Dawn NV3x 1 3 Nalu NV4x 2 2 2 95-98: Z- CPU GPU / Geometry Stage Rasterization Unit Raster Operations Unit 2D Triangles Bus (PCI) 2D Triangles (Multitexturing)

More information

26 이경승(394~400).hwp

26 이경승(394~400).hwp 16 2 2012 4 위치와색상정보를사용한 SURF 정합성능향상기법 이경승 *, 김대훈 *, 노승민 **, 황인준 * KyungSeung Lee *, Daehoon Kim *, Seungmin Rho ** and Eenjun Hwang * 요약 SURF(Speeded Up Robust Features). SIFT(Scale Invariant Feature Transform).,.,,.

More information

(JBE Vol. 20, No. 5, September 2015) (Special Paper) 20 5, (JBE Vol. 20, No. 5, September 2015) ISS

(JBE Vol. 20, No. 5, September 2015) (Special Paper) 20 5, (JBE Vol. 20, No. 5, September 2015)   ISS (Special Paper) 20 5, 2015 9 (JBE Vol. 20, No. 5, September 2015) http://dx.doi.org/10.5909/jbe.2015.20.5.676 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) 4 Light Field Dictionary Learning a), a) Dictionary

More information

09È«¼®¿µ 5~152s

09È«¼®¿µ5~152s Korean Journal of Remote Sensing, Vol.23, No.2, 2007, pp.45~52 Measurement of Backscattering Coefficients of Rice Canopy Using a Ground Polarimetric Scatterometer System Suk-Young Hong*, Jin-Young Hong**,

More information

06_ÀÌÀçÈÆ¿Ü0926

06_ÀÌÀçÈÆ¿Ü0926 182 183 184 / 1) IT 2) 3) IT Video Cassette Recorder VCR Personal Video Recorder PVR VCR 4) 185 5) 6) 7) Cloud Computing 8) 186 VCR P P Torrent 9) avi wmv 10) VCR 187 VCR 11) 12) VCR 13) 14) 188 VTR %

More information

, N-. N- DLNA(Digital Living Network Alliance).,. DLNA DLNA. DLNA,, UPnP, IPv4, HTTP DLNA. DLNA, DLNA [1]. DLNA DLNA DLNA., [2]. DLNA UPnP. DLNA DLNA.

, N-. N- DLNA(Digital Living Network Alliance).,. DLNA DLNA. DLNA,, UPnP, IPv4, HTTP DLNA. DLNA, DLNA [1]. DLNA DLNA DLNA., [2]. DLNA UPnP. DLNA DLNA. http://dx.doi.org/10.5909/jeb.2012.17.1.37 DLNA a), a), a) Effective Utilization of DLNA Functions in Home Media Devices Ki Cheol Kang a), Se Young Kim a), and Dae Jin Kim a) DLNA(Digital Living Network

More information

<35335FBCDBC7D1C1A42DB8E2B8AEBDBAC5CDC0C720C0FCB1E2C0FB20C6AFBCBA20BAD0BCAE2E687770>

<35335FBCDBC7D1C1A42DB8E2B8AEBDBAC5CDC0C720C0FCB1E2C0FB20C6AFBCBA20BAD0BCAE2E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 15, No. 2 pp. 1051-1058, 2014 http://dx.doi.org/10.5762/kais.2014.15.2.1051 멤리스터의 전기적 특성 분석을 위한 PSPICE 회로 해석 김부강 1, 박호종 2, 박용수 3, 송한정 1*

More information

¼º¿øÁø Ãâ·Â-1

¼º¿øÁø Ãâ·Â-1 Bandwidth Efficiency Analysis for Cooperative Transmission Methods of Downlink Signals using Distributed Antennas In this paper, the performance of cooperative transmission methods for downlink transmission

More information

2009방송통신산업동향.hwp

2009방송통신산업동향.hwp 제 1 절인터넷포털 53) 목차 1. 163. 163. 166 2. 168 176 1. 시장동향 가. 시장규모. 2008 2009. PWC 2008 / 15.6% 599. 2009 1.9% 587. *, (02) 570-4112, byjung@kisdi.re.kr 163 제 3 장 인터넷콘텐츠 < 표 3-1> 세계온라인광고시장규모추이 ( :, %) 2007

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 한국소음진동공학회 2015추계학술대회논문집년 Study of Noise Pattern and Psycho-acoustics Characteristic of Household Refrigerator * * ** ** Kyung-Soo Kong, Dae-Sik Shin, Weui-Bong Jeong, Tae-Hoon Kim and Se-Jin Ahn Key Words

More information

Microsoft Word - KSR2012A021.doc

Microsoft Word - KSR2012A021.doc YWXY G ºG ºG t G G GGGGGGGGGrzyYWXYhWYXG Ÿƒ Ÿ ± k ¹Ÿˆ Review about the pantograph field test result adapted for HEMU-430X (1) ÕÕÛ äñ ã G Ki-Nam Kim, Tae-Hwan Ko * Abstract In this paper, explain differences

More information

(JBE Vol. 22, No. 2, March 2017) (Regular Paper) 22 2, (JBE Vol. 22, No. 2, March 2017) ISSN

(JBE Vol. 22, No. 2, March 2017) (Regular Paper) 22 2, (JBE Vol. 22, No. 2, March 2017)   ISSN (JBE Vol. 22, No. 2, March 2017) (Regular Paper) 22 2, 2017 3 (JBE Vol. 22, No. 2, March 2017) https://doi.org/10.5909/jbe.2017.22.2.234 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a), a) Real-time

More information

04_오픈지엘API.key

04_오픈지엘API.key 4. API. API. API..,.. 1 ,, ISO/IEC JTC1/SC24, Working Group ISO " (Architecture) " (API, Application Program Interface) " (Metafile and Interface) " (Language Binding) " (Validation Testing and Registration)"

More information

09오충원(613~623)

09오충원(613~623) A Study of GIS Service of Weather Information* Chung-Weon Oh**,..,., Web 2.0 GIS.,.,, Web 2.0 GIS, Abstract : Due to social and economic value of Weather Information such as urban flooding, demand of Weather

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp DOI: (NCS) Method of Con

Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp DOI:   (NCS) Method of Con Journal of Educational Innovation Research 2017, Vol. 27, No. 3, pp.181-212 DOI: http://dx.doi.org/10.21024/pnuedi.27.3.201709.181 (NCS) Method of Constructing and Using the Differentiated National Competency

More information

DBPIA-NURIMEDIA

DBPIA-NURIMEDIA 논문 10-35-08-15 한국통신학회논문지 '10-08 Vol.35 No. 8 건설생산성 향상을 위한 건설현장 내 RFID 네트워크 시스템 적용 방안 준회원 김 신 구*, 정회원 이 충 희*, 이 성 형*, 종신회원 김 재 현* Method of RFID Network System Application for Improving of Construction

More information

2015

2015 2015 34863 85 Tel 042 530 3548 Fax 042 530 3559 Web www djdi re kr/gfcenter/main do 2015 information Graphic Infographics Gender Sensitive 1995 2014 2013 2014 1 2013 2014 SNS SNS 1. 1 1 daejeon DEVELOPMENT

More information

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A52DC1A4BFB5C3B62E687770>

<30312DC1A4BAB8C5EBBDC5C7E0C1A4B9D7C1A4C3A52DC1A4BFB5C3B62E687770> Journal of the Korea Institute of Information and Communication Engineering 한국정보통신학회논문지(J. Korea Inst. Inf. Commun. Eng.) Vol. 19, No. 2 : 258~264 Feb. 2015 ID3 알고리즘 기반의 귀납적 추론을 활용한 모바일 OS의 성공과 실패에 대한

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 Reasons for Poor Performance Programs 60% Design 20% System 2.5% Database 17.5% Source: ORACLE Performance Tuning 1 SMS TOOL DBA Monitoring TOOL Administration TOOL Performance Insight Backup SQL TUNING

More information

untitled

untitled PMIS 발전전략 수립사례 A Case Study on the Development Strategy of Project Management Information System 류 원 희 * 이 현 수 ** 김 우 영 *** 유 정 호 **** Yoo, Won-Hee Lee, Hyun-Soo Kim, Wooyoung Yu, Jung-Ho 요 약 건설업무의 효율성

More information

그림 2. 5G 연구 단체 현황 앞으로 다가올 미래에는 고품질 멀 티미디어 서비스의 본격화, IoT 서 비스 확산 등의 변화로 인해 기하 급수적인 무선 데이터 트래픽 발생 및 스마트 기기가 폭발적으로 증대 할 것으로 예상된다 앞으로 다가올 미래에는 고품질 멀티미디어 서

그림 2. 5G 연구 단체 현황 앞으로 다가올 미래에는 고품질 멀 티미디어 서비스의 본격화, IoT 서 비스 확산 등의 변화로 인해 기하 급수적인 무선 데이터 트래픽 발생 및 스마트 기기가 폭발적으로 증대 할 것으로 예상된다 앞으로 다가올 미래에는 고품질 멀티미디어 서 이동통신기술 5G 이동통신기술 발전방향 새롭게 펼쳐질 미래의 이동통신 세상, 무엇이 달라지는가? 김문홍, 박종한, 나민수, 조성호 SK Telecom 5G Tech Lab 요 약 본고에서는 다가올 미래 5G 이동 통신의 기술 동향, 핵심 기술 및 네트워크 구조변화에 대해서 알아본다. Ⅰ. 서 론 46 과거 2G부터 3G까지의 이동통신은 음성 위주의 서비스 및

More information

API 매뉴얼

API 매뉴얼 PCI-DIO12 API Programming (Rev 1.0) Windows, Windows2000, Windows NT and Windows XP are trademarks of Microsoft. We acknowledge that the trademarks or service names of all other organizations mentioned

More information

<31362DB1E8C7FDBFF82DC0FABFB9BBEA20B5B6B8B3BFB5C8ADC0C720B1B8C0FC20B8B6C4C9C6C32E687770>

<31362DB1E8C7FDBFF82DC0FABFB9BBEA20B5B6B8B3BFB5C8ADC0C720B1B8C0FC20B8B6C4C9C6C32E687770> Journal of the Korea Academia-Industrial cooperation Society Vol. 13, No. 4 pp. 1525-1531, 2012 http://dx.doi.org/10.5762/kais.2012.13.4.1525 저예산 독립영화의 구전 마케팅을 위한 스마트폰 모바일 애플리케이션 모델 개발 연구 김혜원 1* 1 청운대학교

More information

Microsoft Word - KSR2014S042

Microsoft Word - KSR2014S042 2014 년도 한국철도학회 춘계학술대회 논문집 KSR2014S042 안전소통을 위한 모바일 앱 서비스 개발 Development of Mobile APP Service for Safety Communication 김범승 *, 이규찬 *, 심재호 *, 김주희 *, 윤상식 **, 정경우 * Beom-Seung Kim *, Kyu-Chan Lee *, Jae-Ho

More information

04 최진규.hwp

04 최진규.hwp THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2015 Aug.; 26(8), 710717. http://dx.doi.org/10.5515/kjkiees.2015.26.8.710 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) RF ESPAR

More information

슬라이드 1

슬라이드 1 -Part3- 제 4 장동적메모리할당과가변인 자 학습목차 4.1 동적메모리할당 4.1 동적메모리할당 4.1 동적메모리할당 배울내용 1 프로세스의메모리공간 2 동적메모리할당의필요성 4.1 동적메모리할당 (1/6) 프로세스의메모리구조 코드영역 : 프로그램실행코드, 함수들이저장되는영역 스택영역 : 매개변수, 지역변수, 중괄호 ( 블록 ) 내부에정의된변수들이저장되는영역

More information

서피스셰이더프로그램 셰이더개발을쉽게! Thursday, April 12, 12

서피스셰이더프로그램 셰이더개발을쉽게! Thursday, April 12, 12 서피스셰이더프로그램 셰이더개발을쉽게! 유니티렌더링시스템소개 렌더링패스 셰이더랩 서피스셰이더 데모 2 유니티렌더링시스템 3 Deferred Lighting Rendering Path Dual Lightmapping Post Effect Processing Realtime Shadow LightProbe Directional Lightmapping HDR Gamma

More information

` Companies need to play various roles as the network of supply chain gradually expands. Companies are required to form a supply chain with outsourcing or partnerships since a company can not

More information

(JBE Vol. 20, No. 6, November 2015) (Regular Paper) 20 6, (JBE Vol. 20, No. 6, November 2015) ISSN

(JBE Vol. 20, No. 6, November 2015) (Regular Paper) 20 6, (JBE Vol. 20, No. 6, November 2015)   ISSN (JBE Vol. 20, No. 6, November 2015) (Regular Paper) 20 6, 2015 11 (JBE Vol. 20, No. 6, November 2015) http://dx.doi.org/10.5909/jbe.2015.20.6.880 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a) Frame

More information

Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp DOI: * The

Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp DOI:   * The Journal of Educational Innovation Research 2017, Vol. 27, No. 1, pp.243-268 DOI: http://dx.doi.org/10.21024/pnuedi.27.1.201703.243 * - 2001 2015 - The Research Trends on Peer Counseling in Elementary and

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Jun.; 27(6), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2016 Jun.; 27(6), 495 503. http://dx.doi.org/10.5515/kjkiees.2016.27.6.495 ISSN 1226-3133 (Print) ISSN 2288-226X (Online) Design

More information

1 : 360 VR (Da-yoon Nam et al.: Color and Illumination Compensation Algorithm for 360 VR Panorama Image) (Special Paper) 24 1, (JBE Vol. 24, No

1 : 360 VR (Da-yoon Nam et al.: Color and Illumination Compensation Algorithm for 360 VR Panorama Image) (Special Paper) 24 1, (JBE Vol. 24, No 1: 360 VR (Da-yoon Nam et al.: Color and Illumination Compensation Algorithm for 360 VR Panorama Image) (Special Paper) 24 1, 2019 1 (JBE Vol. 24, No. 1, January 2019) https://doi.org/10.5909/jbe.2019.24.1.3

More information

<313120C0AFC0FCC0DA5FBECBB0EDB8AEC1F2C0BB5FC0CCBFEBC7D15FB1E8C0BAC5C25FBCF6C1A42E687770>

<313120C0AFC0FCC0DA5FBECBB0EDB8AEC1F2C0BB5FC0CCBFEBC7D15FB1E8C0BAC5C25FBCF6C1A42E687770> 한국지능시스템학회 논문지 2010, Vol. 20, No. 3, pp. 375-379 유전자 알고리즘을 이용한 강인한 Support vector machine 설계 Design of Robust Support Vector Machine Using Genetic Algorithm 이희성 홍성준 이병윤 김은태 * Heesung Lee, Sungjun Hong,

More information

SchoolNet튜토리얼.PDF

SchoolNet튜토리얼.PDF Interoperability :,, Reusability: : Manageability : Accessibility :, LMS Durability : (Specifications), AICC (Aviation Industry CBT Committee) : 1988, /, LMS IMS : 1997EduCom NLII,,,,, ARIADNE (Alliance

More information

정보기술응용학회 발표

정보기술응용학회 발표 , hsh@bhknuackr, trademark21@koreacom 1370, +82-53-950-5440 - 476 - :,, VOC,, CBML - Abstract -,, VOC VOC VOC - 477 - - 478 - Cost- Center [2] VOC VOC, ( ) VOC - 479 - IT [7] Knowledge / Information Management

More information

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 25(3),

THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE Mar.; 25(3), THE JOURNAL OF KOREAN INSTITUTE OF ELECTROMAGNETIC ENGINEERING AND SCIENCE. 2014 Mar.; 25(3), 304310. http://dx.doi.org/10.5515/kjkiees.2014.25.3.304 ISSN 1226-3133 (Print)ISSN 2288-226X (Online) Analysis

More information

,, (, 2010). (, 2007).,,, DMB, ,, (, 2010)., LG., (, 2010) (, ,, ) 3, 10, (, 2009).,,. (, 2010)., (, 2010). 11

,, (, 2010). (, 2007).,,, DMB, ,, (, 2010)., LG., (, 2010) (, ,, ) 3, 10, (, 2009).,,. (, 2010)., (, 2010). 11 20 6( 64) pp.6181 2011.12 A Study on the Effect of Easiness to Use the Food Service Related Application of Smart Phone on Intentions of Use : Focused on the Mediation Effect of Familarity and Usefulness

More information

2 : (Juhyeok Mun et al.: Visual Object Tracking by Using Multiple Random Walkers) (Special Paper) 21 6, (JBE Vol. 21, No. 6, November 2016) ht

2 : (Juhyeok Mun et al.: Visual Object Tracking by Using Multiple Random Walkers) (Special Paper) 21 6, (JBE Vol. 21, No. 6, November 2016) ht (Special Paper) 21 6, 2016 11 (JBE Vol. 21, No. 6, November 2016) http://dx.doi.org/10.5909/jbe.2016.21.6.913 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) a), a), a) Visual Object Tracking by Using Multiple

More information

03홍성욱.hwp

03홍성욱.hwp (JBE Vol. 18, No. 6, November 2013) (Special Paper) 18 6, 2013 11 (JBE Vol. 18, No. 6, November 2013) http://dx.doi.org/10.5909/jbe.2013.18.6.816 ISSN 2287-9137 (Online) ISSN 1226-7953 (Print) HEVC UHD

More information

±èÇö¿í Ãâ·Â

±èÇö¿í Ãâ·Â Smartphone Technical Trends and Security Technologies The smartphone market is increasing very rapidly due to the customer needs and industry trends with wireless carriers, device manufacturers, OS venders,

More information

강의지침서 작성 양식

강의지침서 작성 양식 정보화사회와 법 강의지침서 1. 교과목 정보 교과목명 학점 이론 시간 실습 학점(등급제, P/NP) 비고 (예:팀티칭) 국문 정보화사회와 법 영문 Information Society and Law 3 3 등급제 구분 대학 및 기관 학부(과) 전공 성명 작성 책임교수 법학전문대학원 법학과 최우용 2. 교과목 개요 구분 교과목 개요 국문 - 정보의 디지털화와 PC,

More information

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할

저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할 저작자표시 - 비영리 - 변경금지 2.0 대한민국 이용자는아래의조건을따르는경우에한하여자유롭게 이저작물을복제, 배포, 전송, 전시, 공연및방송할수있습니다. 다음과같은조건을따라야합니다 : 저작자표시. 귀하는원저작자를표시하여야합니다. 비영리. 귀하는이저작물을영리목적으로이용할수없습니다. 변경금지. 귀하는이저작물을개작, 변형또는가공할수없습니다. 귀하는, 이저작물의재이용이나배포의경우,

More information

I

I I II III (C B ) (C L ) (HL) Min c ij x ij f i y i i H j H i H s.t. y i 1, k K, i W k C B C L p (HL) x ij y i, i H, k K i, j W k x ij y i {0,1}, i, j H. K W k k H K i i f i i d ij i j r ij i j c ij r ij

More information

08(780-784) CPLV12-55.hwp

08(780-784) CPLV12-55.hwp 780 정보과학회논문지 : 컴퓨팅의 실제 및 레터 제 18 권 제 11 호(2012.11) 스마트폰 응용프로그램 에너지 소모 분석을 위한 프레임워크 (A Framework for Application Energy Consumption analysis in Smart Phones) 이 제 민 조 현 우 (Jemin Lee) 김 형 신 (Hyungshin Kim)

More information

<30312DC2F7BCBCB4EBC4C4C7BBC6C32DBED5BACEBAD0283130B1C731C8A3292E687770>

<30312DC2F7BCBCB4EBC4C4C7BBC6C32DBED5BACEBAD0283130B1C731C8A3292E687770> 디바이스 소셜리티에서의 GPGPU 자원 공유를 위한 오프로딩 프레임워크 Offloading Framework for Sharing GPGPU Resources in Device Sociality 마정현, 박세진, 박찬익 Jeonghyeon Ma, Sejin Park, Chanik Park (790-784) 경북 포항시 남구 효자동 산 31번지 포항공과대학교

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

*?꾩옄怨쇳븰7???댁??몄쭛)理쒖쥌

*?꾩옄怨쇳븰7???댁??몄쭛)理쒖쥌 Special Feature Smart Phone 54 www.elec4.co.kr Smart Phone Report electronic science 2012. JUL 55 Special Feature 56 www.elec4.co.kr Smart Phone Report electronic science 2012. JUL 57 Special Feature 58

More information

BMP 파일 처리

BMP 파일 처리 BMP 파일처리 김성영교수 금오공과대학교 컴퓨터공학과 학습내용 영상반전프로그램제작 2 Inverting images out = 255 - in 3 /* 이프로그램은 8bit gray-scale 영상을입력으로사용하여반전한후동일포맷의영상으로저장한다. */ #include #include #define WIDTHBYTES(bytes)

More information

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for

example code are examined in this stage The low pressure pressurizer reactor trip module of the Plant Protection System was programmed as subject for 2003 Development of the Software Generation Method using Model Driven Software Engineering Tool,,,,, Hoon-Seon Chang, Jae-Cheon Jung, Jae-Hack Kim Hee-Hwan Han, Do-Yeon Kim, Young-Woo Chang Wang Sik, Moon

More information

04서종철fig.6(121~131)ok

04서종철fig.6(121~131)ok Development of Mobile Applications Applying Digital Storytelling About Ecotourism Resources Seo, Jongcheol* Lee, Seungju**,,,. (mobile AIR)., 3D.,,.,.,,, Abstract : In line with fast settling trend of

More information