• 제목/요약/키워드: real-time implementation

검색결과 3,211건 처리시간 0.029초

Implementation of the Color Matching Between Mobile Camera and Mobile LCD Based on RGB LUT (모바일 폰의 카메라와 LCD 모듈간의 RGB 참조표에 기반한 색 정합의 구현)

  • Son Chang-Hwan;Park Kee-Hyon;Lee Cheol-Hee;Ha Yeong-Ho
    • Journal of the Institute of Electronics Engineers of Korea SP
    • /
    • 제43권3호
    • /
    • pp.25-33
    • /
    • 2006
  • This paper proposed device-independent color matching algorithm based on the 3D RGB lookup table (LUT) between mobile camera and mobile LCD (Liquid Crystal Display) to improve the color-fidelity. Proposed algorithm is composed of thee steps, which is device characterization, gamut mapping, 3D RGB-LUT design. First, the characterization of mobile LCD is executed using the sigmoidal function, different from conventional method such as GOG (Gain Offset Gamma) and S-curve modeling, based on the observation of electro-optical transfer function of mobile LCD. Next, mobile camera characterization is conducted by fitting the digital value of GretagColor chart captured under the daylight environment (D65) and tristimulus values (CIELAB) using the polynomial regression. However, the CIELAB values estimated by polynomial regression exceed the maximum boundary of the CIELAB color space. Therefore, these values are corrected by linear compression of the lightness and chroma. Finally, gamut mapping is used to overcome the gamut difference between mobile camera and moible LCD. To implement the real-time processing, 3D RGB-LUT is designed based on the 3D RGB-LUT and its performance is evaluated and compared with conventional method.

Development of DAP(Dose Area Product) for Radiation Evaluation of Medical and Industrial X-ray generator (의료 및 산업용 X-선 발생장치의 선량평가를 위한 면적선량계(DAP) 개발)

  • Kwak, Dong-Hoon;Lee, Sang-Heon;Lee, Seung-Ho
    • Journal of IKEEE
    • /
    • 제22권2호
    • /
    • pp.495-498
    • /
    • 2018
  • In this paper, we propose an DAP system for dose evaluation of medical and industrial X-ray generator. Based on the DAP measurement technique using the Ion-Chamber, the proposed system can clearly measure the exposure radiation dose generated by the diagnostic X-ray apparatus. The hardware part of the DAP measures the amount of charge in the air that is captured by an X-ray. The high-speed processing algorithm part for cumulative radiation dose measurement through microcurrent measures the amount of charge captured by X-ray at a low implementation cost (power) with no input loss. The wired/wireless transmission/reception protocol part synchronized with the operation of the X-ray generator improves communication speed. The PC-based control program part for interlocking and aging measures the amount of X-ray generated in real time and enables measurement graphs and numerical value monitoring through PC GUI. As a result of evaluating the performance of the proposed system in an accredited testing laboratory, the measured values using DAP increased linearly in each energy band (30, 60, 100, 150 kV). In addition, since the standard deviation of the measured value at the point of 4 division was ${\pm}1.25%$, it was confirmed that the DAP showed uniform measurements regardless of location. It was confirmed that the normal operation was not less than ${\pm}4.2%$ of the international standard.

A Framework of Recognition and Tracking for Underwater Objects based on Sonar Images : Part 2. Design and Implementation of Realtime Framework using Probabilistic Candidate Selection (소나 영상 기반의 수중 물체 인식과 추종을 위한 구조 : Part 2. 확률적 후보 선택을 통한 실시간 프레임워크의 설계 및 구현)

  • Lee, Yeongjun;Kim, Tae Gyun;Lee, Jihong;Choi, Hyun-Taek
    • Journal of the Institute of Electronics and Information Engineers
    • /
    • 제51권3호
    • /
    • pp.164-173
    • /
    • 2014
  • In underwater robotics, vision would be a key element for recognition in underwater environments. However, due to turbidity an underwater optical camera is rarely available. An underwater imaging sonar, as an alternative, delivers low quality sonar images which are not stable and accurate enough to find out natural objects by image processing. For this, artificial landmarks based on the characteristics of ultrasonic waves and their recognition method by a shape matrix transformation were proposed and were proven in Part 1. But, this is not working properly in undulating and dynamically noisy sea-bottom. To solve this, we propose a framework providing a selection phase of likelihood candidates, a selection phase for final candidates, recognition phase and tracking phase in sequence images, where a particle filter based selection mechanism to eliminate fake candidates and a mean shift based tracking algorithm are also proposed. All 4 steps are running in parallel and real-time processing. The proposed framework is flexible to add and to modify internal algorithms. A pool test and sea trial are carried out to prove the performance, and detail analysis of experimental results are done. Information is obtained from tracking phase such as relative distance, bearing will be expected to be used for control and navigation of underwater robots.

An Efficient Implementation of Kruskal's and Reverse-Delete Minimum Spanning Tree Algorithm (Kruskal과 역-삭제 최소신장트리 알고리즘의 효율적 구현 방법)

  • Choi, Myeong-Bok;Lee, Sang-Un
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • 제13권2호
    • /
    • pp.103-114
    • /
    • 2013
  • This paper suggests a method to reduce the number of performances of Kruskal and Reverse-delete algorithms. Present Kruskal and Reverse-delete algorithms verify whether the cycle occurs within the edges of the graph. For this reason, they have problems of unnecessarily performing extra algorithms from the edges, even though they've already obtained the minimum spanning tree. This paper, first of all, suggests the 1st method which reduces the no. of performances by introducing stop point criteria of algorithm, but at the same time, performs algorithms from all the edges, just like how Kruskal and Reverse-delete algorithms. Next, it suggests the 2nd method which finds the minimum spanning tree from the remaining edges after getting rid of all the unnecessary edges which are considered not to affect the minimum spanning tree. These suggested methods have an effect of terminating algorithm at least 1.4 times and at most 3.86times than Kruskal and Reverse-delete algorithms, when applied to the real graphs. We have found that the 2nd method of the Reverse-delete algorithm has the fastest speed in terminating an algorithm, among 4 algorithms which are results of the 2 suggested methods being applied to 2 algorithms.

Implementation of Secure System for Blockchain-based Smart Meter Aggregation (블록체인 기반 스마트 미터 집계 보안 시스템 구축)

  • Kim, Yong-Gil;Moon, Kyung-Il
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • 제20권2호
    • /
    • pp.1-11
    • /
    • 2020
  • As an important basic building block of the smart grid environment, smart meter provides real-time electricity consumption information to the utility. However, ensuring information security and privacy in the smart meter data aggregation process is a non-trivial task. Even though the secure data aggregation for the smart meter has been a lot of attention from both academic and industry researchers in recent years, most of these studies are not secure against internal attackers or cannot provide data integrity. Besides, their computation costs are not satisfactory because the bilinear pairing operation or the hash-to-point operation is performed at the smart meter system. Recently, blockchains or distributed ledgers are an emerging technology that has drawn considerable interest from energy supply firms, startups, technology developers, financial institutions, national governments and the academic community. In particular, blockchains are identified as having the potential to bring significant benefits and innovation for the electricity consumption network. This study suggests a distributed, privacy-preserving, and simple secure smart meter data aggregation system, backed up by Blockchain technology. Smart meter data are aggregated and verified by a hierarchical Merkle tree, in which the consensus protocol is supported by the practical Byzantine fault tolerance algorithm.

Implementation of Facility Management System for Plant Factory (식물공장 시설관리 시스템의 구현)

  • Lee, Yong-Woong;Seo, Beom-Seok;Kim, Chan-Woo;Kim, Kyung-Hee;Park, Yang-Ho;Shin, Chang-Sun
    • Journal of the Korea Society of Computer and Information
    • /
    • 제16권2호
    • /
    • pp.141-151
    • /
    • 2011
  • This paper suggests the Facility Management System for plant factory promising to be a core technology of the agriculture in the future. This system makes diagnoses that status from sensors or facilities in the factory for exact operation and monitors the internal environment with the control status in real-time. It is expected that we could operate a plant factory safely and effectively by using the system. The system consists of the data management module, the context provider module, the context interpreter module, the service provider module, the data storage and user interface. The system provide with the failure diagnosis service, the facility control service, and the high-reliability monitoring service via the interactions between above modules. The failure diagnosis service determines whether the sensors or facility devices are in failure or not, and informs the administrator of their conditions. The facility control service is activated in case if the facilities need to be managed during the diagnosis for failure or malfunction processes. The high-reliability monitoring service provides the administrator with verified data through the failure diagnosis service. Then we confirmed that the suggested system operates correctly through the system simulation.

A Design and Implementation of Mobile Logistics Information System (모바일 물류정보시스템 설계 및 구현)

  • Lee, Won-Joo;Lee, Sang-Jun;Lim, Heon-Yong;Kim, Chang-Hyeon
    • Journal of the Korea Society of Computer and Information
    • /
    • 제17권7호
    • /
    • pp.139-146
    • /
    • 2012
  • In this paper, we implement an m-LIS(Mobile-Logistics Information System) for an effective logistics management in consideration of logistics process and work environment. The m-LIS could perform the entire business process every minute and promote the work efficiency by tying up with ERP and POS system. Moreover, this system could enhance the management level of service and supply chain. Due to the reason that the existing logistics business was not computerized and automated, most of operation was accomplished by means of workers experience and convention. This problem brought about both the ineffective management and logistics quality deterioration by weakening the control power of the logistics site. In order to solve this problem, we put focus on providing the real-time operation monitoring environment on the spot, the satisfaction of the efficiency on the spot, and the optimized system by building up the logistics information system. Furthermore, we attest that the new logistics system could properly cope with the increase of the quantity of goods transported owing to stable logistics information support and the market expansion and growth caused by the firm interface between the new ERP and its related system.

