FaceDetect.plg
上传用户:joy_gong
上传日期:2020-11-30
资源大小:459k
文件大小:2k
源码类别:

生物技术

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: FaceDetect - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating command line "rc.exe /l 0x804 /fo"Debug/FaceDetect.res" /d "_DEBUG" "G:VC++模式识别源代码第09章  人脸的检测与定位人脸定位实例FaceDetect.rc"" 
  10. Creating temporary file "C:DOCUME~1lhrLOCALS~1TempRSPF1.tmp" with contents
  11. [
  12. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/FaceDetect.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  13. "G:VC++模式识别源代码第09章  人脸的检测与定位人脸定位实例AddSampleDlg.cpp"
  14. "G:VC++模式识别源代码第09章  人脸的检测与定位人脸定位实例Dib.cpp"
  15. "G:VC++模式识别源代码第09章  人脸的检测与定位人脸定位实例FaceDetect.cpp"
  16. "G:VC++模式识别源代码第09章  人脸的检测与定位人脸定位实例FaceDetectDlg.cpp"
  17. "G:VC++模式识别源代码第09章  人脸的检测与定位人脸定位实例HairFace.cpp"
  18. "G:VC++模式识别源代码第09章  人脸的检测与定位人脸定位实例LikelyHood.cpp"
  19. "G:VC++模式识别源代码第09章  人脸的检测与定位人脸定位实例ReplaceDlg.cpp"
  20. ]
  21. Creating command line "cl.exe @C:DOCUME~1lhrLOCALS~1TempRSPF1.tmp" 
  22. Creating temporary file "C:DOCUME~1lhrLOCALS~1TempRSPF2.tmp" with contents
  23. [
  24. /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Fp"Debug/FaceDetect.pch" /Yc"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  25. "G:VC++模式识别源代码第09章  人脸的检测与定位人脸定位实例StdAfx.cpp"
  26. ]
  27. Creating command line "cl.exe @C:DOCUME~1lhrLOCALS~1TempRSPF2.tmp" 
  28. Creating temporary file "C:DOCUME~1lhrLOCALS~1TempRSPF3.tmp" with contents
  29. [
  30. /nologo /subsystem:windows /incremental:yes /pdb:"Debug/FaceDetect.pdb" /debug /machine:I386 /out:"Debug/FaceDetect.exe" /pdbtype:sept 
  31. ".DebugAddSampleDlg.obj"
  32. ".DebugDib.obj"
  33. ".DebugFaceDetect.obj"
  34. ".DebugFaceDetectDlg.obj"
  35. ".DebugHairFace.obj"
  36. ".DebugLikelyHood.obj"
  37. ".DebugReplaceDlg.obj"
  38. ".DebugStdAfx.obj"
  39. ".DebugFaceDetect.res"
  40. ]
  41. Creating command line "link.exe @C:DOCUME~1lhrLOCALS~1TempRSPF3.tmp"
  42. <h3>Output Window</h3>
  43. Compiling resources...
  44. Compiling...
  45. StdAfx.cpp
  46. Compiling...
  47. AddSampleDlg.cpp
  48. Dib.cpp
  49. FaceDetect.cpp
  50. FaceDetectDlg.cpp
  51. HairFace.cpp
  52. LikelyHood.cpp
  53. ReplaceDlg.cpp
  54. Generating Code...
  55. Linking...
  56. <h3>Results</h3>
  57. FaceDetect.exe - 0 error(s), 0 warning(s)
  58. </pre>
  59. </body>
  60. </html>