HomeSort by relevance Sort by last modified time
    Searched defs:Direct3DInterop (Results 1 - 2 of 2) sorted by null

  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DInterop.cpp 2 #include "Direct3DInterop.h"
19 void Direct3DInterop::ApplyGrayFilter(const cv::Mat& image)
26 void Direct3DInterop::ApplyCannyFilter(const cv::Mat& image)
33 void Direct3DInterop::ApplySepiaFilter(const cv::Mat& image)
47 Direct3DInterop::Direct3DInterop() :
52 IDrawingSurfaceContentProvider^ Direct3DInterop::CreateContentProvider()
59 void Direct3DInterop::SetManipulationHost(DrawingSurfaceManipulationHost^ manipulationHost)
62 ref new TypedEventHandler<DrawingSurfaceManipulationHost^, PointerEventArgs^>(this, &Direct3DInterop::OnPointerPressed);
65 ref new TypedEventHandler<DrawingSurfaceManipulationHost^, PointerEventArgs^>(this, &Direct3DInterop::OnPointerMoved)
    [all...]
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DInterop.cpp 2 #include "Direct3DInterop.h"
24 #pragma message("warning: Direct3DInterop.cpp: Windows Phone camera code does not run in the emulator.")
25 #pragma message("warning: Direct3DInterop.cpp: Please compile as an ARM build and run on a device.")
52 Direct3DInterop::Direct3DInterop()
60 bool Direct3DInterop::SwapFrames()
71 void Direct3DInterop::UpdateFrame(byte* buffer,int width,int height)
85 void Direct3DInterop::ProcessFrame()
136 void Direct3DInterop::ApplyGrayFilter(cv::Mat* mat)
143 void Direct3DInterop::ApplyCannyFilter(cv::Mat* mat
    [all...]

Completed in 46 milliseconds