bk_gauss.plg
来自「本算法基于混合高斯模型编程」· PLG 代码 · 共 39 行
PLG
39 行
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: BK_Gauss - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\冯军\LOCALS~1\Temp\RSPA7.tmp" with contents
[
/nologo /MLd /W3 /Gm /GX /ZI /Od /I "C:\Program Files\openCV\cxcore\include" /I "C:\Program Files\openCV\cv\include" /I "C:\Program Files\openCV\otherlibs\highgui" /I "C:\Program Files\openCV\cvaux\include" /I "c:\Program Files\OpenCV\cv\src" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/BK_Gauss.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"C:\Documents and Settings\冯军\桌面\大论文实验\BK_Gauss混合高斯背景\BKgauss.cpp"
]
Creating command line "cl.exe @"C:\DOCUME~1\冯军\LOCALS~1\Temp\RSPA7.tmp""
Creating temporary file "C:\DOCUME~1\冯军\LOCALS~1\Temp\RSPA8.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib cxcore.lib cv.lib ml.lib cvaux.lib highgui.lib cvcam.lib cvaux.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/BK_Gauss.pdb" /debug /machine:I386 /out:"Debug/BK_Gauss.exe" /pdbtype:sept /libpath:"C:\Program Files\OpenCV\bin"
".\Debug\BKgauss.obj"
]
Creating command line "link.exe @"C:\DOCUME~1\冯军\LOCALS~1\Temp\RSPA8.tmp""
<h3>Output Window</h3>
Compiling...
BKgauss.cpp
C:\Documents and Settings\冯军\桌面\大论文实验\BK_Gauss混合高斯背景\BKgauss.cpp(55) : warning C4101: 'result' : unreferenced local variable
C:\Documents and Settings\冯军\桌面\大论文实验\BK_Gauss混合高斯背景\BKgauss.cpp(56) : warning C4101: 'reader' : unreferenced local variable
C:\Documents and Settings\冯军\桌面\大论文实验\BK_Gauss混合高斯背景\BKgauss.cpp(55) : warning C4101: 'squares' : unreferenced local variable
Linking...
Creating command line "bscmake.exe /nologo /o"Debug/BK_Gauss.bsc" ".\Debug\BKgauss.sbr""
Creating browse info file...
<h3>Output Window</h3>
<h3>Results</h3>
BK_Gauss.exe - 0 error(s), 3 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?