Feel Physics | in Mixed Reality - Education | Blog

Physics Education with Mixed Reality (HoloLens)

Entries from 2015-08-01 to 1 month

速度ベクトルをストロボ表示できるようにしました 一歩一歩進んでおります

「ストロボモード」というものを今はつくっています。現在、位置と速度のストロボモードを実装しました。こんな感じです:

【要旨日本語訳】An Improved Adaptive Background Mixture Model for Real- time Tracking with Shadow Detection

An Improved Adaptive Background Mixture Model for Real- time Tracking with Shadow Detection 影の検出を伴うリアルタイム追跡のための適応的背景の重ね合わせモデルの改良

【日本語訳】2 Background Modelling: An Improved Adaptive Background Mixture Model for Real- time Tracking with Shadow Detection

2 Background Modelling 2 背景モデル In this section, we discuss the work of Grimson and Stauffer [2,3] and its shortcomings. この節では、グリムソンとスタウファーの仕事とその欠点について議論する。 The authors introduces a method to model ea…

OpenCVでカメラから入ってくる画像のサイズを1/2に落とす FPSに異変

tatabox.hatenablog.com を参考に、動画のスケールを1/2にしてみた。 src = cv2.resize(src[:], (640, 360)) (画像サイズはMacBook Pro Retina決め打ちです) すると、10ちょいだったFPSがいきなり30弱に!これには驚いた。 で、処理済みの画像を元のスケー…