2010년 1월 7일 목요일

Finding out Internships

  • Contacts our group members(Dung, ...)
  • CPT Forms (i-center)

2009년 12월 24일 목요일

Creating new OpenCV project (Visual Studio 2008)

Set Library Directories
1. Project -> Properties
2. Linker -> General
3. Choose "Linker" tab -> "General" category -> "Additional Library
Directories”, Add the paths:
"C:\opencv lib\lib\Debug"

Set Libraries
1. Choose from menu: "Project" -> "Properties". (Or right click on your project
in the left hand tree)
2. Choose “Configuration Properties” -> "Linker" tab -> "Input" category ->
"Additional Dependencies:"
3. Add the paths for all necessary import libraries (cv200d.lib cvaux200d.lib cxcore200d.lib highgui200d.lib)

2009년 11월 16일 월요일

Useful Visual C++ 2008 Link

2009년 10월 8일 목요일

useful OpenCV links

  • The IplImage Structure

  • New Project (Visual Studio)
    - Add include directories "C:\OpenCV2.0\include\opencv"
    - Add libraries cv200d.lib cxcore200d.lib highgui200d.lib cvaux200d.lib
    - Copy dlls cxcore200d.dll cxcore200d.dll highgui200d.dll cvaux200d.dll