Click here to Skip to main content
15,886,578 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Im doing a invisible watermarking project(C#). On that project, I have to use DCT implementation. But I don't have fair knowledge in DCT.

I found this link in code project :

DCT Implementation in C# (DCT of Image)[^][^]


But couldn't get an idea about this,

If anyone help to understand this things, it would be a great help to me..

1. why we use DCT in watermarking (Image Authentication)
2. we have to apply DCT in cover image, then embedding the secret image.Is this correct.

Up to now, I divided the my cover image in to 8*8 blocks, to further move, please any one suggest idea.

Thanks in Advance
Posted
Updated 23-Nov-15 5:30am
v3
Comments
[no name] 23-Nov-15 14:25pm    
JPEG uses DCT for compression so any JPEG library should work.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900