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

请教这几个函数问题,谢谢 #35

Open
205418367 opened this issue Mar 10, 2022 · 1 comment
Open

请教这几个函数问题,谢谢 #35

205418367 opened this issue Mar 10, 2022 · 1 comment

Comments

@205418367
Copy link

CImg<uint8_t> src(imgsrc);
CImg meanfilter(5, 5, 1, 1, 1);
CImg<uint8_t> img = src.RGBtoYCbCr().channel(0).get_convolve(meanfilter);

请问,1、meanfilter(5, 5, 1, 1, 1) 2、src.RGBtoYCbCr();3、src.RGBtoYCbCr().channel(0);4、src.RGBtoYCbCr().channel(0).get_convolve(meanfilter) 能分别解释一下吗?

@205418367
Copy link
Author

主要是这一步怎么理解?get_convolve(meanfilter)

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

1 participant