• Title/Summary/Keyword: 8-and 16-frame

Search Result 162, Processing Time 0.025 seconds

CUDA based parallel design of a shot change detection algorithm using frame segmentation and object movement

  • Kim, Seung-Hyun;Lee, Joon-Goo;Hwang, Doo-Sung
    • Journal of the Korea Society of Computer and Information
    • /
    • v.20 no.7
    • /
    • pp.9-16
    • /
    • 2015
  • This paper proposes the parallel design of a shot change detection algorithm using frame segmentation and moving blocks. In the proposed approach, the high parallel processing components, such as frame histogram calculation, block histogram calculation, Otsu threshold setting function, frame moving operation, and block histogram comparison, are designed in parallel for NVIDIA GPU. In order to minimize memory access delay time and guarantee fast computation, the output of a GPU kernel becomes the input data of another kernel in a pipeline way using the shared memory of GPU. In addition, the optimal sizes of CUDA processing blocks and threads are estimated through the prior experiments. In the experimental test of the proposed shot change detection algorithm, the detection rate of the GPU based parallel algorithm is the same as that of the CPU based algorithm, but the average of processing time speeds up about 6~8 times.

A Web Based Secure E-Mail System Using the PGP Algorithm (PGP 방식을 이용한 웹 기반 전자우편 보안 시스템)

  • 박동욱;박재희;김진상;김일민
    • The KIPS Transactions:PartC
    • /
    • v.8C no.1
    • /
    • pp.16-22
    • /
    • 2001
  • There are several traditional factors of software quality. Some of them are such as correctness, reliability, efficiency, compatibility, portability, etc. In addition to them, security is required as another factor of software quality nowadays because some application programs are used as a way to attack information systems by stack frame manipulation. Each processor has its own peculiar stack frame mechanism and C language uses the characteristics of them. This paper explains the concept of security problem caused by stack frame manipulation, and the stack frame mechanism of Pentium, Alpha and SP ARC processor in detail. And then it examines the effect of stack frame mechanism on the security of programs in C language.

  • PDF

A Novel Viscosity Measurement Technique Using a Falling Ball Viscometer with a High-speed Camera

  • Jo, Won-Jin;Pak, Bock-Choon;Lee, Dong-Hwan
    • KSTLE International Journal
    • /
    • v.8 no.1
    • /
    • pp.16-20
    • /
    • 2007
  • This study introduces a new approach to a falling ball viscometer by using a high speed motion camera to measure the viscosity of both Newtonian and non-Newtonian fluids from the velocity-time data. This method involves capturing continuous photographs of the entire falling motion of the ball as the ball accelerates from the rest to the terminal velocity state. The velocity of a falling ball was determined from the distance traversed by the ball by examining video tape frame by frame using the marked graduations on the surface of the cylinder. Each frame was pre-set at 0.01. Glycerin 74% was used for Newtonian solution, while aqueous solutions of Polyacrylamide and Carboxymethyl Cellulose were for non-Newtonian solutions. The experimental viscosity data were in good agreements with the results obtained from a rotating Brookfield viscometer.

Parallel Scrambling Techniques for SDH and ATM Transmissions (SDH와 ATM 전송을 위한 병렬혼화 기법)

  • 김석창;이병기
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.18 no.8
    • /
    • pp.1146-1158
    • /
    • 1993
  • In this paper, parallel scrambling techniques are considered for practical use in the SDH transmission and the ATM transmission. In the ATM transmission, there are two ways of transmitting ATM cells - the SDH-based and the cell-based - and the corresponding scrambling techniques differ accordingly. For the SDH transmission and the SDH-based ATM transmission, the FSS (frame synchronous scrambling) is applied to the STM frames : while for the cell-based ATM trans-mission, the DSS(distributed sample scrambling) is used on the ATM cell stream. The parallel scrambling techniques are examined for the FSS and the DSS, and applied to achieve the parallel FSSs for use in the SDH and the SDH-based ATM transmission along with the parallel DSS applicable to the cell-based ATM transmission. The resulting(8, 4) PSRG(parallel shift resister generator) and (8, 16) PSRG based parallel scramblings are directly applicable for the STM-1 rate processing of the STM-4 and STM-16 scramblings, respectively. Likewise, the resulting (1, 8)PSRG and double-sampling-double-correction based parallel scrambling techniques can be practically used for a low-rate processing of the SDH-based and the cell-based ATM signal scrambling respectively.

  • PDF

Analysis of Media Frames of Moon Jae-in Care policy (문재인 케어 정책에 대한 미디어 프레임 분석)

  • Lee, Geun-Chan
    • The Korean Journal of Health Service Management
    • /
    • v.12 no.3
    • /
    • pp.13-26
    • /
    • 2018
  • Objectives: This study investigated how Korean daily newspapers frame the present government's health insurance coverage expansion policy, Moon Jae-in Care. Methods: A contents analysis was conducted to construct news frames represented in the four Korean daily newspapers' editorials and columns on Moon Jae-in Care during from April 2017 to April 2018. News text was classified into three different layers of frames: expressive element, narrative structure, and implied values. Results: The analysis revealed that the frequency of narrative frames was as follows: health system improvement (20.8%), public burden (14.6%), opposition by doctors (14.6%), and populism (12.5%). The financial sustainability accounted for 41.7% of the value frame, followed by procedural legitimation (18.8%), and coverage expansion (16.7%). The results also revealed that reported frames were different among newspapers: Chosun Ilbo tended to report in a negative tone, while Hankyoreh shinmun and Kyunghyang shinmun used a positive tone. Conclusions: This finding suggests that there are salient framings in reports on Moon Jae-in Care. Based on the results, the government needs to present a detailed financing plan on Moon Jae-in Care in detail. I discussed another implication of media frames results.

Fast Intra-Mode Decision for H.264/AVC using Inverse Tree-Structure (H.264/AVC 표준에서 역트리 구조를 이용하여 고속으로 화면내 모드를 결정하는 방법)

  • Ko, Hyun-Suk;Yoo, Ki-Won;Seo, Jung-Dong;Sohn, Kwang-Hoon
    • Journal of Broadcast Engineering
    • /
    • v.13 no.3
    • /
    • pp.310-318
    • /
    • 2008
  • The H.264/AVC standard achieves higher coding efficiency than previous video coding standards with the rate-distortion optimization (RDO) technique which selects the best coding mode and reference frame for each macroblock. As a result, the complexity of the encoder have been significantly increased. In this paper, a fast intra-mode decision algorithm is proposed to reduce the computational load of intra-mode search, which is based on the inverse tree-structure edge prediction algorithm. First, we obtained the dominant edge for each $4{\times}4$ block from local edge information, then the RDO process is only performed by the mode which corresponds to dominant edge direction. Then, for the $8{\times}8$ (or $16{\times}16$) block stage, the dominant edge is calculated from its four $4{\times}4$ (or $16{\times}16$) blocks' dominant edges without additional calculation and the RDO process is also performed by the mode which is related to dominant edge direction. Experimental results show that proposed scheme can significantly improve the speed of the intra prediction with a negligible loss in the peak signal to noise ratio (PSNR) and a little increase of bits.

A Study on the Fatigue Crack Evaluation Method of Railway Bogie Frame (철도차량 대차를 피로균열 평가법 연구)

  • Jun, Hyun-Kyu;Seo, Jung-Won;Lee, Dong-Hyong;Kim, Hyeong-Jin
    • Journal of the Korean Society for Railway
    • /
    • v.12 no.1
    • /
    • pp.16-24
    • /
    • 2009
  • In this study, fatigue crack growth rate of a cracked railway bogie frame under variable amplitude loading is predicted by applying linear elastic fracture mechanics. For this purpose, we find the critical points by reference surveying on cracked railway bogie frames. And we make an effective load history by synthesizing the dynamic load measured from the critical points of railway bogie frame during commercial line operation and the static load calculated from structural analysis. Crack growth analyses are performed at the 3 critical points under the commercial operation loading condition by assuming an initial crack size as 40 mm. and the results are compared with the experimental results from Japanese railway bogie frame crack growth case. From the analysis results, we find that around 500,000 km operating distance is necessary to bring crack growth from the initial crack to unstable crack. And it takes around 3.8 normal operating years. We conclude that it is enough time to detect the crack between normal maintenance period.

Uni-directional 4X4 Intra Prediction Mode for H.264/AVC Coding Efficiency (H.264/AVC에서 성능 향상을 위한 단방향의 4X4 인트라 예측 모드)

  • Jung, Kwang-Su;Park, Sea-Nae;Sim, Dong-Gyu;Lee, Yoon-Jin;Park, Gwang-Hoon;Oh, Seoung-Jun;Jeong, Sey-Yoon;Choi, Jin-Soo
    • Journal of Broadcast Engineering
    • /
    • v.15 no.6
    • /
    • pp.815-829
    • /
    • 2010
  • In this paper, we propose a new $4{\times}4$ intra coding method by unidirectional prediction for improvement of intra-frame coding efficiency of H.264/AVC. There are $4{\times}4$, $8{\times}8$, and $16{\times}16$ intra prediction modes in the current H.264/AVC. For the $4{\times}4$ intra prediction, coding efficiency is achieved by accurate prediction with small block size in relatively complicated regions, and the $16{\times}16$ intra prediction method can predict more accurately compared to $4{\times}4$ intra prediction with only one directional information in relatively homogeneous regions. We propose a unidirectional $4{\times}4$ intra prediction method adopting a small-size prediction and one directional prediction approaches. In order to improve coding efficiency, the proposed method is conducted by $4{\times}4$ block and their prediction directions are all the same, resulting that we need to send only one directional information for each macroblock. For intra-frame coding setting, we achieve 10.47% and 1.57% coding efficiency in BD-bitrate for only $16{\times}16$ intra mode and $4{\times}4$, $16{\times}16$ intra mode, respectively.

Comparison of Energy Demand in Multi-Story Buckling Restrained Braced Frame and Equivalent SDOF System (다층 비좌굴 가새골조와 등가 단자유도계의 에너지 요구량의 비교)

  • 김진구;원영섭
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.16 no.2
    • /
    • pp.173-182
    • /
    • 2003
  • In equivalent static nonlinear analysis and in energy-based design, the structures are generally transformed into an equivalent SDOF system. In this study the seismic energy demands in multi story structures, such as three-, eight-, and twenty-story steel moment-resisting frames(MRF), buckling restrained braced frames(BRBF) and a damage tolerant braced frame(DTBF), are compared with those of equivalent single degree of freedom(ESDOF) systems. Sixty earthquake ground motions recorded In different soil conditions, which are soft rock, soft soil, and neat fault, were used to compute the input and hysteretic energy demands in model structures. In case the modal mass coefficient is less than 0.8, the effects of higher modes are considered in the process of converting into ESDOF According to the analysis results, the hysteretic and input energies obtained from 3 story and 8 story MRF and DTBF agreed well with the results from analysis of equivalent SDOF systems. However in the 20 story BRBF the results from ESDOF underestimated those obtained from the original structures.

High Speed Implementation of HomePNA 2.0 Frame Processor (HomePNA 2.0 프레임 프로세서의 고속 구현 기법)

  • 강민수;이원철;신요안
    • Proceedings of the IEEK Conference
    • /
    • 2003.07a
    • /
    • pp.533-536
    • /
    • 2003
  • 본 논문에서는 전화선을 이용한 고속 홈네트워크인 HomePNA 2.0 시스템에서 HomePNA 2.0 (H2) 프레임을 만들기 위한 프레임 프로세싱 중, 다항식 나누기 연산을 통한 CRC (Cyclic Redundancy Check) 16비트 생성, HCS (Header Check Sequence) 8비트 생성 및 혼화(Scrambling) 처리에 있어서 입력 8 비트를 동시에 병렬 처리함으로써 기존의 1 비트 입력을 LFSR (Linear Feedback Shift Register)를 사용한 다항식 나누기 연산을 수행했을 때보다 빠른 속도로 H2 프레임을 구현하고자 하는 고속 처리 기법을 제시하고 이의 성능을 검증하였다.

  • PDF