Matlab Code for implementing ring partition technique used in Robust Perceptual Image Hashing
이전 댓글 표시
The hashing consists of three steps. First the input image is converted to a normalized image with a standard size.Next, the normalized image is partitioned into different rings which are then used to construct a secondary image. Lastly, NMF ( Nonnegative Matrix Factorization) is applied to the secondary image and image hash is finally formed by NMF coefficients
I have divided a 512*512 square image into 32 rings and calculated their individual radii (r0-r31)
Now how do I obtain the pixel values in each ring and classify them into a set to make a sorted vector in ascending order? The next step is to map this vector into a new vector by linear interpolation to finally obtain a secondary image which is unrelated to rotation.
답변 (1개)
deepika kl
2017년 3월 1일
편집: deepika kl
2017년 3월 1일
0 개 추천
Mathlab Ring partitions code
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!