OpenCV/Patch to enable capturing using DirectShow on OpenCV 2.3
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*OpenCV/Patch to enable capturing using DirectShow on Ope...
#multilang(ja){{
**概要
OpenCV 2.3からOpenCVのソースにVideoInputの実装が組み込ま...
その影響からVisual Studio 2005とWindows SDKをインストール...
''WITH_VIDEOINPUT''を有効にするとビルドエラーが出てしまい...
このページではこの問題を回避する方法を紹介します.&br;&br;
※[[こちら:http://sourceforge.net/projects/opencvlibrary/f...
**ダウンロード
|Version|Filename|Size|Date|Type|Download|
|BGCOLOR(white):1.0|BGCOLOR(white):highgui_dshow_capture_...
**変更履歴
|Version|Date|変更内容|
|BGCOLOR(white):1.0|BGCOLOR(white):20110710|BGCOLOR(white...
**内容物
-cap_dshow.cpp
OpenCV 2.3でDirectShowによるキャプチャを有効にするパッチ
**変更内容
-OpenCV内部にあるdshowディレクトリのヘッダを参照しないよ...
-_MSC_VERが1400(=VS2005)以上であればWindows SDKのヘッダ...
**使い方
+上記リンクからhighgui_dshow_capture_patch_v1.zipをダウン...
+展開したファイル(cap_dshow.cpp)を下記ディレクトリにコ...
OpenCV-2.3.0\modules\highgui\src
+CMakeで''WITH_VIDEOINPUT''を有効にしてビルドしてください.
**Contact
間違い・御指摘等ありましたら,&br;&br;
&ref(http://atinfinity.info/img/mail.png);
&br;&br;までメールにてご連絡ください.
}}
#multilang(en){{
**Abstract
This page describes the way to enable capturing using Dir...
VideoInput library code was merged to highgui code on Ope...
In the result, OpenCV 2.3(WITH_VIDEOINPUT enable) can not...
when you install Visual Studio 2005 and Windows SDK.&br;
This patch is intended for OpenCV-2.3.0-win-src.zip in [[...
**Download
|Version|Filename|Size|Date|Type|Download|
|BGCOLOR(white):1.0|BGCOLOR(white):highgui_dshow_capture_...
**ChangeLog
|Version|Date|Changes|
|BGCOLOR(white):1.0|BGCOLOR(white):20110710|BGCOLOR(white...
**Files
-cap_dshow.cpp
This is patch to enable capturing using DirectShow on Op...
**The contents of the patch
- This patch changed that OpenCV does not refer to header...
- Instead, this patch changed that OpenCV refers to heade...
**Usage
+Please download highgui_dshow_fps_patch_v1.zip. And,extr...
+Please overwrite the patch's files to the following dire...
OpenCV-2.3.0\modules\highgui\src
+Please enable ''WITH_VIDEOINPUT'' on CMake, and build Op...
**Contact
If you have question,please send e-mail to the following...
&ref(http://atinfinity.info/img/mail.png);
}}
終了行:
*OpenCV/Patch to enable capturing using DirectShow on Ope...
#multilang(ja){{
**概要
OpenCV 2.3からOpenCVのソースにVideoInputの実装が組み込ま...
その影響からVisual Studio 2005とWindows SDKをインストール...
''WITH_VIDEOINPUT''を有効にするとビルドエラーが出てしまい...
このページではこの問題を回避する方法を紹介します.&br;&br;
※[[こちら:http://sourceforge.net/projects/opencvlibrary/f...
**ダウンロード
|Version|Filename|Size|Date|Type|Download|
|BGCOLOR(white):1.0|BGCOLOR(white):highgui_dshow_capture_...
**変更履歴
|Version|Date|変更内容|
|BGCOLOR(white):1.0|BGCOLOR(white):20110710|BGCOLOR(white...
**内容物
-cap_dshow.cpp
OpenCV 2.3でDirectShowによるキャプチャを有効にするパッチ
**変更内容
-OpenCV内部にあるdshowディレクトリのヘッダを参照しないよ...
-_MSC_VERが1400(=VS2005)以上であればWindows SDKのヘッダ...
**使い方
+上記リンクからhighgui_dshow_capture_patch_v1.zipをダウン...
+展開したファイル(cap_dshow.cpp)を下記ディレクトリにコ...
OpenCV-2.3.0\modules\highgui\src
+CMakeで''WITH_VIDEOINPUT''を有効にしてビルドしてください.
**Contact
間違い・御指摘等ありましたら,&br;&br;
&ref(http://atinfinity.info/img/mail.png);
&br;&br;までメールにてご連絡ください.
}}
#multilang(en){{
**Abstract
This page describes the way to enable capturing using Dir...
VideoInput library code was merged to highgui code on Ope...
In the result, OpenCV 2.3(WITH_VIDEOINPUT enable) can not...
when you install Visual Studio 2005 and Windows SDK.&br;
This patch is intended for OpenCV-2.3.0-win-src.zip in [[...
**Download
|Version|Filename|Size|Date|Type|Download|
|BGCOLOR(white):1.0|BGCOLOR(white):highgui_dshow_capture_...
**ChangeLog
|Version|Date|Changes|
|BGCOLOR(white):1.0|BGCOLOR(white):20110710|BGCOLOR(white...
**Files
-cap_dshow.cpp
This is patch to enable capturing using DirectShow on Op...
**The contents of the patch
- This patch changed that OpenCV does not refer to header...
- Instead, this patch changed that OpenCV refers to heade...
**Usage
+Please download highgui_dshow_fps_patch_v1.zip. And,extr...
+Please overwrite the patch's files to the following dire...
OpenCV-2.3.0\modules\highgui\src
+Please enable ''WITH_VIDEOINPUT'' on CMake, and build Op...
**Contact
If you have question,please send e-mail to the following...
&ref(http://atinfinity.info/img/mail.png);
}}
ページ名: