moved OpenGL wrappers to separate header
authorVladislav Vinogradov <no@email>
Wed, 30 Nov 2011 06:20:29 +0000 (06:20 +0000)
committerVladislav Vinogradov <no@email>
Wed, 30 Nov 2011 06:20:29 +0000 (06:20 +0000)
commitbd4239be7b60eeaecb4151ca6a7e8117298a1c9b
tree4f9ad4de79560a40a1df50077c4f909efd771156
parent59ea0d8ee82b0f92962562e9fdc08391fd05a547
moved OpenGL wrappers to separate header
added GlBuffer, GlTexture and GpuMat support to InputArray
replaced addTextOpenGl function by render + GlFont
13 files changed:
modules/core/include/opencv2/core/core.hpp
modules/core/include/opencv2/core/gpumat.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/include/opencv2/core/opengl_interop.hpp [new file with mode: 0644]
modules/core/src/gpumat.cpp
modules/core/src/matrix.cpp
modules/core/src/opengl_interop.cpp [new file with mode: 0644]
modules/highgui/include/opencv2/highgui/highgui.hpp
modules/highgui/include/opencv2/highgui/highgui_c.h
modules/highgui/src/window.cpp
modules/highgui/src/window_w32.cpp
samples/cpp/point_cloud.cpp
samples/gpu/highgui_gpu.cpp