🧑🏻💻용어 정리 Computer vision Edge Segmentation huffman coding run-length encoding Transfer coding DCT Quantization Thresholding Zigzag scanning DC AC Entropy coding Decoding 이번에는 compression 중에서도 lossy compression, 즉 손실 압축에 대해 다루겠습니다. 해당 과정을 이어서 살펴보겠습니다. Transfer coding block은 m x n의 크기에 대해서 다루겠습니다. DCT가지고 저번에는 4 x 4로 했었고, 8 x 8의 block으로 진행해보겠습니다. 지금, 0 ~ 255 사이의 값들이 들어가 있습니다. 다음의 과정을 봅시다. 1. 각 pix..