 |
|
 |
my project is coded in the VC 6++. when i use vc2008,it can't pass,the cause is the problem of cimage.lib. can i use cxiamge to replace cimage ?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I need to use this program so that it will be sensitive for colors. I.e. in RGB color space. I know that FFT2 function calculates in grayscale, so my question is, if is possible to separate rgb channels and calculate FFT2 for each of them? Any ideas? Suggestions? I found in source code this:
int iPixelSize = 1; but simply change 1 value for 3 isn't enough. Second question, if first is possible, how to put FFT2 results for separate channels into this:
pImage = rfft1.GetBits();
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Thanks the author,firstly. But your program perhaps is older.The CxImage is renew quickly, so I can not compile the program with your older code.So I hope the author renew the program and make it do well in the new CxImage.
good man,good thing
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
 |
Why not post a working application. This way people could check out the application/algorithms before without a lot of hassle.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi,
I could not find these Links.Will u pls help me.. http://www.telecom.tuc.gr/paperdb/icassp99/PDF/AUTHOR/IC991221.PDF, http://debut.cis.nctu.edu.tw/pages/slides/jeffrey/present2.pdf
Thanks in Advance Kokila Somasundaram
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
Dear Sir Thank you , Just i want to ask if can i find the same system under MATLAB languge, thank you
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
in visual studio
go to properties>input>additional dependencies and put these file names
Jpeg.lib Tiff.lib png.lib cximage.lib jasper.lib libdcr.lib zlib.lib mng.lib
|
| Sign In·View Thread·PermaLink | 1.50/5 (4 votes) |
|
|
|
 |
|
 |
I followed you like that,but error happened: error LNK2001: unresolved external symbol "public: bool __thiscall CxImage::Load(char const *,unsigned long)" (?Load@CxImage@@QAE_NPBDK@Z)
would you please help me .thanks!
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
 |
I see now!Linking an external library, you must take care that both the application and the library use the same settings for the compiler and the linker. Of course some settings are not mandatory, but it is a good rule to check ALL the options, when you can not find the problem.
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
 |
@KevinChen: I try to compile and many errors appear cximage.lib(ximaraw.obj) : error LNK2019: unresolved external symbol _dcr_cleanup_dcraw referenced in function "public: bool __thiscall CxImageRAW::Decode(class CxFile *)" (?Decode@CxImageRAW@@QAE_NPAVCxFile@@@Z) 1>cximage.lib(ximaraw.obj) : error LNK2019: unresolved external symbol _dcr_flip_index referenced in function "public: bool __thiscall CxImageRAW::Decode(class CxFile *)" (?Decode@CxImageRAW@@QAE_NPAVCxFile@@@Z)
Do you see it? Can you help me
|
| Sign In·View Thread·PermaLink | 1.86/5 (6 votes) |
|
|
|
 |
|
|
 |
|
 |
What can I use the compiler for this project? C++, .NET or Visual C++ And I can use wha't file to compile and run Help me. Tks
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Hi, I have built this project successfully. 
You could find all library and header files needed by this project in the CxImage project. http://www.codeproject.com/bitmap/cximage.asp
All library files needed in this project are Jpeg.lib, Tiff.lib, png.lib, cximage.lib, jasper.lib, and zlib.lib. You could replace the orignial including library files "jbig.lib j2000.lib cximage.lib demo.lib Jpeg.lib Tiff.lib png.lib zlib.lib" by "Jpeg.lib Tiff.lib png.lib cximage.lib jasper.lib zlib.lib" (Project -> Settings -> Link -> Object/library modules). And then copy the following files from the CxImage project into this project
Library files: 1. Jpeg.lib 2. Tiff.lib 3. png.lib 4. cximage.lib 5. jasper.lib 6. zlib.lib
Header files: 1. ximage.h 2. xfile.h 3. xiofile.h 4. xmemfile.h 5. ximadef.h 6. ximacfg.h
After that, this project should be built successfully. Hope this helps. 
Best regards,
Kevin Chen
|
| Sign In·View Thread·PermaLink | 2.44/5 (9 votes) |
|
|
|
 |
|
 |
ok,this project has been built successfully.Thank you.
ps,where are the following Library files? 1. Jpeg.lib 2. Tiff.lib 3. png.lib 4. cximage.lib 5. jasper.lib 6. zlib.lib ---------------- You shuold build the corresponding project ,and you can find the following Library files: 1. Jpeg.lib 2. Tiff.lib 3. png.lib 4. cximage.lib 5. jasper.lib 6. zlib.lib
in debug files.
felixhsu from china, 呵呵
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Hi..can anyone send the full and modified program over to me...me having prob to execute...plus all the nec lib..keigotheboss82@gmail.com...thanks!!!
kevin
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Hello, i am getting Error no C2039 CxImage.lib error, may i know how to solve this problem. please any body help mr or send me modified source to benarasimhams@gmail.com
|
| Sign In·View Thread·PermaLink | 2.30/5 (9 votes) |
|
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
 |
i have only change the lib sequence form project setting before that it was giving error demo.lib now at the end it ask about demo.exe i put it in project folder at the time of execution it give windows error message and donot execute plz tell me about that
Communication Engineer
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I get the same problem about demo.lib. I can find demod.lib in folder cximage599c_full\bin only.
I try to rename demod.lib to demo.lib and copy all the necessary libraries from other debug folders, then run it. It gives many error messages. It said the program cannot link the symbols: jas_comprof, jas_free, jas_image_chclrspc,....etc
Pls help me
|
| Sign In·View Thread·PermaLink | 1.50/5 (2 votes) |
|
|
|
 |