Open Markets and FDS(Fraud Detection System) (오픈마켓과 부당거래 방지 시스템)

  • Yoo, Soon-Duck;Kim, Jung-Ihl
    • The Journal of the Institute of Internet, Broadcasting and Communication
    • /
    • 제11권5호
    • /
    • pp.113-130
    • /
    • 2011
  • Due to the development of information and communication technology, the global influence on politics, economics, society, and culture has grown. A major example of this impact on the economic sector is the growth of e-commerce, which increases both the speed and efficiency of businesses. In light of these new developments, businesses need to shift away from the misconception that information overwhelms to embrace the enhanced competitiveness that e-commerce provides. However, concern about fraudulent transactions through e-commerce is pertinent because of the loss in both critical revenue and consumer confidence in open markets. Current solutions for fraudulent transactions include real-time monitoring and processing, payment pending, and confirmation through SMS, E-mail, and other wired means. Our research focuses on the management of Fraud Detection Systems (FDS) to safeguard online electronic payment systems. With effective implementation of our research we hope to foster an honorable online trading culture and protect consumers. Future comparative research in domestic and abroad markets would provide further insight into preventing fraudulent transactions.

Implementation of Interactive Media Content Production Framework based on Gesture Recognition (제스처 인식 기반의 인터랙티브 미디어 콘텐츠 제작 프레임워크 구현)

  • Koh, You-jin;Kim, Tae-Won;Kim, Yong-Goo;Choi, Yoo-Joo
    • Journal of Broadcast Engineering
    • /
    • 제25권4호
    • /
    • pp.545-559
    • /
    • 2020
  • In this paper, we propose a content creation framework that enables users without programming experience to easily create interactive media content that responds to user gestures. In the proposed framework, users define the gestures they use and the media effects that respond to them by numbers, and link them in a text-based configuration file. In the proposed framework, the interactive media content that responds to the user's gesture is linked with the dynamic projection mapping module to track the user's location and project the media effects onto the user. To reduce the processing speed and memory burden of the gesture recognition, the user's movement is expressed as a gray scale motion history image. We designed a convolutional neural network model for gesture recognition using motion history images as input data. The number of network layers and hyperparameters of the convolutional neural network model were determined through experiments that recognize five gestures, and applied to the proposed framework. In the gesture recognition experiment, we obtained a recognition accuracy of 97.96% and a processing speed of 12.04 FPS. In the experiment connected with the three media effects, we confirmed that the intended media effect was appropriately displayed in real-time according to the user's gesture.

Distribution of HPV Genotypes in Cervical Cancer in Multiethnic Malaysia

  • Raub, Sayyidi Hamzi Abdul;Isa, Nurismah Md.;Zailani, Hatta Ahmad;Omar, Baharudin;Abdullah, Mohamad Farouk;Amin, Wan Anna Mohd;Noor, Rushdan Md.;Ayub, Mukarramah Che;Abidin, Zainal;Kassim, Fauziah;Vicknesh, Visvalingam;Zakaria, Zubaidah;Kamaluddin, Muhammad Amir;Tan, Geok Chin;Syed Husain, Sharifah Noor Akmal
    • Asian Pacific Journal of Cancer Prevention
    • /
    • 제15권2호
    • /
    • pp.651-656
    • /
    • 2014
  • Background: Cervical cancer is the third commonest type of cancer among women in Malaysia. Our aim was to determine the distribution of human papilloma virus (HPV) genotypes in cervical cancer in our multi-ethnic population. Materials and Methods: This was a multicentre study with a total of 280 cases of cervical cancer from 4 referral centres in Malaysia, studied using real-time polymerase chain reaction (qPCR) detection of 12 high risk-HPV genotypes. Results: Overall HPV was detected in 92.5% of cases, in 95.9% of squamous cell carcinomas and 84.3%of adenocarcinomas. The five most prevalent high-risk HPV genotypes were HPV 16 (68.2%), 18 (40%), 58 (10.7%), 33 (10.4%) and 52 (10.4%). Multiple HPV infections were more prevalent (55.7%) than single HPV infections (36.8%). The percentage of HPV positive cases in Chinese, Malays and Indians were 95.5%, 91.9% and 80.0%, respectively. HPV 16 and 18 genotypes were the commonest in all ethnic groups. We found that the percentage of HPV 16 infection was significantly higher in Chinese (75.9%) compared to Malays (63.7%) and Indians (52.0%) (p<0.05), while HPV 18 was significantly higher in Malays (52.6%) compared to Chinese (25.0%) and Indians (28%) (p<0.05). Meanwhile, HPV 33 (17.9%) and 52 (15.2%) were also more commonly detected in the Chinese (p<0.05). Conclusions: This study showed that the distribution of HPV genotype in Malaysia is similar to other Asian countries. Importantly, we found that different ethnic groups in Malaysia have different HPV genotype infection rates, which is a point to consider during the implementation of HPV vaccination.