• 제목/요약/키워드: Implementation technique

검색결과 2,097건 처리시간 0.03초

다중 이미지에서 단일 이미지 검출 및 추적 시스템 구현 (Implementation of a Single Image Detection and Tracking System in Multiple Images)

  • 최재학;박인호;김성윤;이용환;김영섭
    • 반도체디스플레이기술학회지
    • /
    • 제16권3호
    • /
    • pp.78-81
    • /
    • 2017
  • Augmented Reality(AR) is the core technology of the future knowledge service industry. It is expected to be used in various fields such as medical, education, entertainment etc. Briefly, augmented reality technology is a technique in which a mapped virtual object is augmented when a real-world object is viewed through a device after mapping a real-world object and a virtual object. In this paper, we implemented object detection and tracking system, which is a key technology of augmented reality. To speed up the object tracking, the ORB algorithm, which is a lightweight algorithm compared to the detection algorithm, is applied. In addition, KNN classifier, which is a machine learning algorithm, was applied to detect a single object by learning multiple images.

  • PDF

Optical Image Encryption Technique Based on Hybrid-pattern Phase Keys

  • Sun, Wenqing;Wang, Lei;Wang, Jun;Li, Hua;Wu, Quanying
    • Current Optics and Photonics
    • /
    • 제2권6호
    • /
    • pp.540-546
    • /
    • 2018
  • We propose an implementation scheme for an optical encryption system with hybrid-pattern random keys. In the encryption process, a pair of random phase keys composed of a white-noise phase key and a structured phase key are positioned in the input plane and Fourier-spectrum plane respectively. The output image is recoverable by digital reconstruction, using the conjugate of the encryption key in the Fourier-spectrum plane. We discuss the system encryption performance when different combinations of phase-key pairs are used. To measure the effectiveness of the proposed method, we calculate the statistical indicators between original and encrypted images. The results are compared to those generated from a classical double random phase encoding. Computer simulations are presented to show the validity of the method.

Artificial Intelligence (AI)-based Deep Excavation Designed Program

  • Yoo, Chungsik;Aizaz, Haider Syed;Abbas, Qaisar;Yang, Jaewon
    • 한국지반신소재학회논문집
    • /
    • 제17권4호
    • /
    • pp.277-292
    • /
    • 2018
  • This paper presents the development and implementation of an artificial intelligence (AI)-based deep excavation induced wall and ground displacements and wall support member forces prediction program (ANN-EXCAV). The program has been developed in a C# environment by using the well-known AI technique artificial neural network (ANN). Program used ANN to predict the induced displacement, groundwater drawdown and wall and support member forces parameters for deep excavation project and run the stability check by comparing predict values to the calculated allowable values. Generalised ANNs were trained to predict the said parameters through databases generated by numerical analysis for cases that represented real field conditions. A practical example to run the ANN-EXCAV is illustrated in this paper. Results indicate that the program efficiently performed the calculations with a considerable accuracy, so it can be handy and robust tool for preliminary design of wall and support members for deep excavation project.

사이버 물리 시스템에서 효율적인 파일 전송을 위한 커널 레벨 분할 및 결합 연산의 설계와 구현 (Design and Implementation of Kernel-Level Split and Merge Operations for Efficient File Transfer in Cyber-Physical System)

  • 박현찬;장준희;이준석
    • 대한임베디드공학회논문지
    • /
    • 제14권5호
    • /
    • pp.249-258
    • /
    • 2019
  • In the cyber-physical system, big data collected from numerous sensors and IoT devices is transferred to the Cloud for processing and analysis. When transferring data to the Cloud, merging data into one single file is more efficient than using the data in the form of split files. However, current merging and splitting operations are performed at the user-level and require many I / O requests to memory and storage devices, which is very inefficient and time-consuming. To solve this problem, this paper proposes kernel-level partitioning and combining operations. At the kernel level, splitting and merging files can be done with very little overhead by modifying the file system metadata. We have designed the proposed algorithm in detail and implemented it in the Linux Ext4 file system. In our experiments with the real Cloud storage system, our technique has achieved a transfer time of up to only 17% compared to the case of transferring split files. It also confirmed that the time required can be reduced by up to 0.5% compared to the existing user-level method.

BSSSQS: A Blockchain-Based Smart and Secured Scheme for Question Sharing in the Smart Education System

  • Islam, Anik;Kader, Md Fazlul;Shin, Soo Young
    • Journal of information and communication convergence engineering
    • /
    • 제17권3호
    • /
    • pp.174-184
    • /
    • 2019
  • In this study, we present a new scheme for smart education utilizing the concept of a blockchain for question sharing. A two-phase encryption technique for encrypting question papers (QSPs) is proposed. In the first phase, QSPs are encrypted using a timestamp, and in the second phase, previously encrypted QSPs are encrypted again using a timestamp, salt hash, and hash from the previous QSPs. These encrypted QSPs are stored in a blockchain along with a smart contract that helps the user to unlock the selected QSP. An algorithm is also proposed for selecting a QSP for the exam that randomly picks a QSP. Moreover, a timestamp-based lock is imposed on the scheme so that no one can decrypt the QSP before the allowed time. Security analysis is conducted to demonstrate the feasibility of the proposed scheme against different attacks. Finally, the effectiveness of the proposed scheme is demonstrated through implementation, and the superiority of the proposed scheme over existing schemes is proven through a comparative study based on different features.

RTL-SDR을 이용한 스테레오 주파수 변조 방송의 실시간 수신기 구현 (Implementation of Real-time Stereo Frequency Demodulator Using RTL-SDR)

  • 김영주
    • 방송공학회논문지
    • /
    • 제24권3호
    • /
    • pp.485-494
    • /
    • 2019
  • 주파수 변조 방식의 방송 주파수에 동조되는 안테나와 Realtek 사(社)의 RTL2832 칩을 이용하는 디지털 TV용 튜너와 아날로그-디지털 변환기로 구성되는 universal serial bus (USB) 동글을 이용하여 스테레오 주파수 변조 방송의 실시간 수신기를 컴퓨터의 소프트웨어로 구현한다. 아날로그 방송 신호가 USB 동글에서 디지털 신호로 변환되고 이진 데이터를 컴퓨터에서 매트랩 및 파이선 프로그래밍 언어의 신호처리 기법을 이용하여 저역 통과 필터, 대역 통과 필터, 주파수 판별기, 양측파대 진폭 복조, 위상 고정 루프. 샘플링 변환, 디앰퍼시스 등의 기능 블록을 설계한다. 최종적으로 수신기의 실시간 구현을 위하여 파이선 및 C++로 구성되는 그누라디오 (GNU Radio)를 이용하여 수신기 알고리즘을 소프트웨어로 구현한다.

Real-time implementation of distributed beamforming for simultaneous wireless information and power transfer in interference channels

  • Hong, Yong-Gi;Hwang, SeongJun;Seo, Jiho;Lee, Jonghyeok;Park, Jaehyun
    • ETRI Journal
    • /
    • 제43권3호
    • /
    • pp.389-399
    • /
    • 2021
  • In this paper, we propose one-bit feedback-based distributed beamforming (DBF) techniques for simultaneous wireless information and power transfer in interference channels where the information transfer and power transfer networks coexist in the same frequency spectrum band. In a power transfer network, multiple distributed energy transmission nodes transmit their energy signals to a single energy receiving node capable of harvesting wireless radio frequency energy. Here, by considering the Internet-of-Things sensor network, the energy harvesting/information decoding receivers (ERx/IRx) can report their status (which may include the received signal strength, interference, and channel state information) through one-bit feedback channels. To maximize the amount of energy transferred to the ERx and simultaneously minimize the interference to the IRx, we developed a DBF technique based on one-bit feedback from the ERx/IRx without sharing the information among distributed transmit nodes. Finally, the proposed DBF algorithm in the interference channel is verified through the simulations and also implemented in real time by using GNU radio and universal software radio peripheral.

The Effect of Changes of Learning Systems on Learning Outcomes in COVID-19 Pandemic Conditions

  • HUTAHAYAN, Benny
    • The Journal of Asian Finance, Economics and Business
    • /
    • 제8권3호
    • /
    • pp.695-704
    • /
    • 2021
  • This study aims to determine the effect of changes in learning systems and its effects on students' learning outcomes amid the Covid-19 pandemic. The sample of this study are the students who are in Jakarta, Indonesia. "Non-probability random sampling" technique has been used to select the samples while the sampling method used is "purposive sampling", where criteria are used to select samples. The samples in this study are 200 people taken randomly using Google Form. Concentration ability and learning interest can affect learning outcomes with the mediation of learning comfort and a good learning environment. As well as physical distancing can moderate the effect of concentration ability and learning interest on learning outcomes. The ability to concentrate on improving learning outcomes requires psychomotor improvement. Whereas interest in learning with indicators of learning awareness can improve learning outcomes. A clean environment is a strength in the learning comfort and the community environment can be recommended in the learning environment. The implementation of the restriction of gathering becomes an important point of physical distancing. The other novelties are the learning comfort and the learning environment as mediating variables and physical distancing as moderating variables in one study at a time.

Organization Behavior, Intellectual Capital, and Performance: A Case Study of Microfinance Institutions in Indonesia

  • MAHAPUTRA, I Nyoman Kusuma Adnyana;WIAGUSTINI, Ni Luh Putu;YADNYANA, I Ketut;ARTINI, Ni Luh Gede Sri
    • The Journal of Asian Finance, Economics and Business
    • /
    • 제8권4호
    • /
    • pp.549-561
    • /
    • 2021
  • This study aims to identify the role of organizational behavior and intellectual capital on risk management implementation and Village Credit Institutions (called LPD) performance. The LPD population is 1,256 units spread across nine districts/cities in Bali. This research was conducted at the LPD as the only microfinance institution based on local wisdom in traditional villages in Bali Province, Indonesia. Based on sampling using the Slovin method, there were 139 LPD as sampled in this study. The respondent in this study was the Head of the LPD. LPD performance measurement is using the balanced scorecard method that combines financial and non-financial aspects. This study also investigates risk management's role as a mediator in the relationship between organizational behavior and intellectual capital on the LPD performance. Methods of data collection using a survey. The questionnaire was given to 139 LPD chairman who was respondents in this survey. The data analysis technique used SEM-PLS. This study succeeded in confirming Resource-Based View Theory that organizational behavior and intellectual capital affect risk management and organization performance. These results also prove risk management's role as a mediation for the relationship between organizational behavior and intellectual capital on organizational performance.

Green Supply Chain Integration and Technology Innovation Performance in SMEs: A Case Study in Indonesia

  • EFFENDI, Mohamad Irhas;WIDJANARKO, Hendro;SUGANDINI, Dyah
    • The Journal of Asian Finance, Economics and Business
    • /
    • 제8권4호
    • /
    • pp.909-916
    • /
    • 2021
  • The purpose of the research to analyze SMEs' technological innovation performance in the Special Region of Yogyakarta based on green supply chains. This study's technology innovation performance is influenced by environmental management practices, green supply chain integration, and supply chain knowledge-sharing. This research is important because many SMEs are underdeveloped in terms of technology innovation performance. Technology innovation performance shows that innovation has a multi-dimensional ecological performance in organizations. Therefore, SMEs' sustainable supply chain could be achieved by managing operations, support, and information by focusing on environmental and social issues to maximize the entire chain. This study used primary data. The number of respondents in this study was 200 SMEs that have implemented green supply chain management practices. The data collection method used was a questionnaire. The data analysis technique tool used is a two-step approach to SEM-AMOS. The results of this study indicate that SMEs are willing to implement a green supply chain to increase their performance. The technological innovation performance model of this study is acceptable. The findings of this research suggest that companies must be encouraged to maintain and increase the implementation of green supply chain integration and better supply chain knowledge-sharing with improved technological innovation performance enhancements.