Home > Software engineering >  Learning in image retrieval, encountered such a problem
Learning in image retrieval, encountered such a problem

Time:10-31

Error report:
1> -- -- -- -- -- - has started to generate: project: ImageRetrieval, configuration: Debug Win32 -- -- -- -- -- --
1> Are compiling...
1> Bmpfile. CPP
1> C: \ users \ \ administrator \ desktop \ imageretrieval \ imageretrieval \ bmpfile CPP (1) : fatal error C1083: cannot open include file: "bmpfile. H" : No to the file or directory
1> FeaturExtract. CPP
1> C: \ users \ \ administrator \ desktop \ imageretrieval \ imageretrieval \ featurextract CPP (1) : fatal error C1083: cannot open include file: "featurextract. H" : No to the file or directory
1> Being generated code...
1> Generate log in "file://c:\Users\Administrator\Desktop\ImageRetrieval\ImageRetrieval\Debug\BuildLog.htm
"

O great god told the detailed solution
Note: the bmpfile. H defines the basic information of the image
Bmpfile. CPP is a member variable initialization
FeaturExtact image feature extraction is
The test is to test the image loaded

Generate logs:
Generation has started: project: ImageRetrieval, configuration: Debug | Win32
The command line is to create temporary file "c: \ Users \ \ Administrator \ Desktop \ ImageRetrieval \ ImageRetrieval \ Debug \ RSP00000F824010940 RSP", its content is

"WIN32/Od/D/D/D" _DEBUG "" _CONSOLE/D/D" _UNICODE "" UNICODE"/Gm/EHsc/RTC1/MDd/Fo "Debug \ "/Fd "Debug \ vc90 PDB/W3/c/ZI/TP \ FeaturExtract CPP

. \ bmpfile. CPP
]
Is creating the command line "cl. Exe @ c: \ Users \ Administrator \ Desktop \ ImageRetrieval \ ImageRetrieval \ Debug \ RSP00000F824010940 RSP/nologo/errorReport: prompt", "
Output window are compiling...
Bmpfile. CPP
C: \ users \ \ administrator \ desktop \ imageretrieval \ imageretrieval \ bmpfile CPP (1) : fatal error C1083: cannot open include file: "bmpfile. H" : No to the file or directory
FeaturExtract. CPP
C: \ users \ \ administrator \ desktop \ imageretrieval \ imageretrieval \ featurextract CPP (1) : fatal error C1083: cannot open include file: "featurextract. H" : No to the file or directory
Being generated code...
The results generated log in "file://c:\Users\Administrator\Desktop\ImageRetrieval\ImageRetrieval\Debug\BuildLog.htm
"ImageRetrieval - 2 error, zero warning

CodePudding user response:

Can not find all files, you look at the corresponding documents have

CodePudding user response:

You # include "bmpfile. H" this statement is certainly bmpfile. One more space in front of the h
Should remove

CodePudding user response:

The corresponding file is some ah
I remove the blank space, still won't do ╮ (╯ del ╰) ╭

CodePudding user response:

http://download.csdn.net/index.php/mobile/source/detail/pww71/9513746

CodePudding user response:

Set up the vc include paths, or written in absolute path, anyway is certainly didn't find header files

CodePudding user response:

Look at your map, only bmpfile no bmpfile. J h, named after the wrong?
  • Related