• Title/Summary/Keyword: 압축 처리

Search Result 1,802, Processing Time 0.033 seconds

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
    • /
    • v.43 no.3 s.309
    • /
    • 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.

Camera Motion Estimation using Geometrically Symmetric Points in Subsequent Video Frames (인접 영상 프레임에서 기하학적 대칭점을 이용한 카메라 움직임 추정)

  • Jeon, Dae-Seong;Mun, Seong-Heon;Park, Jun-Ho;Yun, Yeong-U
    • Journal of the Institute of Electronics Engineers of Korea CI
    • /
    • v.39 no.2
    • /
    • pp.35-44
    • /
    • 2002
  • The translation and the rotation of camera occur global motion which affects all over the frame in video sequence. With the video sequences containing global motion, it is practically impossible to extract exact video objects and to calculate genuine object motions. Therefore, high compression ratio cannot be achieved due to the large motion vectors. This problem can be solved when the global motion compensated frames are used. The existing camera motion estimation methods for global motion compensation have a large amount of computations in common. In this paper, we propose a simple global motion estimation algorithm that consists of linear equations without any repetition. The algorithm uses information .of symmetric points in the frame of the video sequence. The discriminant conditions to distinguish regions belonging to distant view from foreground in the frame are presented. Only for the distant view satisfying the discriminant conditions, the linear equations for the panning, tilting, and zooming parameters are applied. From the experimental results using the MPEG test sequences, we can confirm that the proposed algorithm estimates correct global motion parameters. Moreover the real-time capability of the proposed technique can be applicable to many MPEG-4 and MPEG-7 related areas.

A VLSI Design of High Performance H.264 CAVLC Decoder Using Pipeline Stage Optimization (파이프라인 최적화를 통한 고성능 H.264 CAVLC 복호기의 VLSI 설계)

  • Lee, Byung-Yup;Ryoo, Kwang-Ki
    • Journal of the Institute of Electronics Engineers of Korea SD
    • /
    • v.46 no.12
    • /
    • pp.50-57
    • /
    • 2009
  • This paper proposes a VLSI architecture of CAVLC hardware decoder which is a tool eliminating statistical redundancy in H.264/AVC video compression. The previous CAVLC hardware decoder used four stages to decode five code symbols. The previous CAVLC hardware architectures decreased decoding performance because there was an unnecessary idle cycle in between state transitions. Likewise, the computation of valid bit length includes an unnecessary idle cycle. This paper proposes hardware architecture to eliminate the idle cycle efficiently. Two methods are applied to the architecture. One is a method which eliminates an unnecessary things of buffers storing decoded codes and then makes efficient pipeline architecture. The other one is a shifter control to simplify operations and controls in the process of calculating valid bit length. The experimental result shows that the proposed architecture needs only 89 cycle in average for one macroblock decoding. This architecture improves the performance by about 29% than previous designs. The synthesis result shows that the design achieves the maximum operating frequency at 140Mhz and the hardware cost is about 11.5K under a 0.18um CMOS process. Comparing with the previous design, it can achieve low-power operation because this design is implemented with high throughputs and low gate count.

Detailed Investigation on the Dynamic Excess Pore Water Pressure through Liquefaction Tests using Various Dynamic Loadings (다양한 진동하중의 액상화 시험을 통한 동적 과잉간극수압에 대한 상세분석)

  • Choi, Jae-Soon;Jang, Seo-Yong;Kim, Soo-Il
    • Journal of the Earthquake Engineering Society of Korea
    • /
    • v.11 no.2 s.54
    • /
    • pp.81-94
    • /
    • 2007
  • In most experimental researches on the liquefaction phenomenon, an earthquake as a random vibration has been regraded as a sinusoidal wave or a triangular wave with an equivalent amplitude. Together with the development in the part of signal control and data acquisition, dynamic experimental equipments in the soil dynamics have also developed rapidly and further more, several real earthquakes have been simulated in the large model test such as shaking table tests and centrifuge tests. In Korea, several elementary laboratory tests to simulate the real earthquake load were performed. From these test results, it was reported that the sinusoidal wave cannot reliably reflect the soil dynamic behavior under the real earthquake motion. In this study, 4 types of dynamic motions such as the sinusoidal wave, the triangular wave, the incremental triangular wave and several real earthquake motions which were classified with shock-type and vibration-type were loaded to find something new to explain the change of the excess pore water pressure under the real earthquake load. Through the detailed investigation and comparison on all test results, it is found that the dynamic flow is generated by the soil plastic deformation and the velocity head of dynamic flow is changed the pressure head in the un-drained condition. It can be concluded that the change of the excess pore water pressure is related to the pressure head of dynamic flow. Lastly, a new hypothesis to explain such a liquefaction initiation phenomenon under the real earthquake load is also proposed and verified.

Optimized Hardware Design of Deblocking Filter for H.264/AVC (H.264/AVC를 위한 디블록킹 필터의 최적화된 하드웨어 설계)

  • Jung, Youn-Jin;Ryoo, Kwang-Ki
    • Journal of the Institute of Electronics Engineers of Korea SD
    • /
    • v.47 no.1
    • /
    • pp.20-27
    • /
    • 2010
  • This paper describes a design of 5-stage pipelined de-blocking filter with power reduction scheme and proposes a efficient memory architecture and filter order for high performance H.264/AVC Decoder. Generally the de-blocking filter removes block boundary artifacts and enhances image quality. Nevertheless filter has a few disadvantage that it requires a number of memory access and iterated operations because of filter operation for 4 time to one edge. So this paper proposes a optimized filter ordering and efficient hardware architecture for the reduction of memory access and total filter cycles. In proposed filter parallel processing is available because of structured 5-stage pipeline consisted of memory read, threshold decider, pre-calculation, filter operation and write back. Also it can reduce power consumption because it uses a clock gating scheme which disable unnecessary clock switching. Besides total number of filtering cycle is decreased by new filter order. The proposed filter is designed with Verilog-HDL and functionally verified with the whole H.264/AVC decoder using the Modelsim 6.2g simulator. Input vectors are QCIF images generated by JM9.4 standard encoder software. As a result of experiment, it shows that the filter can make about 20% total filter cycles reduction and it requires small transposition buffer size.

Development of PDA-Based Software for Forest Geographic Information (PDA기반의 산림지리정보 소프트웨어 개발에 관한 연구)

  • Suk, Sooil;Lee, Heonho;Lee, Dohyung
    • Journal of Korean Society of Forest Science
    • /
    • v.96 no.1
    • /
    • pp.7-13
    • /
    • 2007
  • This study was done to develop PDA based application system for forest geographic information with GPS. The major results obtained in this study were as follows. A PDA based application program was developed to work on $Microsoft^{TM}$ PocketPC 2002 and 2003 operating system. The screen of PDA displays a 1:25,000 digital topographical map adopted DXF format converted from PC, and the map data with 1:2,500 to 1:30,000 on PDA can be zoomed in or out to five levels. Current position and navigating path received from GPS can be displayed on the screen and be saved in PDA. Information selected among layers of digital topographic map in DXF format can be converted into binary files which can be used on forest geographic information software. This can compress DXF files to 90% in size, and the processing speed of PDA was improved. The forest geographic information management system can be used to manage sample plots on which forest inventory is done, with the help of the sub-menus and grid index values with position information received from GPS. Forest workers can in quire forest geographic information such as forest type, location, forest roads, soil erosion control dams using forest geographic information management system in the field. The forest geographic information management system can provide current position and mobile path information to people who enjoy forest related activities like mountain-climbing, sightseeing, and visiting to historic spots.

An Analysis on the Mathematics Curriculum of Gifted High School - Focusing on Content Area and Subject Competency- (영재학교 수학과 교육과정 분석 -내용 영역과 교과 역량을 중심으로-)

  • Lee, Eungyeong;Jeon, Youngju
    • Journal of the Korean School Mathematics Society
    • /
    • v.21 no.1
    • /
    • pp.1-18
    • /
    • 2018
  • This study aims to analyze the mathematics curriculum in the gifted school and obtain the understanding of the current situation of education for the math-gifted children in Korea, therefore providing a point of view for the improvements. In order to attain these purposes, the study examined the subject competency for the mathematics set by regular mathematics curriculum system and 2015 revision curriculum, and extracted the analytical standards, based on which the education plan documents of each gifted school were analyzed. The conclusion that has been made based on the analysis results is as follows. First of all, the curriculum of mathematics in the gifted schools in korea is heavily concentrated on analytics and algebra. Secondly, in mathematics curriculum for gifted children in Korea puts the most emphasis on the problem solving competency. Third, geometry subject in the mathematics curriculum of Korean gifted schools deals with the given content only at the level of regular high school curriculum. Fourth, learning materials in most gifted schools are not the ones especially revised and adapted for the gifted students but usually the ones for the college students. Lastly, gifted schools are running the curriculum featured with curriculum compacting and advance learning focusing on acceleration.

A Sentence Reduction Method using Part-of-Speech Information and Templates (품사 정보와 템플릿을 이용한 문장 축소 방법)

  • Lee, Seung-Soo;Yeom, Ki-Won;Park, Ji-Hyung;Cho, Sung-Bae
    • Journal of KIISE:Software and Applications
    • /
    • v.35 no.5
    • /
    • pp.313-324
    • /
    • 2008
  • A sentence reduction is the information compression process which removes extraneous words and phrases and retains basic meaning of the original sentence. Most researches in the sentence reduction have required a large number of lexical and syntactic resources and focused on extracting or removing extraneous constituents such as words, phrases and clauses of the sentence via the complicated parsing process. However, these researches have some problems. First, the lexical resource which can be obtained in loaming data is very limited. Second, it is difficult to reduce the sentence to languages that have no method for reliable syntactic parsing because of an ambiguity and exceptional expression of the sentence. In order to solve these problems, we propose the sentence reduction method which uses templates and POS(part of speech) information without a parsing process. In our proposed method, we create a new sentence using both Sentence Reduction Templates that decide the reduction sentence form and Grammatical POS-based Reduction Rules that compose the grammatical sentence structure. In addition, We use Viterbi algorithms at HMM(Hidden Markov Models) to avoid the exponential calculation problem which occurs under applying to Sentence Reduction Templates. Finally, our experiments show that the proposed method achieves acceptable results in comparison to the previous sentence reduction methods.

Region Selective Transmission Method of MMT based 3D Point Cloud Content (MMT 기반 3차원 포인트 클라우드 콘텐츠의 영역 선별적 전송 방안)

  • Kim, Doohwan;Kim, Junsik;Kim, Kyuheon
    • Journal of Broadcast Engineering
    • /
    • v.25 no.1
    • /
    • pp.25-35
    • /
    • 2020
  • Recently, the development of image processing technology, as well as hardware performance, has been continuing the research on 3D point processing technology that provides users with free viewing angle and stereoscopic effect in various fields. Point cloud technology, which is a type of representation of 3D point, has attracted attention in various fields because it can acquired/expressed point precisely. However, since Hundreds of thousands, millions of point are required to represent one 3D point cloud content, there is a disadvantage that a larger amount of storage space is required than a conventional 2D content. For this reason, the MPEG (Moving Picture Experts Group), an international standardization organization, is continuing to research how to efficiently compress, store, and transmit 3D point cloud content to users. In this paper, a V-PCC bitstream generated by a V-PCC (Video-based Point Cloud Compression) encoder proposed by the MPEG-I (Immersive) group is composed of an MPU (Media Processing Unit) defined by the MMT. In addition, by extending the signaling message defined in the MMT standard, a parameter for a segmented transmission method of the 3D point cloud content by area and quality parameters considering the characteristic of the 3D point cloud content, so that the quality parameters can be selectively determined according to the user's request. Finally, in this paper, we verify the result through design/implementation of the verification platform based on the proposed technology.

Study on Recycling of Incombustion Materials from MSWI Fluidized Bed Incinerator Ash (생활쓰레기 유동상(流動床) 소각로(燒却爐) 불연물(不燃物)의 재활용에 관한 연구(硏究))

  • Choi, Woo-Zin;Park, Eun-Kyu;Kang, Seung-Kyun
    • Resources Recycling
    • /
    • v.17 no.4
    • /
    • pp.3-9
    • /
    • 2008
  • The total amount of fluidized bed incinerator ash, i.e. incombustion materials generated from the municipal solid waste incineration(MSWI) in Korea was approximately 14,000 tons in 2006. Most of the ash after ferrous metal separation is finally discard to the landfill sites. In the present work, possibility for recycling of the ash is studied to utilize the ash as raw materials for ceramic products. Incombustion materials obtained from the two different incinerators were used to recover the raw materials by applying the magnetic separation and screening process to remove metallic particles. The raw materials show relatively low heavy metals content obtained from the KSLP leaching tests. The ceramic products were prepared by mixing the clay with the various amounts of the raw material. The physical properties, i.e. shrinkage rate, absorbancy and compressive strength of the ceramic products sintered at $1,000^{\circ}C$ and $1,050^{\circ}C$, respectively were improved by increasing the addition amounts of the incinerator ash. Based on the leaching tests the ceramic products also be satisfied with the standard limits on the leachability of heavy metals because most of the metallic materials are effectively removed from the incombustion materials by appling the separation processes.