aetilius / pHash

pHash - the open source perceptual hash library
https://www.phash.org
GNU General Public License v3.0
561 stars 81 forks source link

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

Open 205418367 opened 2 years ago

205418367 commented 2 years ago

CImg src(imgsrc); CImg meanfilter(5, 5, 1, 1, 1); CImg 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 commented 2 years ago

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