Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
892684eb
Commit
892684eb
authored
May 21, 2015
by
Vladimir Dudnik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add short description
parent
af806bc8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
32 additions
and
0 deletions
+32
-0
d3d10_interop.cpp
samples/directx/d3d10_interop.cpp
+8
-0
d3d11_interop.cpp
samples/directx/d3d11_interop.cpp
+8
-0
d3d9_interop.cpp
samples/directx/d3d9_interop.cpp
+8
-0
d3d9ex_interop.cpp
samples/directx/d3d9ex_interop.cpp
+8
-0
No files found.
samples/directx/d3d10_interop.cpp
View file @
892684eb
...
...
@@ -16,6 +16,14 @@
using
namespace
std
;
using
namespace
cv
;
/*
// Sample demonstrating interoperability of OpenCV UMat with Direct X surface
// At first, the data obtained from video file or camera and
// placed onto Direct X surface,
// following mapping of this Direct X surface to OpenCV UMat and call cv::Blur
// function. The result is mapped back to Direct X surface and rendered through
// Direct X API.
*/
class
D3D10WinApp
:
public
D3DSample
{
public
:
...
...
samples/directx/d3d11_interop.cpp
View file @
892684eb
...
...
@@ -16,6 +16,14 @@
using
namespace
std
;
using
namespace
cv
;
/*
// Sample demonstrating interoperability of OpenCV UMat with Direct X surface
// At first, the data obtained from video file or camera and
// placed onto Direct X surface,
// following mapping of this Direct X surface to OpenCV UMat and call cv::Blur
// function. The result is mapped back to Direct X surface and rendered through
// Direct X API.
*/
class
D3D11WinApp
:
public
D3DSample
{
public
:
...
...
samples/directx/d3d9_interop.cpp
View file @
892684eb
...
...
@@ -16,6 +16,14 @@
using
namespace
std
;
using
namespace
cv
;
/*
// Sample demonstrating interoperability of OpenCV UMat with Direct X surface
// At first, the data obtained from video file or camera and
// placed onto Direct X surface,
// following mapping of this Direct X surface to OpenCV UMat and call cv::Blur
// function. The result is mapped back to Direct X surface and rendered through
// Direct X API.
*/
class
D3D9WinApp
:
public
D3DSample
{
public
:
...
...
samples/directx/d3d9ex_interop.cpp
View file @
892684eb
...
...
@@ -16,6 +16,14 @@
using
namespace
std
;
using
namespace
cv
;
/*
// Sample demonstrating interoperability of OpenCV UMat with Direct X surface
// At first, the data obtained from video file or camera and
// placed onto Direct X surface,
// following mapping of this Direct X surface to OpenCV UMat and call cv::Blur
// function. The result is mapped back to Direct X surface and rendered through
// Direct X API.
*/
class
D3D9ExWinApp
:
public
D3DSample
{
public
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment