Extracting DCT coefficients from encoded images and video
问题 Is there a way to easily extract the DCT coefficients (and quantization parameters) from encoded images and video? Any decoder software must be using them to decode block-DCT encoded images and video. So I\'m pretty sure the decoder knows what they are. Is there a way to expose them to whomever is using the decoder? I\'m implementing some video quality assessment algorithms that work directly in the DCT domain. Currently, the majority of my code uses OpenCV, so it would be great if anyone