⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 face.plg

📁 本vc++代码实现了人脸检测系统
💻 PLG
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: face - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating command line "rc.exe /l 0x804 /fo"Debug/face.res" /d "_DEBUG" /d "_AFXDLL" "D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\face.rc"" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8C.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/face.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp"
"D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\face.cpp"
"D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\faceDoc.cpp"
"D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\faceView.cpp"
"D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\MainFrm.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8C.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8D.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR"Debug/" /Fp"Debug/face.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
"D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\StdAfx.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8D.tmp" 
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8E.tmp" with contents
[
/nologo /subsystem:windows /incremental:yes /pdb:"Debug/face.pdb" /debug /machine:I386 /out:"Debug/face.exe" /pdbtype:sept 
".\Debug\DIB.obj"
".\Debug\face.obj"
".\Debug\faceDoc.obj"
".\Debug\faceView.obj"
".\Debug\MainFrm.obj"
".\Debug\StdAfx.obj"
".\Debug\face.res"
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP8E.tmp"
<h3>Output Window</h3>
Compiling resources...
Compiling...
StdAfx.cpp
Compiling...
DIB.cpp
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(626) : warning C4305: 'initializing' : truncation from 'const double' to 'const float'
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(676) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(686) : warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(694) : warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(700) : warning C4244: '*=' : conversion from 'float' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(712) : warning C4305: 'initializing' : truncation from 'const double' to 'const float'
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(714) : warning C4305: 'initializing' : truncation from 'const double' to 'const float'
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(716) : warning C4305: 'initializing' : truncation from 'const double' to 'const float'
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(718) : warning C4305: 'initializing' : truncation from 'const double' to 'const float'
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(719) : warning C4305: 'initializing' : truncation from 'const double' to 'const float'
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(721) : warning C4305: 'initializing' : truncation from 'const double' to 'const float'
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(723) : warning C4305: 'initializing' : truncation from 'const double' to 'const float'
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(727) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(729) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(731) : warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(803) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(806) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(816) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(819) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(841) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(842) : warning C4244: '=' : conversion from 'double' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(1050) : warning C4101: 'cr' : unreferenced local variable
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(1734) : warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(1977) : warning C4244: 'initializing' : conversion from 'double' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(2029) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(2029) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(2041) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
D:\杭州品杰科技有限公司\出版社\人民邮电出版社\数字图像处理第2版\提交前\源代码\chap06\人脸检测系统\DIB.cpp(2041) : warning C4244: 'argument' : conversion from 'float' to 'int', possible loss of data
face.cpp
faceDoc.cpp
faceView.cpp
MainFrm.cpp
Generating Code...
Linking...



<h3>Results</h3>
face.exe - 0 error(s), 28 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -