Top Banner
ARToolKit Settings The department of Computer Engineering Shin ho hwan
15

ARToolKit Settings The department of Computer Engineering Shin ho hwan.

Jan 14, 2016

Download

Documents

Annice Lynch
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

ARToolKit Settings

The department of Computer Engineering

Shin ho hwan

Page 2: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

Contents

• ARToolKit Structure

• Principle of ARToolKit

• ARToolKit Settings

• Making a pattern

Page 3: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

ARToolKit Structure

Page 4: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

Principle of ARToolKit

Page 5: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

ARToolKit Settings

• http://www.hitl.washington.edu/artoolkit/ (ARToolKit download)

Page 6: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

ARToolKit Settings

• http://www.xmission.com/~nate/glut.html (GLUT download)

Page 7: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

ARToolKit Settings

• http://www.dll-files.com/dllindex/index.shtml (DLL download)

Page 8: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

ARToolKit Settings

include directory of using platform

Windows system32 directory

Library directory of using platform

Page 9: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

ARToolKit Settings

Page 10: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

ARToolKit Settings

Page 11: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

Making a pattern

• The format which is possible

• Collar image

• picture file

• photograph video

• It wants all forms which

Page 12: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

Making a pattern

Mouse Left button down

Page 13: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

Making a pattern

SimpleTest

Page 14: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

Reference

• http://www.hitl.washington.edu/artoolkit/

• http://kr.youtube.com/

End ARToolKit Settings

Page 15: ARToolKit Settings The department of Computer Engineering Shin ho hwan.

• Summary - ARToolKit Down• 1. SourceForge.net 에서 ARToolKit Down 을 함• ARToolKit-2.7.2-1-bin-win32.zip • DSVL-0.0.8b.zip• OpenVRML-0.14.3-win32.zip

• 1. Down 받은 ARToolKit 를 원하는 경로에 복사함• 2. ARToolKit 의 "*.dsw" or "*.sin" 을 실행• 3. (2005 버전을 중심 )• 4. [ 도구 ]-[ 옵션 ] 클릭 !!• 5. [ 프로젝트 및 솔루션 ]-[VC++ 디렉터리 ]• 6. 포함파일 선택 !• 1. ARToolKit\include\AR 추가• 2. ARToolKit\include\AR\sys 추가• 7. 라이브러리 파일 선택 !• 1. ARToolKit\Lib 추가• 8. ARToolKit 폴더의 Configure.win32.bat 실행• 9. mfc 관련 dll 파일을 C:\windows\system32 폴더에 복사

• 1. glut-3.7.6-bin.zip 압축 해제• 2. Microsoft Visual Studio 8 폴더로 이동• 3. include\GL 폴더 생성• 4. GL 폴더안에 glut.h 복사• 5. Lib 폴더 이동하여 glut32.dll 복사• 6. c:\windows\system32 에 glut32.dll 복사