 |
|
 |
I voted the minimum because, in my opinion, codeproject is not a code download area, it is a development resource website.
The technology used is not explained.
Your scientific approach towards the problem is not explained.
Anyway,
Best regards.
05BEA407F8F0DFDB7A0F1E77F473EE0F
|
|
|
|
 |
|
 |
Nothing is explained, please remember that codeproject is not a code download area!
|
|
|
|
 |
|
 |
hello
memohon jasa baik tuan menghantarkan kepada saya source code untuk cbir using color histogram di dalam bentuk MATLAB.
jasa baik tuan sangat diperlukan.
terima kasih
|
|
|
|
 |
|
 |
Hello
Can u pls tell me how should i run the project.. I do not know how to search the images
Pls help me with the procedure along with the description of "Load Key" "Find images"
the project has built successfully
I'm using Visual Studio C++ 2008 edition.
Plss reply asap..
|
|
|
|
 |
|
 |
plz give me a hints how to display the images in a matlab guide frame or listbox. it is possible to display in a separate graphics window.
|
|
|
|
 |
|
 |
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 ?
|
|
|
|
 |
|
 |
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; // 1=GrayScale, 3=24bpp, 4=32bpp
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();
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
Why not post a working application. This way people could check out the application/algorithms before without a lot of hassle.
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
hi..if u can send me the same code in matlab i 'll be greatfull...
|
|
|
|
 |
|
 |
hello can u please send me m code for cbir using color histogram
|
|
|
|
 |
|
 |
hello , can you send us the same project in matlab please
|
|
|
|
 |
|
 |
hello , can you show us the same project in matlab please
|
|
|
|
 |
|
 |
Dear Sir
Thank you , Just i want to ask if can i find the same system under MATLAB languge, thank you
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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!
|
|
|
|
 |
|
 |
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.
|
|
|
|
 |
|
|
 |
|
 |
@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
|
|
|
|
 |
|
 |
i have the same problem.who can helo?
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
does anyone have an implementation of gabor function?
|
|
|
|
 |
|
 |
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
|
|
|
|
 |
|
 |
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,
呵呵
|
|
|
|
 |