• Title/Summary/Keyword: library user

Search Result 1,536, Processing Time 0.024 seconds

Implementation of Content Based Color Image Retrieval System using Wavelet Transformation Method (웨블릿 변환기법을 이용한 내용기반 컬러영상 검색시스템 구현)

  • 송석진;이희봉;김효성;남기곤
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • v.40 no.1
    • /
    • pp.20-27
    • /
    • 2003
  • In this paper, we implemented a content-based image retrieval system that user can choose a wanted query region of object and retrieve similar object from image database. Query image is induced to wavelet transformation after divided into hue components and gray components that hue features is extracted through color autocorrelogram and dispersion in hue components. Texture feature is extracted through autocorrelogram and GLCM in gray components also. Using features of two components, retrieval is processed to compare each similarity with database image. In here, weight value is applied to each similarity value. We make up for each defect by deriving features from two components beside one that elevations of recall and precision are verified in experiment results. Moreover, retrieval efficiency is improved by weight value. And various features of database images are indexed automatically in feature library that make possible to rapid image retrieval.

Analyzing the market of corporate e-learning (기업 이러닝 시장 분석 연구)

  • Byun, Sook-Young;Lee, Soo-Kyoung
    • Journal of Digital Contents Society
    • /
    • v.10 no.4
    • /
    • pp.543-550
    • /
    • 2009
  • In these days mobile handsets have come to be used at almost every user. The performance improvement of mobile devices and networks have made this trend possible. As a great variety of mobile applications are published, the necessity of running large-scale mobile applications becomes greater than before. To accomplish this, the existing researchers have developed mobile cluster computing libraries like Mobile-JPVM. In this paper, we implement a compute-intensive Animated GIF generating application and its cell phone viewer software using Mobile-JPVM library. We find out by the real execution of our softwares on the KTF handsets that they can sufficiently run on cellular phones. Our Animated GIF generator and its viewer are going to be commercially used for the mobile fashion advertisement systems.

  • PDF

Development of Spatial Reference System Component with Open GIS Simple Features Specification (개방형 GIS의 단순개체 사양을 이용한 공간 기준 좌표계 컴포넌트의 개발)

  • Lee, Dae-Hee;Biun, Su-Yun;Lim, Sam-Sung
    • Journal of Korea Spatial Information System Society
    • /
    • v.2 no.1 s.3
    • /
    • pp.57-62
    • /
    • 2000
  • Open GIS Consortium(OGC) provides with Simple Features Specification for OLE/COM which is a system object technology of interoperability and reusable capability. In this research, the Spatial Reference System(SRS) component is developed based on the OGC specification using ATL. The component presents 44 map projections and transformations between different geographic coordinate systems utilizing the seven parameter(Bursa Wolf) and Molodenski's methods, a user can set up all objects and its attributes comprising SRS and can create SRS and save its setting using predefined text, WellKnownText. The Spatial Reference System component can be easily implemented into the variety of GIS software so that it reduces the developing time for a system and defines new reference system without difficulty.

  • PDF

Development of Real time Air Quality Prediction System

  • Oh, Jai-Ho;Kim, Tae-Kook;Park, Hung-Mok;Kim, Young-Tae
    • Proceedings of the Korean Environmental Sciences Society Conference
    • /
    • 2003.11a
    • /
    • pp.73-78
    • /
    • 2003
  • In this research, we implement Realtime Air Diffusion Prediction System which is a parallel Fortran model running on distributed-memory parallel computers. The system is designed for air diffusion simulations with four-dimensional data assimilation. For regional air quality forecasting a series of dynamic downscaling technique is adopted using the NCAR/Penn. State MM5 model which is an atmospheric model. The realtime initial data have been provided daily from the KMA (Korean Meteorological Administration) global spectral model output. It takes huge resources of computation to get 24 hour air quality forecast with this four step dynamic downscaling (27km, 9km, 3km, and lkm). Parallel implementation of the realtime system is imperative to achieve increased throughput since the realtime system have to be performed which correct timing behavior and the sequential code requires a large amount of CPU time for typical simulations. The parallel system uses MPI (Message Passing Interface), a standard library to support high-level routines for message passing. We validate the parallel model by comparing it with the sequential model. For realtime running, we implement a cluster computer which is a distributed-memory parallel computer that links high-performance PCs with high-speed interconnection networks. We use 32 2-CPU nodes and a Myrinet network for the cluster. Since cluster computers more cost effective than conventional distributed parallel computers, we can build a dedicated realtime computer. The system also includes web based Gill (Graphic User Interface) for convenient system management and performance monitoring so that end-users can restart the system easily when the system faults. Performance of the parallel model is analyzed by comparing its execution time with the sequential model, and by calculating communication overhead and load imbalance, which are common problems in parallel processing. Performance analysis is carried out on our cluster which has 32 2-CPU nodes.

  • PDF

Content Distribution Strategy Analysis of Regional Broadcasting Companies: Based on MBCNET (지역방송의 뉴미디어 유통전략 분석 :MBCNET 사례를 중심으로)

  • Kim, Jongha Bell
    • The Journal of the Korea Contents Association
    • /
    • v.13 no.11
    • /
    • pp.636-643
    • /
    • 2013
  • The current media and content situation is increasingly more competitive and under the radical environment changes, the social & financial position of regional broadcasting companies has been threatened. The internet & mobile based platforms and smart media, however, bring a new opportunity of content distribution. This study analyzes the current status of MBCNET which is the superstation of regional MBC stations and specialists interviews to develop the content distribution strategies of regional broadcasting companies. According to the following: finance, ratings, and new media distribution analysis, the MBCNET outcome is deemed successful based on the content library and regional power. MBCNET utilized opportunity to develop strong content resources and distribution power. In order to maintain its competitive edge, MBCNET needs to adopt the following strategies: content and platform marketing power, research & development of competitive content based on user behavior analysis, and reorganization that is able to counteract N-screen circumstances.

