- 30 Jun, 2015 1 commit
-
-
Alexey Ershov authored
-
- 26 Jun, 2015 3 commits
-
-
Alexey Ershov authored
057cd52 first versions: cv::ogl::convertFromGLTexture2D & cv::ogl::convertToGLTexture2D 5656e94 added autogenerated stuff for cl_gl.h 765f1fd resolved CL functions in opengl.cpp 9f9fee3 implemented function cv::ogl::ocl::initializeContextFromGLTexture2D() a792adb cv::ogl::ocl::initializeContextFromGLTexture2D() - added linux support (glx.h) 51c2869 added missing error message in function cv::ogl::ocl::initializeContextFromGLTexture2D() 513b887 fixed extension call in function cv::ogl::ocl::initializeContextFromGLTexture2D() 475a3e9 added CL-GL interop Windows sample (gpu/opengl_interop.cpp) 07af28f added building of CL-GL interop sample - Windows only befe3a2 fixed whitespace errors & doxygen warnings (precommit_docs) 551251a changed function name to cv::ogl::ocl::initializeContextFromGL(), removed unused argument 4d5f009 changed CL_DEVICES_FOR_GL_CONTEXT_KHR to CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KHR 9fc3055 changed CL_DEVICES_FOR_GL_CONTEXT_KHR to CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KH 6d31cee Revert "changed CL_DEVICES_FOR_GL_CONTEXT_KHR to CL_CURRENT_DEVICE_FOR_GL_CONTEXT_KH" cc6a025 added texture format check in cv::ogl::convertFromGLTexture2D() 063a2c1 CL-GL sample: added Linux implementation (Xlib/GLX) c392ae9 fixed trailing whitespace 85a80d0 fixed include files ae23628 excluded samples/opengl from build case 2 9870ea5 added android EGL support 530b64c added doxygen documentation comments to CL-GL interop functions
-
Alexander Alekhin authored
-
Alexander Alekhin authored
-
- 24 Jun, 2015 2 commits
-
-
Pavel Vlasov authored
-
Pavel Vlasov authored
Some code style corrections;
-
- 19 Jun, 2015 1 commit
-
-
Vladimir Dudnik authored
Commits: added new function, cv::ocl::attachContext(String& platformName, void* platformID, void* context, void* deviceID) which allow to attach externally created OpenCL context to OpenCV. add definitions of clRetainDevice, clRetainContext funcs removed definitions for clRetainContext, clRetainDevice fixed build issue under Linux fixed uninitialized vars, replace dbgassert in error handling remove function which is not ready yet add new function, cv::ocl::convertFromBuffer(int rows, int cols, int type, void* cl_mem_obj, UMat& dst, UMatUsageFlags usageFlags = cv::USAGE_DEFAULT) which attaches user allocated OpenCL clBuffer to UMat uncommented clGetMemObjectInfo definition (otherwise prevent opencv build) fixed build issue on linux and android add step parameter to cv::ocl::convertFromBuffer func suppress compile-time warning added sample opencl-opencv interoperability (showcase for cv::ocl::convertFromBuffer func) CMakeLists.txt modified to not create sample build script if OpenCL SDK not found in system fixed build issue (apple opencl include dir and spaces in CMake file) added call to clRetainContext for attachContext func and call to clRetainMemObject for convertFromBuffer func uncommented clRetainMemObject definition added comments and cleanup add local path to cmake modules search dirs (instead of replacing) remove REQUIRED for find_package call (sample build together with opencv). need to try standalone sample build opencl-interop sample moved to standalone build set minimum version requirement for sample's cmake to 3.1 put cmake_minimum_required under condition, so do not check if samples not builded remove code dups for setSize, updateContinuityFlag, and finalizeHdr commented out cmake_minimum_required(VERSION 3.1) add safety check for cmake version add convertFromImage func and update opencl-interop sample uncommented clGetImageInfo defs uncommented clEnqueueCopyImageToBuffer defs fixed clEnqueueCopyImageToBuffer defs add doxygen comments remove doxygen @fn tag try to restart buildbot add doxygen comments to directx interop funcs remove internal header, use fwd declarations in affected compile units instead
-
- 18 Jun, 2015 2 commits
-
-
Alexander Alekhin authored
-
Dmitry Budnikov authored
Removed IPP port for tiny arithm.cpp functions Additional warnings fix on various platforms. Build without OPENCL and GCC warnings fixed Fixed warnings, trailing spaces and removed unused secure_cpy. IPP code refactored. IPP code path implemented as separate static functions to simplify future work with IPP code and make it more readable.
-
- 11 Jun, 2015 1 commit
-
-
Alexander Alekhin authored
-
- 09 Jun, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 01 Jun, 2015 2 commits
-
-
Vadim Pisarevsky authored
made improvements in ECC code (comments from https://github.com/Itseez/opencv/pull/3845), as well as minor tweak in pthread's based parallel for.
-
kalistratovag authored
removing trailing whitespaces Compilation error on Mac fix & warning on android Warnings fixed on iOs
-
- 25 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves http://code.opencv.org/issues/4330
-
- 23 May, 2015 2 commits
-
-
Camille authored
-
Alexander Smorkalov authored
fix MatOpInitializer
-
- 22 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
removed HAL calls from public OpenCV headers; put IPP calls back to hall:sqrt() and such (but they are disabled for now)
-
- 18 May, 2015 1 commit
-
-
- 15 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 14 May, 2015 2 commits
-
-
-
Vadim Pisarevsky authored
use _mm_sad_epu8 instead of _mm_movemask_epi8 in countNonZero. Therefore, we do not need any popcount table and this solves http://code.opencv.org/issues/4333
-
- 13 May, 2015 1 commit
-
-
Maksim Shabunin authored
-
- 06 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 05 May, 2015 4 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed
-
- 03 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
-
- 02 May, 2015 4 commits
-
-
Vadim Pisarevsky authored
refactored downhill simplex implementation a bit; hopefully, fixed the bug with random failures in the tests
-
Vadim Pisarevsky authored
Fixed getContinuousSize() to handle huge matrices properly. This should solve http://code.opencv.org/issues/3232
-
-
Vadim Pisarevsky authored
fixed bug with simplex initialization in Downhill solver (thanks to Toby Rule for the patch): http://code.opencv.org/issues/3990. re-enabled Downhill solver test, let's see how it goes
-
- 01 May, 2015 1 commit
-
-
Vadim Pisarevsky authored
fixed http://code.opencv.org/issues/3935 possibly fixed http://code.opencv.org/issues/3594
-
- 29 Apr, 2015 6 commits
-
-
Vadim Pisarevsky authored
fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT (http://code.opencv.org/issues/3428)
-
-
-
-
-
-
- 25 Apr, 2015 1 commit
-
-
Boris Daskalov authored
A difference of two pointers was casted to unsigned which can lead to overflow on 64-bit systems.
-