poster23_main.pdf

【2010/最終】No.23 立体浮遊映像を用いたインタラクティブシステムの開発
担当教員: 川嶋稔夫・寺沢憲吾
立体浮遊映像を用いたインタラクティブシステムの開発
Development of an interactive system using 3D floating stereogram
武田 一樹
石田 真奈美
Kazuki Takeda
Manami Ishida
杉浦 領
森谷 耀
Ryo Sugiura
プロジェクト概要
Hikaru Moriya
島本 隼次
山田 翔太
高橋 渉
Hayatsugu Shimamoto
Shota Yamada
Wataru Takahashi
服部 雄輝
小原 拓也
Yuuki Hattori
Takuya Obara
和田 彩香
Ayaka Wada
Abstract
フォグスクリーンと立体視を組み合わせてあたかもその場にオブジェク
Fog screen
Stereovision
Hi!
トが浮き上がっているかのような感覚に陥るディスプレイ装置を開発し、
Hahaha...
画像処理とセンサを組み合わせたインタラクティブシステムの実現を目指
す。
This project aims to produce an interactive system that uses floating stereogram,
image processing and sensing technology. By combining a fog screen with 3D vision
technology, we have developed a display that makes people feel as if objects were
hovering in the place.
Image processing
Sensing
private function getFramePixel(CvCapture mov)
{
if(mov != null) {
int flameCnt = 0;
pic = mov.getFrame(flameCnt);
pxldata = pic.getPixel();
}
flameCnt++;
}
private function loadMovie(String path)
{
if(path != ‘’ ) {
return -1;
}
}
最終成果物
CvCapture mov = new CvCapture();
mov.loadMovie(path);
return mov;
Our final product
立体浮遊映像を用いた通信システム「fogPhone(フォグフォン)
」を開
フォグスクリーン
発した。フォグスクリーンと立体映像を組み合わせたディスプレイ装置に
Fog screen
よって、あたかもその場で相手と会話しているような感覚を味わうことが
霧を薄い板状に整形し、スクリーンのように
できる。
映像を投影出来るようにする。従来のスクリー
We have developed a telecommunication system "FogPhone" using 3D floating
ンにある枠が存在していないため、映像を投影
vision. By the display using fog and stereograms, the system gives you feeling as if you
すると映像が浮遊してるように見える。
held face-to-face talks with a friend who is far away.
We have shaped fog to be flat in order to project
images to it. There is no frames in screen, so we can
see projected images as if it was floating.
スクリーンに投影された映像
Videos projected on the display
立体映像表示ソフトウェア
Software of stereogram display
2 台のカメラで撮影した映像を立体映像
として視聴する為のソフトウェア。プロ
ジェクタの画面を書き換えるタイミングに
合わせて左右の目に合わせた映像を切り替
え、液晶シャッターメガネを通して映像を
視聴することで撮影した映像を立体映像と
して知覚することが出来る。
This software is for viewing videos from two
cameras as stereogram. Videos for each eye are
separately generated and thereafter combined.
モーションコントローラを用いた操作
Operation using a motion controller
ソフトウェア上での直感的な操作を実現するために、モー
ションコントローラ(Wii Remote)を用いている。それに
Watching the combined video with LC-shutter
合わせ、モーションコントローラで一貫した操作が可能に
glasses, which synchronize with the projector
なるような UI となっている。
switching two videos, you could perceive it as
stereogram.
We have adopted to use a motion controller (Wii Remote) to achieve
direct operation in software. The UI is optimized to such a controller.