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.
 
 
 
 
 
 
Tomoaki Teshima ca1a0a1108 core: remove raw SSE2/NEON implementation from convert.cpp (#9831) 7 years ago
..
cuda
opencl ocl: update OpenCL runtime loader 7 years ago
utils ocl: drop obsolete cache directories after upgrade of OpenCL driver 7 years ago
algorithm.cpp Python: wrap Algorithm::read and Algorithm::write 7 years ago
alloc.cpp core(alloc): drop unused code, use memalign() functions instead of hacks 8 years ago
arithm.cpp use universal intrinsic in arithm.cpp 7 years ago
arithm_core.hpp
arithm_simd.hpp Fixes Issue #10181 7 years ago
array.cpp Fixed some issues found by static analysis 8 years ago
bufferpool.impl.hpp
command_line_parser.cpp Build for embedded systems 7 years ago
conjugate_gradient.cpp
convert.avx2.cpp AVX and SSE4.1 optimized conversion implementations migrated to separate files 8 years ago
convert.cpp core: remove raw SSE2/NEON implementation from convert.cpp (#9831) 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 core: fix copyTo(with mask) dst initialization 7 years ago
cuda_gpu_mat.cpp
cuda_host_mem.cpp
cuda_info.cpp
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
downhill_simplex.cpp
dxt.cpp IPP for OpenCV 2017u2 initial enabling patch; 8 years ago
gl_core_3_1.cpp
gl_core_3_1.hpp
glob.cpp Build for embedded systems 7 years ago
hal_internal.cpp hal: replace round() with cvRound() 8 years ago
hal_internal.hpp
hal_replacement.hpp Merge pull request #9856 from GregoryMorse:patch-1 7 years ago
intel_gpu_gemm.inl.hpp core(ocl): fix parameters for 'intelblas_gemm_buffer_NT' kernel 7 years ago
kmeans.cpp trace: initial support for code trace 8 years ago
lapack.cpp Use Eigen::SelfAdjointEigenSolver in cv::eigen 7 years ago
lda.cpp Build for embedded systems 7 years ago
lpsolver.cpp Merge pull request #8816 from mshabunin:sprintf-fix 8 years ago
mathfuncs.cpp remove raw SSE2/NEON implementation from mathfuncs.cpp 7 years ago
mathfuncs_core.dispatch.cpp ICV2017u3 package update; 8 years ago
mathfuncs_core.simd.hpp Fixed exp32f() compilation on MSVC 8 years ago
matmul.cpp Merge pull request #9753 from tomoaki0705:universalMatmul 7 years ago
matop.cpp
matrix.cpp Build for embedded systems 7 years ago
matrix_decomp.cpp
merge.cpp
ocl.cpp suppress warnings on OpenCL build 7 years ago
ocl_deprecated.hpp ocl: low-level API to support OpenCL binary programs 7 years ago
opengl.cpp build: replace WIN32 => _WIN32 8 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 Fix build for non-linux architectures but still glibc-based 7 years ago
parallel_pthreads.cpp build: detect Android via '__ANDROID__' macro 8 years ago
pca.cpp
persistence.cpp core: fix persistence with deprecated traits 7 years ago
precomp.hpp Added support for VSX 7 years ago
rand.cpp core: Several improvements to Power/VSX 7 years ago
softfloat.cpp Added implementation of softdouble rounding to int64_t 7 years ago
split.cpp
stat.cpp Merge pull request #10223 from vpisarev:ocl_mac_fixes 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
system.cpp Build for embedded systems 7 years ago
tables.cpp
trace.cpp ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
types.cpp
umatrix.cpp Build for embedded systems 7 years ago
va_intel.cpp