Giter Site home page Giter Site logo

shurenqi / fgpcet Goto Github PK

View Code? Open in Web Editor NEW
16.0 2.0 4.0 32 KB

Matlab code for the paper "Color image zero-watermarking based on Fast Quaternion Generic Polar Complex Exponential Transform"

MATLAB 95.39% M 4.61%
pattern-recognition image-processing image-analysis orthogonal-moments fast-fourier-transform

fgpcet's Introduction

Fast Generic Polar Complex Exponential Transform

This repository is an implementation of the method in
"Color image zero-watermarking based on Fast Quaternion Generic Polar Complex Exponential Transform", Signal Processing: Image Communication, 2020.
Code implemented by Shuren Qi ( [email protected] ). All rights reserved.

Overview

In 2011, the Generic Polar Complex Exponential Transform (GPCET) was proposed by Hoang et al. [1]. As a generalization of various harmonic function-based moments, GPCET has numerous beneficial mathematical properties such as orthogonality, completeness and rotation-invariance. The main distinctive property of GPCET is that the computed coefficients can put emphasis on certain portions of an image by changing a parameter, which is similar to the time-frequency analysis tools. Later, in [2], Hoang et al. extended and improved the research of [1]; in [3], a fast computation strategy for GPCET based on the recurrence relations and geometrical symmetry was proposed. However, these methods basically rely on zero-order approximation (ZOA) in Cartesian coordinate system, namely direct calculation. Three defects limit its practical application: computationally expensive, numerically unstable and inaccurate.
When a large number of coefficients are needed or large-sized images are used, the complexity of direct calculation may become excessively high. Since these requirements are common in practical applications, we propose a fast Fourier transform (FFT)-based calculation method in polar coordinate system, namely Fast Generic Polar Complex Exponential Transform (FGPCET). Compared with the direct calculation method, the proposed FGPCET has the following three advantages
Low Complexity. Suppose K order GPCET coefficients need to be calculated and the up-sampling parameter M is proportional to the image size N. If only multiplication is considered, complexity of the direct calculation is O(N^2·K^2) . In contrast, the FGPCET has a lower complexity O(N^2·logN) due to the use of the 2D-FFT.
Numerical Stability. For the direct calculation, it is numerically unstable due to the unboundedness (very high values near the origin) of the radial kernels. For the FGPCET, the numerical instability is eliminated.
High Precision. Since the up-sampling is used, i.e., M>>N , numerical error and geometric error of the FGPCET are much smaller than those of the direct calculation scheme.

[1] T.-V. Hoang, S. Tabbone, Generic polar harmonic transforms for invariant image description, in: Proceedings of the 18th IEEE International Conference on Image Processing, 2011, pp. 829–832.
[2] T.-V. Hoang, S. Tabbone, Generic polar harmonic transforms for invariant image representation, Image Vis. Comput. 32 (8) (2014) 497-509.
[3] T.-V. Hoang, S. Tabbone, Fast generic polar harmonic transforms, IEEE Trans. Image Process. 23 (7) (2014) 2961-2971.

fgpcet's People

Contributors

shurenqi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

fgpcet's Issues

some questions about the code of "Color image zero-watermarking based on Fast Quaternion Generic Polar Complex Exponential Transform"

Dear author,
I am a university college student. May I ask some questions about the code of "Color image zero-watermarking based on Fast Quaternion Generic Polar Complex Exponential Transform"?
After running the code, I found the result is not the color image. So I replace the color image, but the result is not been changed. Besides, can other pictures of results in the paper "Color image zero-watermarking based on Fast Quaternion Generic Polar Complex Exponential Transform" be provided only by MATLAB such as security test and so on. Do I need any other operation?
Hope to your reply. Thanks a lot.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.