• 제목/요약/키워드: Compression method

검색결과 3,462건 처리시간 0.03초

Efficient Image Size Selection for MPEG Video-based Point Cloud Compression

  • Jia, Qiong;Lee, M.K.;Dong, Tianyu;Kim, Kyu Tae;Jang, Euee S.
    • 한국방송∙미디어공학회:학술대회논문집
    • /
    • 한국방송∙미디어공학회 2022년도 하계학술대회
    • /
    • pp.825-828
    • /
    • 2022
  • In this paper, we propose an efficient image size selection method for video-based point cloud compression. The current MPEG video-based point cloud compression reference encoding process configures a threshold on the size of images while converting point cloud data into images. Because the converted image is compressed and restored by the legacy video codec, the size of the image is one of the main components in influencing the compression efficiency. If the image size can be made smaller than the image size determined by the threshold, compression efficiency can be improved. Here, we studied how to improve the compression efficiency by selecting the best-fit image size generated during video-based point cloud compression. Experimental results show that the proposed method can reduce the encoding time by 6 percent without loss of coding performance compared to the test model 15.0 version of video-based point cloud encoder.

  • PDF

3D 메쉬 모델의 쉐이딩 시 시각적 왜곡을 방지하는 법선 벡터 압축에 관한 연구 (The Compression of Normal Vectors to Prevent Visulal Distortion in Shading 3D Mesh Models)

  • 문현식;정채봉;김재정
    • 한국CDE학회논문집
    • /
    • 제13권1호
    • /
    • pp.1-7
    • /
    • 2008
  • Data compression becomes increasingly an important issue for reducing data storage spaces as well as transmis-sion time in network environments. In 3D geometric models, the normal vectors of faces or meshes take a major portion of the data so that the compression of the vectors, which involves the trade off between the distortion of the images and compression ratios, plays a key role in reducing the size of the models. So, raising the compression ratio when the normal vector is compressed and minimizing the visual distortion of shape model's shading after compression are important. According to the recent papers, normal vector compression is useful to heighten com-pression ratio and to improve memory efficiency. But, the study about distortion of shading when the normal vector is compressed is rare relatively. In this paper, new normal vector compression method which is clustering normal vectors and assigning Representative Normal Vector (RNV) to each cluster and using the angular deviation from actual normal vector is proposed. And, using this new method, Visually Undistinguishable Lossy Compression (VULC) algorithm which distortion of shape model's shading by angular deviation of normal vector cannot be identified visually has been developed. And, being applied to the complicated shape models, this algorithm gave a good effectiveness.

영상 적응형 무손실 영상 압축 (Image-adaptive Lossless Image Compression)

  • 원종우;오현종;장의선
    • 방송공학회논문지
    • /
    • 제9권3호
    • /
    • pp.246-256
    • /
    • 2004
  • 본 논문에서는 새로운 무손실 영상 압축 알고리즘을 제안한다. 무손실 영상 압축(Lossless Image Compression)은 Prepress Industry, Remote Sensing, Image archival system과 같이 정확성과 정밀도를 요하는 분야에서 사용된다 무손실 영상 압축은 원 영상와 복원 영상가 완전히 일치하여 품질을 그대로 유지할 수 있으나. 압축 효율 면에서는 만족할 만한 효과를 볼 수 없다. 기존의 대표적인 무손실 영상 압축 방법으로는 CALIC과 JPEG-LS이 있다. CALIC은 높은 압축률을 나타내지만, 3-PASS의 선처리과정을 요구하여 복잡도가 높아지는 단점이 있는 반면 JPEG-LS는 압축률에서 CALIC에 못 미치지만 복잡도가 낮아 부호화/복호화 과정이 빠르며 이 분야의 표준으로 지정되어 있다. 본 논문에서 제안한 영창 적응형 무손실 영상 압축기술은 다수의 예측기를 통해 현재 화소에 가장 적절한 오차값을 예측하였다. 또한, 산술 부호화(arithmetic coding)시 다수의 심볼 확률 모델을 사용함으로써, 단일 모델을 이용하는 방식에 비해 압축 효율을 향상시켰다. 다중 모델을 이용하는 방식은 본 논문에서 제안한 방식뿐만 아니라, 다른 무손실 영상 압축방법에도 그대로 적용이 가능하다. 실험 결과, JPEG-LS보다 약 5%의 압축 효율 향상이 있었다. 또한 CALIC과는 압축효율이 같거나 근소한 우위를 나타냈다.

휴대장치를 위한 고속복원의 프로그램 코드 압축기법 (A Program Code Compression Method with Very Fast Decoding for Mobile Devices)

  • 김용관;위영철
    • 한국정보과학회논문지:소프트웨어및응용
    • /
    • 제37권11호
    • /
    • pp.851-858
    • /
    • 2010
  • 대부분의 휴대기기는 보조 기억장치로 NAND flash 메모리를 사용하고 있다. 또한, firmware의 크기를 줄이고 NAND flash로부터 주기억장치로 로딩하는 시간을 줄이기 위해서 압축된 코드를 NAND flash에 저장한다. 특히, 압축된 코드는 매우 빠르게 해제가 되어야 demand paging 이 적용 가능하게 된다. 본 논문에서는 이를 위하여 새로운 사전식 압축 알고리즘을 제안한다. 이 압축방식은 기존의 LZ형식과는 다르게 현재 압축하고자 하는 명령어(instruction)가 참조된 명령어와 같지 않을 경우, 프로그램 코드의 명령어의 특성을 이용하여 두 명령어의 배타 논리합(exclusive or) 값을 저장하는 방식이다. 또한, 압축 해제 속도를 빠르게 하기 위해서, 비트 단위의 연산을 최소화한 압축형식을 제공한다. 실험결과 zlib과 비교해서 최대 5배의 압축해제 속도와 4%의 압축률 향상이 있었으며, 이와 같이 매우 빠른 압축해제 속도에 따라 부팅 (booting) 시간이 10~20% 단축되었다.

콘크리트 합성 유리섬유 복합소재 압축부재의 거동특성 (Structural Characteristics of Concrete Filled GFRP Composite Compression Member)

  • 이성우;최석환;손기훈;김성태
    • 한국전산구조공학회:학술대회논문집
    • /
    • 한국전산구조공학회 2001년도 봄 학술발표회 논문집
    • /
    • pp.181-188
    • /
    • 2001
  • Due to many advantage of advanced composite material, research on the composite compression member is initiated. In this paper structural characteristics of concrete filled glass fiber reinforced composite tubular member is studied. Through 4-point flexural test with various level of axial force, the performance of composite compression member was analyzed. Also numerical method to find P-M diagram of composite compression member was developed. It is demonstrated that result of numerical method agree well with experimental results.

  • PDF

압축헝 앵커의 설계법 개발 (Development of Design Method of Compression(SSC) Anchor)

  • 임종철;홍석우;이태형;이외득
    • 한국지반공학회논문집
    • /
    • 제15권1호
    • /
    • pp.63-78
    • /
    • 1999
  • 압축형 앵커의 설계를 위해서는 세가지의 조건이 고려되어져야 한다. 그 첫째가 주면마찰저항력이고, 둘째가 강선의 인장강도이고, 셋째가 그라우트의 압축강도이다. 특히, 세가지 조건 중에서도 그라우트의 압축강도는 압축형 앵커의 인발력 산정에 있어서 가장 중요한 매개변수가 된다. 압축형 앵커가 지중에서 인발될 때, 그라우트의 압축강도는 지반 구속압에 의해 증가하게 된다. 이 지반 구속압은 정지 토압에 의한 구속압과 "포아송 효과"라고 부르는 횡방향 팽창에 의해 증가되는 구속압으로 이루어져 있다. 본 논문에서는 압축형 앵커인 SSC 앵커의 내하체 압축시험을 통해 앵커 설계법을 제안하고, 이 설계법을 사용하여 앵커의 인발저항력을 계산하는 컴퓨터 프로그램을 개발하였다.그램을 개발하였다.

  • PDF

Multi-Level 양자화 기법을 사용한 BTC 영상 압축 알고리즘 (BTC Algorithm Utilizing Multi-Level Quantization Method for Image Compression)

  • 조문기;윤영섭
    • 전자공학회논문지
    • /
    • 제50권6호
    • /
    • pp.114-121
    • /
    • 2013
  • BTC 영상 압축은 간단하고, 하드웨어 구현이 용이하여, LCD의 오버드라이브에 필요한 영상 압축 기법으로 널리 사용되어지고 있다. 본 논문에서는 압축 손실을 줄이기 위한 방법으로, MLQ-BTC (Multi-Level Quantization BTC) 알고리즘을 제안한다. MLQ-BTC 알고리즘은 입력 영상을 Quasi 8-level BTC 방법과 Advanced 2-level BTC 방법으로 압축 및 복원하여, 압축손실이 적은 알고리즘을 선택하는 과정이다. 시뮬레이션으로 기존의 BTC 알고리즘과 PSNR 및 압축비율의 비교를 통해서, 제안한 알고리즘의 효율성을 확인하였다.

무선센서네트워크에서 센서 데이터 손실과 오류 감소를 위한 데이터 압축 방법 (Data Compression Method for Reducing Sensor Data Loss and Error in Wireless Sensor Networks)

  • 신동현;김창화
    • 한국멀티미디어학회논문지
    • /
    • 제19권2호
    • /
    • pp.360-374
    • /
    • 2016
  • Since WSNs (Wireless Sensor Networks) applied to their application areas such as smart home, smart factory, environment monitoring, etc., depend on sensor data, the sensor data is the most important among WSN components. The resources of each node consisting of WSN are extremely limited in energy, hardware and so on. Due to these limitation, communication failure probabilities become much higher and the communication failure causes data loss to occur. For this reason, this paper proposes 2MC (Maximum/Minimum Compression) that is a method to compress sensor data by selecting circular queue-based maximum/minimum sensor data values. Our proposed method reduces sensor data losses and value errors when they are recovered. Experimental results of 2MC method show the maximum/minimum 35% reduction efficiency in average sensor data accumulation error rate after the 3 times compression, comparing with CQP (Circular Queue Compression based on Period) after the compressed data recovering.

실내요소실험에 의한 압축형 앵커의 정착부 보강효과 분석 (Analysis on Reinforcing Effect at Fixed Part of Compression Anchor by Laboratory Element Tests)

  • 홍석우
    • 한국해양공학회지
    • /
    • 제16권5호
    • /
    • pp.49-55
    • /
    • 2002
  • The compression anchor is characterized by decrement of progressive failure, simple site work, economy and durability compared with tension anchor. In this paper, compression anchor is analysed through the laboratory element tests. The formula to be estimate the grout strength in fixed part of compression anchor and the effective reinforcement method for several types of soil were suggested. The following conclusions were made from this study : (1) A formula, which is able to calculate the grout strength in the fixed part of the compression anchor, is suggested. (2) The strength increment ratios( $R_{si}$) are 100%, 132%, 147%, 217% according to the reinforcement method of grout. The reinforcement method is Non, Outside spiral, Inside-Outside spiral, Steel pipe, respectively. (3) The strength increment ratios( $R_{si}$) by reinforcing can be 8.23 times the strength increment effect according to the reinforcement types and ground confining pressure. (4) The steel pipe reinforcement is most effective in decomposed soil while, in the case of hard rock ground, high confining pressure is exerted on the grout, so there is no need to use reinforcements.

Thermodynamic and Aerodynamic Meanline Analysis of Wet Compression in a Centrifugal Compressor

  • Kang, Jeong-Seek;Cha, Bong-Jun;Yang, Soo-Seok
    • Journal of Mechanical Science and Technology
    • /
    • 제20권9호
    • /
    • pp.1475-1482
    • /
    • 2006
  • Wet compression means the injection of water droplets into the compressor of gas turbines. This method decreases the compression work and increases the turbine output by decreasing the compressor exit temperature through the evaporation of water droplets inside the compressor. Researches on wet compression, up to now, have been focused on the thermodynamic analysis of wet compression where the decrease in exit flow temperature and compression work is demonstrated. This paper provides thermodynamic and aerodynamic analysis on wet compression in a centrifugal compressor for a microturbine. The meanline dry compression performance analysis of centrifugal compressor is coupled with the thermodynamic equation of wet compression to get the meanline performance of wet compression. The most influencing parameter in the analysis is the evaporative rate of water droplets. It is found that the impeller exit flow temperature and compression work decreases as the evaporative rate increases. And the exit flow angle decreases as the evaporative rate increases.