A Performance Analysis Framework Considering the Hierarchy of Embedded Linux Systems Software Architecture (임베디드 리눅스 시스템의 소프트웨어 계층구조를 고려한 성능 분석 프레임워크)

  • Kwak, Sang-Heon;Lee, Nam-Seung;Lee, Ho-Rim;Lim, Sung-Soo
    • Journal of KIISE:Computing Practices and Letters
    • /
    • v.16 no.6
    • /
    • pp.637-647
    • /
    • 2010
  • Recent embedded systems are being more complicated due to their hierarchical software architecture including operating systems. The performance of such complicated software architecture could not be well analyzed through separate analysis of each software layer; the combined effect and the interactions among the whole software layers should be considered. In this paper, we show the design and implementation of a performance analysis framework that enables hierarchical analysis of performance of Linux-based embedded systems considering interactions among the software layers. By using the proposed framework, we can obtain useful run-time information about a hierarchical software structure which usually consists of user-defined function layer, library function layer, system call layer, and kernel events layer. Experimental results reveal that the proposed framework could accurately identify the performance bottlenecks with the corresponding software layers during executions of target applications through the accompanying sub-steps of the analysis: the actual execution paths, the execution time of each observed event in each software layer, and the control flows across the software layers.

A Study on the Design of Interlibrary Loan System Linked with IRS (정보검색시스템과 연계된 상호대차시스템 설계에 관한 연구: 의학도서관을 중심으로)

  • 최흥식
    • Journal of the Korean Society for information Management
    • /
    • v.18 no.2
    • /
    • pp.165-186
    • /
    • 2001
  • The purpose of this study is to explore practical methods of interlibrary loan system, linked with information retrieval system. The process and current status of interlibrary loan was investigated and analyzed at medical libraries in this study. In order to find the way of utilizing data from information retrieval and document request at the same time, the author tries to develop a way of linking PubMed, Union Catalog and ILL system. This study shows that hit record of information retrieval was saved in type of MEDLINE, XMLJSGML and reused for document delivery services. It seems to be efficient that the maintenance of Union Catalog was managed by all of member libraries, and data were retrieved at server and client side at once. In addition, it was found that user information can be checked by the IP and ILL system can be used for requested document by the saved result.

  • PDF

Current Practices of the Customized Bibliographic Instructions in Academic Libraries (대학도서관 맞춤형 이용자교육의 운영 현황 분석 연구)

  • Jung, Mijung;Kwon, Nahyun
    • Journal of the Korean Society for information Management
    • /
    • v.31 no.2
    • /
    • pp.99-119
    • /
    • 2014
  • The purpose of this study was to investigate the current practices of the customized bibliographic instructions (CBI) at four-year academic libraries in Korea. Among the entire 206 academic libraries, a total of 149 libraries participated in the survey. Study result shows that the libraries providing CBI was 63.1%. The findings of the study revealed the overall picture of the CBI operated in Korean academic libraries. The findings of the study suggested useful strategies to apply in adopting and operating the CBI in academic libraries in Korea.

A Study on the Clustering Technique Associated with Statistical Term Relatedness in Information Retrieval (정보검색(情報檢索)에 있어서 용어(用語)의 통계적(統計的) 관련성(關聯性)을 응용(應用)한 클러스터링기법(技法))

  • Jeong, Jun-Min
    • Journal of Information Management
    • /
    • v.18 no.4
    • /
    • pp.98-117
    • /
    • 1985
  • At the present time, the role and importance of information retrieval has greatly increased for two main reasons: the coverage of the searchable collections is now extensive and collection size may exceed several million documents; further more, the search results can now be obtained more or less instantaneously using online procedures and computer terminal devices that provide interaction and communication between system and users. The large collection size make it plausible to the users that relevant information will in fact be retrieved as a result of a search operation, and the probability of obtaining the search output without delay creates a substantial user demand for the retrieval services.

  • PDF

A Literature Review on the Clinical Application of Microcurrent Electrical Neuromuscular Stimulation(MENS) : articles published for recent 10 years (미세전류치료의 최근 임상연구논문 고찰)

  • Ryu, Ji-Mi;Kim, Sung-Soo;Kim, Kyoung-Seok;Chung, Seok-Hee
    • Journal of Korean Medicine Rehabilitation
    • /
    • v.18 no.4
    • /
    • pp.121-133
    • /
    • 2008
  • Objectives : MENS was used for wound healing and pain relief using bioelectric property. There are many articles on in vivo and clinical research. This article reviews articles on MENS published for recent 10 years to consider effectiveness of MENS and other fields to applicate MENS. Articles were collected from MAR, 2008 to JUN, 2008. Methods : We searched Pubmed, KSI, KERIS, KMBASE, and National assembly library using "Microcurrent Electrical Neuromuscular Stimulation" and classified the articles into subsets of foreign, Korean and wound healing, pain, relief, and increasing the range of movement(ROM). Also we evaluated their values according to the Jadad scale. Results : A total of 18 articles (Foreign-9, Korean-9) reconfirmed that MENS reduces pain, increases wound healing, ROM, and strength of muscle. In addition, MENS has effect on stress-hormone and various pain like low back pain, acute lateral epicondylitis, and plantar fascitis. And there are various styles developed. However, there is no standard protocol so the user is usually in trouble at clinic. Conclusions : MENS may be have application to various pain diseases, and further studies analysing its effectiveness are needed.