MCPcopy Create free account
hub / github.com/creatale/node-dv / getGpuMat

Method getGpuMat

deps/opencv/modules/core/src/matrix.cpp:1107–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1105}
1106
1107gpu::GpuMat _InputArray::getGpuMat() const
1108{
1109 int k = kind();
1110
1111 CV_Assert(k == GPU_MAT);
1112
1113 const gpu::GpuMat* d_mat = (const gpu::GpuMat*)obj;
1114 return *d_mat;
1115}
1116
1117ogl::Buffer _InputArray::getOGlBuffer() const
1118{

Callers 2

copyFromMethod · 0.80
Texture2DMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected