https://github.com/ousttrue/dscvd3d
DirectShow to OpenCV to D3D
https://github.com/ousttrue/dscvd3d
Last synced: over 1 year ago
JSON representation
DirectShow to OpenCV to D3D
- Host: GitHub
- URL: https://github.com/ousttrue/dscvd3d
- Owner: ousttrue
- Created: 2012-06-03T15:49:18.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2013-01-28T16:21:11.000Z (over 13 years ago)
- Last Synced: 2025-01-21T00:20:12.264Z (over 1 year ago)
- Language: C++
- Size: 211 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
+++++++
dscvd3d
+++++++
DirectShowから入力した動画をOpenCVで処理してD3Dのテクスチャ表示するサンプル
build
=====
> premake4 vs2010
usage
=====
USBカメラをチェスボードに向けてspaceキーを押す
dependency
==========
for compiler & DirectShow
-------------------------
* VC2010 express edition
for atl's CComPtr
-----------------
* WinDDK-7600.16385.1
for D3D Texture
---------------
* DirectX-June2010(9C)
for DirectShow SampleGrabber(qedit.h)
-------------------------------------
* Platform SDK[Windows SDK for Windows Server 2008 ?](qedit.h)
for image processing
--------------------
* OpenCV-2.4
todo
====
* テクスチャ表示にshaderを適用する
* チェスボードの三次元位置にポリゴンを表示してみる