블로그 이미지
Leeway is... the freedom that someone has to take the action they want to or to change their plans.
maetel

Notice

Recent Post

Recent Comment

Recent Trackback

Archive

calendar

1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
  • total
  • today
  • yesterday

Category

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였잖아...ㅜㅜ

posted by maetel