2016年10月27日 星期四

week7 呂郁欣 教學軟體筆記



week7 呂郁欣 教學軟體筆記


1. Web cam
2.Camera Calibration 攝影機校正

import processing.video.*;
capture video;
void setup(){
     size(640,480);
     video = new capture(this, 640,480);
     video,start();
}
void draw(){
   //video.read();
  image(video, 0 ,0 );
}
void caputureEvent(capture c ){
c.read();
}


「leap motion」的圖片搜尋結果

holoportation: virtual 3D teleportation in real-time (Microsoft Research)


3.AR
擴增實境Augmented Reality,簡稱AR

  • 將虛擬物與現實結合
  • 即時互動三維
  • 現實-虛擬連續統

1. 2000 Magic Book, Invisible Train
ARToolkit (marker正方形的黑白方塊)
https://studierstube.icg.tugraz.at/invisible…/…/crw_7800.jpg
http://dl.acm.org/citation.cfm?id=1186168
The invisible train: a collaborative handheld augmented reality demonstrator
http://www.unfoldingleadership.com/downloads/MagicBook.pdf
http://www.cce.mcu.edu.tw/project/data/97/22/index.html
虛擬傢俱擺設設計系統


3.holoportation: virtual 3D teleportation in real-time (Microsoft Research)

沒有留言:

張貼留言