on github
repository
settings
branches
edit - rename
| #!/usr/local/bin/python | |
| # -*- coding: utf-8 -*- | |
| '''_test_meshgrid_contour_ | |
| ''' | |
| import sys, os | |
| import numpy as np | |
| from matplotlib import pyplot as plt | |
| from mpl_toolkits.mplot3d import Axes3D | |
| from matplotlib.colors import hsv_to_rgb |
| /* | |
| DirectShow_Graph_OpenCV.cpp | |
| see also DirectShow_Graph_trap_OpenCV.cpp | |
| */ | |
| #define UNICODE | |
| #define _UNICODE | |
| #include <wchar.h> |
| /* | |
| DirectShow_Graph_trap_OpenCV.cpp | |
| Camera -> Render and Grab (DirectShow) -> OpenCV | |
| ref | |
| OpenCV (old) DirectShow (old) 2008.12.15 Soaphacker | |
| http://hisoap.jugem.jp/?eid=141 | |
| cv.lib cxcore.lib cvaux.lib highgui.lib strmiids.lib | |
| DirectX DirectShow (old) | |
| https://blog.zamuu.net/2011/0322/visualstudio2008-vc-directshow/ |
| /* | |
| test_DXSDK_Jun10.cpp | |
| "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\Hostx64\x64\cl.exe" -source-charset:utf-8 -execution-charset:utf-8 -EHsc -Fetest_DXSDK_Jun10.exe test_DXSDK_Jun10.cpp -IC:\private\DX9\DXSDK\Include -link /LIBPATH:C:\private\DX9\DXSDK\Lib\x64 /LIBPATH:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\lib\x64" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.17763.0\ucrt\x64" /LIBPATH:"C:\Program Files (x86)\Windows Kits\10\Lib\10.0.17763.0\um\x64" winmm.lib d3d9.lib d3dx9.lib | |
| C:\private\D3D11 ? | |
| C:\private\DX9\DXSDK | |
| Redist | |
| Jun2010_d3dx9_??_x??.cab |
| /* | |
| test_DXSDK_Filter.cpp | |
| advapi32.lib for RegSetValueExW Reg[Enum|Open|Close|Create|Delete]KeyExW | |
| oleaut32.lib for SysFreeString SysAllocString | |
| legacy_stdio_definitions.lib for _vsnwprintf_s | |
| headers from https://github.com/ganboing/sdk71examples | |
| download and extract sdk71examples-master_ganboing_6779974_20150120.zip | |
| copy sdk71examples-master/multimedia/directshow/baseclasses |
| /* | |
| test_DXSDK_Filter.h | |
| */ | |
| #ifndef __test_DXSDK_Filter_H__ | |
| #define __test_DXSDK_Filter_H__ | |
| #define UNICODE | |
| #define _UNICODE | |
| #include <wchar.h> |