• Title/Summary/Keyword: jni

Search Result 51, Processing Time 0.03 seconds

Development of JAVA based MPEG-4 Streaming Client (Java 기반 MPEG-4 스트리밍 클라이언트 개발)

  • 백국실;윤유집;심보욱
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2001.10a
    • /
    • pp.445-447
    • /
    • 2001
  • 본 논문에서는 MPEG-4의 표준 압축/복원방식을 기반으로 한 멀티미디어 스트리밍 클라이언트 설계 및 구현을 기술한다. 스트리밍 프레임 워크 내에서 클라이언트가 QoS 관리를 위해서 할 수 있는 성능적 측면을 기술한다. JAVA를 기반으로 구현한 클라이언트 내부 시스템 설계 및 구현부분과 네이티브 코드로 구성된 MPEG-4 표준 코덱과 RTP/RTSP/RTCP 부분을 JNI를 통해서 연동되는 기술적 측면을 보여준다. 스트리밍 프레임 워터 내에서 클라이언트의 향후 발전해야 할 과제를 제시한다.

  • PDF

Design and Implementation of GUI in CVM on Real-Time Operating System, iRTOS (실시간 운영체제에서 iRTOS에서의 CVM GUI 설계 및 구현)

  • Choi, chan-woo;Lee, cheol-hoon
    • Proceedings of the Korea Contents Association Conference
    • /
    • 2008.05a
    • /
    • pp.551-554
    • /
    • 2008
  • JVM(Java Virtual Machine) has GUI(Graphical User Interface) facility and Platform Independance and is used on the embedded device such as set-top box and smart phone. This needs JVM to execute Java application in the embedded device. CVM(Classic Virtual Machine) which is the kind of JVM is designed for embedded device to have limited resources. To support GUI facility of JAVA uses PBP(Personal Basis Profile) which is included on CVM. The PBP defines the GUI Stardard API to support GUI facility. When the GUI Stardard API is implemented, JNI(Java Native Interface) is used to connect between Java Native Method and Native function in Operating System. In this pater, PBP which is defined by CVM has designed and implemented on the Real-Time Operating System, iRTOS.

  • PDF

Sensitivity Analysis of Polarimetric Observations by Two Different Pulse Lengths of Dual-Polarization Weather Radar (펄스길이에 따른 이중편파변수의 민감도 분석)

  • Lee, Jeong-Eun;Jung, Sung-Hwa;Kim, Jong-Seong;Jang, KunIl
    • Atmosphere
    • /
    • v.29 no.2
    • /
    • pp.197-211
    • /
    • 2019
  • The observational sensitivity of dual-polarization weather radar was quantitatively analyzed by using two different pulse widths. For this purpose, test radar scan strategy which consisted of consecutive radar scan using long (LP: $2{\mu}s$) and short (SP: $1{\mu}s$) pulses at the same elevation angle was employed. The test scan strategy was conducted at three operational S-band dual-polarization radars (KSN, JNI, and GSN) of Korea Meteorological Administration (KMA). First, the minimum detectable reflectivity (MDR) was analyzed as a function of range using large data set of reflectivity ($Z_H$) obtained from JNI and GSN radars. The MDR of LP was as much as 7~22 dB smaller than that of SP. The LP could measure $Z_H$ greater than 0 dBZ within the maximum observational range of 240 km. Secondly, polarimetric observations and the spatial extent of radar echo between two pulses were compared. The cross-polar correlation coefficient (${\rho}_{hv}$) from LP was greater than that from SP at weak reflectivity (0~20 dBZ). The ratio of $Z_H$ (> 0 dBZ) and ${\rho}_{hv}$(> 0.95) bin to total bin calculated from LP were greater than those from SP (maximum 7.1% and 13.2%). Thirdly, the frequency of $Z_H$ (FOR) during three precipitation events was analyzed. The FOR of LP was greater than that of SP, and the difference in FOR between them increased with increasing range. We conclude that the use of LP can enhance the sensitivity of polarimetric observations and is more suitable for detecting weak echoes.

Smart Phone Based Image Processing Methods for Motion Detection of a Moving Object via a Network Camera (네트워크 카메라의 움직이는 물체 감지를 위한 스마트폰 기반 영상처리 방법)

  • Kim, Young Jin;Kim, Dong Hwan
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.19 no.1
    • /
    • pp.65-71
    • /
    • 2013
  • In this work, new smart phone based moving target detection is proposed. In order to implement the task, methods of real time image transmission from network camera, motion detecting algorithm and its effective implementation are also addressed. The network camera transfers image data by MJPEG format which contains various information such as data and IP address, and the smart phone separates the image data received through a WiFi module. Later, the image data is converted to a Bitmap image format, and with the help of the embedded OpenCV library on a smart phone and algorithm, it was found that the moving object was identified effectively in terms of real time monitoring and detection.

Evaluation of Call Overheads Between Java Ahead-of-Time Compiler and Interpreter (자바 Ahead-of-Time 컴파일러와 해석기 간의 호출 오버헤드 평가)

  • Kim, Ik-Hyun;Jung, Dong-Heon;Oh, Hyung-Sk;Moon, Soo-Mook
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2007.06c
    • /
    • pp.521-526
    • /
    • 2007
  • 내장형 자바의 성능 향상을 위해 바이트코드를 기계어 코드로 미리 번역하여 내장형 시스템에 설치하는 Ahead-of-Time Compile(AOTC)가 많이 사용되고 있으나 수행 중에 동적으로 다운로드 되는 바이트코드를 수행하기 위해서는 기존의 해석기도 함께 사용되어야 한다. 이 경우 일부 자바 메소드는 AOTC에 의해 처리되고 일부 메소드는 해석기에 의해 수행되는 하이브리드 수행 환경이 된다. 이러한 환경에서 해석기 메소드가 AOTC 메소드를 호출하거나 AOTC 메소드가 해석기 메소드를 호출하는 경우 호출 오버헤드가 커서 성능을 저하시킬 수 가 있다. 본 연구에서는 AOTC에서 사용 가능한 두 가지 호출 인터페이스인 Java Native Interface(JNI)와 Compiled Native Interface(CNI)에 대해 하이브리드 수행 환경에서의 호출 오버헤드와 성능을 평가하고 각각의 장단점에 대해 논의한다.

  • PDF

Design of Platform Independence Synchronization Server Using SyncML (SyncML을 이용한 플랫폼 독립적인 동기화 서버의 설계)

  • Lee, Min-Soon;Lee, Byoung-Soo
    • Annual Conference of KIPS
    • /
    • 2002.11b
    • /
    • pp.1337-1340
    • /
    • 2002
  • 다양한 제품의 유무선 단말간의 데이터 동기화 표준인 SyncML 을 이용한 동기화 서버를 설계한다. 이 논문에서는 SyncML 에 대한 개략적인 설명과 SyncML Initiative 에서 제공하는 레퍼런스 툴킷과 SDA를 살펴보고, 자바에서 플랫폼 의존적인 프로그래밍을 가능하도록 하는 JNI 기술의 유용성과 동기화 서버에서의 사용범위에 대하여 논의하고, 이 논문에서 설계한 플랫폼 독립적인 동기화 서버에 대하여 살펴본다. 플랫폼 독립적인 SyncML 과 Java 프로그래밍 언어를 이용하여 개발된 동기화 서버는 다양한 웹 서버 환경과 다양한 운영체제에서 운용되어질 수 있다.

  • PDF

Design and Implement the Java Component including the Legacy System (레거시 시스템을 포함한 자바 컴포넌트 설계 및 구현)

  • Baek, Su-Jin;Jeong, Hwa-Young;Song, Young-Jae
    • Annual Conference of KIPS
    • /
    • 2003.05c
    • /
    • pp.1745-1748
    • /
    • 2003
  • 컴포넌트 개발 방법론이 일반화되면서 기존 소프트웨어의 재사용과 유지 보수에 대한 필요성이 요구되었다. 그러나, 현재 대다수의 단위 컴포넌트 개발은 주로 각각의 산업 분야별로 컴포넌트 자체를 새롭게 개발하고 있는데 비해 기존의 레거시 시스템의 재사용은 많이 이루어지지 않고 있다. 레거시시스템을 사용하는 기존 연구방법으로는 래핑 방법이나 변환 규칙을 적용하여 컴포넌트로 생성하거나 도입하려는 연구가 진행되고 있으나 이러한 기법은 전문가적인 부가 정보를 필요로 한다. 따라서 많은 부가정보나 수정 없이 쉽게 컴포넌트로 이용할 수 있는 기법이 요구된다. 본 논문에서는 프로그램의 재사용을 위해 이미 존재해 있는 레거시 시스템을 자바 기반의 어플리케이션과 JNI를 사용하여 연계하고, 범용적인 컴포넌트 모델인 자바빈즈를 채택하여 자바빈즈 컴포넌트로 변환하는 구조를 제안한다.

  • PDF

Java2OPC Gateway: OPC Access in Various Platform (Java2OPC Gateway: 다양한 플랫폼에서의 OPC 접근)

  • Yoo, Dae-Sung;Sim, Min-Suck;Park, Sung-Ghue;Park, Jae-Hee;Kim, Jong-Hwan;Yi, Myoung-Jae
    • Annual Conference of KIPS
    • /
    • 2004.05a
    • /
    • pp.1323-1326
    • /
    • 2004
  • 본 연구에서는 OPC(OLE for Process Control)가 마이크로소프트의 COM(Component Object Model)과 DCOM(Distributed COM) 기술을 사용함으로써 윈도우즈 플랫폼에서 클라이언트 어플리케이션이 개발되어 져야 하는 제약을 해결하기 위하여 Java2OPC Gateway를 제안한다. Java2OPC Gateway는 프로세스 컨트롤 장비와 연결된 OPC 서버쪽과 통신하는 클라이언트의 기능과 다양한 플랫폼에서 프로세스 데이터에 접근하기 위한 자바 어플리케이션과 통신하는 서버의 기능을 가진다. 클라이언트 모듈은 C로 작성되고 서버 모듈은 Java로 작성되어 클라이언트 모듈과 서버 모듈은 JNI(Java Native Interface)로 연결 된다.

  • PDF

Two Dimensional Barcode Recognition in Mobile Android Environment (모바일 안드로이드 환경에서의 이차원 바코드 인식)

  • Cho, Hey-Guen;Kim, In-Jung
    • Annual Conference of KIPS
    • /
    • 2010.11a
    • /
    • pp.584-587
    • /
    • 2010
  • 이차원 바코드는 인식이 편리하고 영상의 변이나 손실에 강인하기 때문에 널리 사용되고 있다. 본 논문에서는 모바일 장치에서 카메라로 촬영한 영상으로부터 이차원 바코드의 한 종류인 데이터매트릭스를 검출하고 인식하는 방법을 소개한다. 모바일 안드로이드 환경에서 빠른 속도로 검출 및 인식 과정을 수행하기 위해 JNI를 이용하여 C로 기능을 구현하였다. 먼저, 이차원 영상을 이진화한 후 연결 성분 탐색을 통해 바코드 후보영역을 추출한다. 그리고 직선을 검출하여 데이터매트릭스의 주요소인 L 인식 패턴과 타이밍 패턴을 찾는다. 각 패턴을 이용하여 바코드 영역의 꼭지점을 찾아낸 후, 회전이나 기울어짐을 정규화하여 정사각형 형태로 교정한다. 그 후, 타이밍 패턴을 기준으로 데이터 영역을 인식한다.

Statistical Characteristics of Atmospheric Conditions related to Radar Beam Propagation using Radiosonde Data in 2005-2006 (2005-2006년 라디오존데 자료를 이용한 레이더 빔전파와 연관된 대기상태의 통계적 특성)

  • Jung, Sung-Hwa;Lee, Gyu-Won
    • Journal of the Korean earth science society
    • /
    • v.31 no.6
    • /
    • pp.584-599
    • /
    • 2010
  • The variation of atmospheric conditions including subrefraction, normal refraction, superrefraction, and ducting is an important factor that affects the quality of radar data by controling the propagation of radar beams. The occurrence frequency of the conditions is statistically analyzed using the atmospheric soundings from seven radiosonde stations in South Korea over two years. The occurrence of superrefraction and ducting at Baengnyeongdo is significantly higher than the others. Osan and Kwangju show significant variation in time. Among the different duct conditions, the surface duct is dominant at most stations except for Gosan. The elevated duct is dominant at Heuksando and Gosan. Duct is more frequent in summer than in winter at all stations. Baengnyeongdo shows the most frequent duct in spring, fall, and winter while Pohang had the highest frequency in summer. Osan and Kwangju show least duct during all seasons. The difference of variation of monthly duct occurrence between 00 UTC and 12 UTC is insignificant at all stations except for Osan and Kwangju. Kwangju, Heuksando and Gosan show relatively low frequency of duct with the monthly maximum barely reaching 60%. The highest number of elevation angles that are affected by duct was four at Osungsan radar (KSN). The maximum elevation angle is around $1.0^{\circ}$ at all stations and Jindo radar (JNI) shows the maximum value of $1.2^{\circ}$.