2009. 7. 6. 21:31
Computer Vision
To do:
1. transition .NET(Visual Studio 2008) to Xcode(3.1.2)
2. to load image files with freeimage(3.12.0)
3. to calculate surface normals (using Linear Least Squares) without matrix operations
1.
Xcode에서 C++ 프로젝트 만들기
File > New Project > Command Line Utility > C++ Tool
cf.
gcc compiler (백창우)
ADC > Xcode Workspace Guide
2.
http://freeimage.sourceforge.net/
cf.
Xcode에 라이브러리 추가하기: ADC > Installing Your Framework
Xcode에서 외부 라이브러리 사용하기 (나이누)
MacPorts란? http://www.macports.org/
http://en.wikipedia.org/wiki/MacPorts DarwinPorts였잖아...ㅜㅜ
1. transition .NET(Visual Studio 2008) to Xcode(3.1.2)
2. to load image files with freeimage(3.12.0)
3. to calculate surface normals (using Linear Least Squares) without matrix operations
1.
Xcode에서 C++ 프로젝트 만들기
File > New Project > Command Line Utility > C++ Tool
cf.
gcc compiler (백창우)
ADC > Xcode Workspace Guide
2.
http://freeimage.sourceforge.net/
cf.
Xcode에 라이브러리 추가하기: ADC > Installing Your Framework
Xcode에서 외부 라이브러리 사용하기 (나이누)
MacPorts란? http://www.macports.org/
http://en.wikipedia.org/wiki/MacPorts DarwinPorts였잖아...ㅜㅜ
'Computer Vision' 카테고리의 다른 글
Trends in Augmented Reality Tracking, Interaction and Display: A Review of Ten Years of ISMAR (0) | 2009.07.14 |
---|---|
to install Freeimage on mac (0) | 2009.07.08 |
GO MC PS references (0) | 2009.07.03 |
branch and bound algorithm (0) | 2009.07.03 |
Linear Least Squares (0) | 2009.07.03 |