Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Alexander Alekhin 2e68f89225 ocl: update kernel global size adjustment 7 years ago
..
cuda follow the naming rule as other API 8 years ago
opencl core: fix OpenCL runtime compilation with HAVE_OPENCL_STATIC 7 years ago
algorithm.cpp trace: initial support for code trace 8 years ago
alloc.cpp core(alloc): drop unused code, use memalign() functions instead of hacks 7 years ago
arithm.cpp core: fix infinite recursion in compare 8 years ago
arithm_core.hpp core: fix absdiff (non-optimized, fp) to prevent "-0" results 8 years ago
arithm_simd.hpp add universal hardware support check function 8 years ago
array.cpp Fixed some issues found by static analysis 7 years ago
bufferpool.impl.hpp core/ocl: OpenCLBufferPool 11 years ago
command_line_parser.cpp fix cv::CommandLineParser. 7 years ago
conjugate_gradient.cpp extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed 10 years ago
convert.avx2.cpp AVX and SSE4.1 optimized conversion implementations migrated to separate files 8 years ago
convert.cpp ICV2017u3 package update; 7 years ago
convert.fp16.cpp android: make optional "cpufeatures", build fixes for NDK r15 8 years ago
convert.hpp AVX and SSE4.1 optimized conversion implementations migrated to separate files 8 years ago
convert.sse4_1.cpp AVX and SSE4.1 optimized conversion implementations migrated to separate files 8 years ago
copy.cpp Merge pull request #9551 from ChristofKaufmann:MultiChannelMask 7 years ago
cuda_gpu_mat.cpp fix #5780 : `cv::cuda::createContinuous`effectively ignores its `cols` argument 9 years ago
cuda_host_mem.cpp Fix possible null pointer dereference 10 years ago
cuda_info.cpp Called after setDevice. 9 years ago
cuda_stream.cpp Support for creating streams with custom allocator 8 years ago
datastructs.cpp Issues found by static analysis (5th round) 8 years ago
directx.cpp build: fix warning 8 years ago
directx.inc.hpp core: added DirectX interop implementation (OpenCL) with samples 11 years ago
downhill_simplex.cpp extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed 10 years ago
dxt.cpp IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
gl_core_3_1.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
gl_core_3_1.hpp updated license header in whole gpu module 12 years ago
glob.cpp build: replace WIN32 => _WIN32 7 years ago
hal_internal.cpp hal: replace round() with cvRound() 8 years ago
hal_internal.hpp Add QR decomposition to HAL 8 years ago
hal_replacement.hpp Add QR decomposition to HAL 8 years ago
intel_gpu_gemm.inl.hpp Merge pull request #8104 from insoow:master 8 years ago
kmeans.cpp trace: initial support for code trace 8 years ago
lapack.cpp use universal intrinsic in VBLAS 8 years ago
lda.cpp Fixing some static analysis issues 8 years ago
lpsolver.cpp Merge pull request #8816 from mshabunin:sprintf-fix 8 years ago
mathfuncs.cpp Update for IPP for OpenCV 2017u2 integration; 8 years ago
mathfuncs_core.dispatch.cpp ICV2017u3 package update; 7 years ago
mathfuncs_core.simd.hpp Fixed exp32f() compilation on MSVC 8 years ago
matmul.cpp Merge pull request #9293 from sovrasov:assert_improvement 7 years ago
matop.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
matrix.cpp Merge pull request #9561 from dkurt:fix_8693 7 years ago
matrix_decomp.cpp Add QR decomposition to HAL 8 years ago
merge.cpp HAL moved back to core 9 years ago
ocl.cpp ocl: update kernel global size adjustment 7 years ago
ocl_deprecated.hpp build: replace WIN32 => _WIN32 7 years ago
opengl.cpp build: replace WIN32 => _WIN32 7 years ago
out.cpp Merge pull request #8816 from mshabunin:sprintf-fix 8 years ago
ovx.cpp OpenVX calls updated to use single common OpenVX context per thread 8 years ago
parallel.cpp core(build): fix compilation of parallel.cpp (OpenMP configuration) 7 years ago
parallel_pthreads.cpp build: detect Android via '__ANDROID__' macro 8 years ago
pca.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
persistence.cpp core(persistence): resolve DMatch/KeyPoint problem 7 years ago
precomp.hpp ICV2017u3 package update; 7 years ago
rand.cpp Fixed some issues found by static analysis 7 years ago
softfloat.cpp Merge pull request #9329 from savuor:softfloat_sincos 7 years ago
split.cpp HAL moved back to core 9 years ago
stat.cpp Revert changes of mean and meanStdDev 7 years ago
stat.dispatch.cpp core(stat): create dispatch.cpp file 8 years ago
stat.simd.hpp core(stat): add required CV_AVX_GUARD 8 years ago
stl.cpp War on Whitespace, master edition: file endings. 11 years ago
system.cpp Merge pull request #9580 from mshabunin:fix-static-6 7 years ago
tables.cpp removed duplicated Hershey fonts 10 years ago
trace.cpp Fixed several issues found by static analysis 8 years ago
types.cpp Instrumentation for OpenCV API regions and IPP functions; 8 years ago
umatrix.cpp Fix https://github.com/opencv/opencv/issues/8693 7 years ago
va_intel.cpp Visual Studio 2015 warning and test fixes 9 years ago