您的位置:首页 > 其它

radial image perceptual hash

2012-12-23 23:58 295 查看


Radial Image Hash

paper:Robust image hashing based on radial variance of pixels

work flow:
1.cvsmooth
2.convert cartesian coordinates to log polar coordinate
3.get the varience to captures image discontinuities
4.get radial variance vector
5.do DCT transfrom
6.get the most important DCT coefficient
7.generate hash value

代码实现比较容易,opencv提供了很多方便的函数,比如cvLogPolar,cvSubS, cvReduce,cvDCT

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: