Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jpeg2dct or cv2.dct #31

Open
YuqiangY opened this issue Aug 28, 2020 · 4 comments
Open

jpeg2dct or cv2.dct #31

YuqiangY opened this issue Aug 28, 2020 · 4 comments

Comments

@YuqiangY
Copy link

This is a wonderful research idea and thought process.
But I have a question now: Are there many differences between jpeg2dct and cv2.dct with blockwise?
I have used them to do classification on Cifar10, but they have the same results almostly.

@DayBreak-u
Copy link

您好,请问cv2.dct 具体是怎么操作的呀?

@YuqiangY
Copy link
Author

YuqiangY commented Jan 4, 2021

您好,请问cv2.dct 具体是怎么操作的呀?

貌似是利用到了fft,反正两者计算结果是有差别的,但是最终的效果差不多

@luowei0701
Copy link

您好,jpeg2dct后得到的dct_y、dct_cr、dct_cb ,他是(M,N,64)大小的,这个64维度是不是按照低频到高频排列的,有没有ZigZag呢?

@J-JunChen
Copy link

@LBJ23233 请问你利用OpenCV实现的,有对DCT输入进行Normalize进行归一化吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants