 |
|
|
 |
|
|
 |
|
|
 |
|
 |
Thanks for your reply, but still now ,I can download other expect it.Can you send it to me by email? Email:luoxing@live.cn
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi, It is very nice work done by you. I just want to read and display j2k files.
It is working very good in your application. I am just making a j2k reader for me.
Which classes do i need? Please help me in reading and display of J2K images. I am working in C#.net. Thanks in advance
pcs
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Greetings prashant_144 !
The main image library which is used in this program for all the displaying, loading, saving images etc, is the CxImage class.
It can be found here:
www.xdp.it
and of course in this site here
CxImage[^]
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Lampros G wrote: Visible, you can't..
Not completely true, sometime a little soap and water, and some gentle scrubbing of the picture works. Then again, sometimes it doesn't...
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
If you have the original watermark, you can remove it from visibly watermarked images, albiet there will be some loss in quality, as combining 2 images will necessarily remove some of the available information that can be stored per image.
Visual Studio is an excellent GUIIDE.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hello. Is there any option in the program for finding out what is the correlation between inserted invisible watermark via DCT and the same one that we read from a picture?! Thanks. Best regards
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Hello, i am a programmer from China and working in Korea. Now, I need to add a invisible watermark to images, and the marked image should saved as JPG format. And also, i shoud be able to get the mark from the JPG image.... So i found your source and test it. I found the final marked must be BMP format, is it right, or there is something i haven't found. Can you give me some advise. Thank you so much.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
For invisible watermarking followed by JPEG compression, there's only the DCT method that can hold the watermark, between the methods I used. But the image has to be grayscale in this program.
If you have the time and feel like it, you can expand the program to be able to add DCT watermarks in colored images ! Or any other method for that matter, making the program better.. Then send me a copy and update this article including your name too 
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
I am sorry to trouble you again, i test the jpg image marked with text, but when i get the mark, the result is 33333333333333333333333333333333.... it means that it can not detect the mark in the image my step is 1: open grayscale image and marked with text, also input key, the dct coefficient is 100. and then i saved the image to jpg format at quality 100. 2: and than i load the marked image to detect the watermark, load the original mage, it is also a jpg format, input the dct coefficient 100, finally get the mark infomation is 333333333333, it seems that the method can not detect the mark exactly.
The proble may be that, when i save it to the jpg, the mark infomation is also distorted. It seems invisible watermarking followed by JPEG compression is not a simple problem.
looking forward your replay. 
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Yes that can happen, but it's not the programs fault. It means that there was not much or not at all space to embed the watermark according to the lowest coefficient you put and the size of the image.
Try putting images with relative big dimensions and putting the lowest dct coefficient as low as it gets (just before making the image "break").
Even with large images the information stored will not be big. Generally 1 word (like your name or something like that) is all that it can save..
I hope that this will help!
|
| Sign In·View Thread·PermaLink | 4.20/5 (2 votes) |
|
|
|
 |
|
 |
i am having this configration problem i installed itabout 7 times but the exe didnt work? same problem what should i do ?i installed all the dlls and the same problem appears :(
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
I will post an external link with a full demo setup file of a previous build used VS6 that i know it works. Download just that if you just want to run it.
Check back in the project's site in a day or 2!
Happy 2009
modified on Monday, January 5, 2009 10:38 AM
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi
When i try run the source code program in Visual Studio 2005 .Net , this error will be appear (5 Error):
c:\cximage600_full\porcupinesrc\source\eikonadoc.h(21) : fatal error C1083: Cannot open include file: 'ximage.h': No such file or directory eikonaDoc.cpp c:\cximage600_full\porcupinesrc\source\eikonadoc.h(21) : fatal error C1083: Cannot open include file: 'ximage.h': No such file or directory eikonaView.cpp c:\cximage600_full\porcupinesrc\source\eikonadoc.h(21) : fatal error C1083: Cannot open include file: 'ximage.h': No such file or directory ftpaccess.cpp c:\cximage600_full\porcupinesrc\source\mass.cpp(9) : fatal error C1083: Cannot open include file: 'ximage.h': No such file or directory Matrix.cpp BSCMAKE: error BK1506 : cannot open file '.\Debug\eikona.sbr': No such file or directory
please can you tell me how i can fix it, its very important to me.
Regard
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
I try it, it still same error ..
You said in the article "Then download the Porcupine source and place the folder inside the CxImage folder, along with the others (bin, CxImage, Debug,demo etc..)" U mean of CxImage the folder of CxImage library if i under stand, but i dont find folder Debug inside it? i find bin, CxImage and demo. so its that the reason of error ?
Thanks
modified on Sunday, May 18, 2008 9:24 AM
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Have you batch built the library? You have to build the library first!
Open the CxImgLib.dsw and press batch build. And let it build.. It will take a while
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
 |
Yes i Batch it, the result of batch
Build: 52 succeeded, 0 failed, 0 skipped
But without create Debug file inside CxImage600_full folder, its bult debug file inside CxImage folder inside CxImage600_full folder, is that true?
Regard
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Maybe they upgraded the CxImage library from the version i used.. I really don't know
Try paying a visit to the official library site to see some instructions how to use it..
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |