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

rest - Spring boot: Request method 'PUT' not supported -

php - Magento - Deleted Base url key -

symfony - imagine_filter() not generating the correct url in LiipImagineBundle -