Discrete Cosine Transform in image processing -


given vector f , scalar s difference between dct(f) , dct(f+s)

and between dct(f) , dct(f*s)

adding scalar equivalent adding zero-frequency component signal transform, you'll having larger 0th index of dct -- 'peak' if want, of value s/k k constant depending bit on particular implementation.

check out this wikibook link well.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -