opencv/modules/core/src
2017-07-14 17:17:24 +00:00
..
cuda
opencl Fixed several issues found by static analysis (Windows specific) 2017-07-10 23:14:02 +03:00
algorithm.cpp trace: initial support for code trace 2017-06-26 17:07:13 +03:00
alloc.cpp
arithm_core.hpp
arithm_simd.hpp
arithm.cpp core: fix infinite recursion in compare 2017-06-28 15:00:52 +03:00
array.cpp Fixed several issues found by static analysis in core module 2017-05-23 12:35:31 +03:00
bufferpool.impl.hpp
command_line_parser.cpp Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
conjugate_gradient.cpp
convert.avx2.cpp AVX and SSE4.1 optimized conversion implementations migrated to separate files 2017-07-04 14:48:01 +03:00
convert.cpp AVX and SSE4.1 optimized conversion implementations migrated to separate files 2017-07-04 14:48:01 +03:00
convert.fp16.cpp android: make optional "cpufeatures", build fixes for NDK r15 2017-06-21 13:34:19 +03:00
convert.hpp AVX and SSE4.1 optimized conversion implementations migrated to separate files 2017-07-04 14:48:01 +03:00
convert.sse4_1.cpp AVX and SSE4.1 optimized conversion implementations migrated to separate files 2017-07-04 14:48:01 +03:00
copy.cpp Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
cuda_gpu_mat.cpp
cuda_host_mem.cpp
cuda_info.cpp
cuda_stream.cpp Support for creating streams with custom allocator 2017-03-21 14:50:14 +02:00
datastructs.cpp Issues found by static analysis (5th round) 2017-07-01 18:56:24 +03:00
directx.cpp build: fix warning 2017-06-08 20:40:36 +03:00
directx.inc.hpp
downhill_simplex.cpp
dxt.cpp IPP for OpenCV 2017u2 initial enabling patch; 2017-04-20 20:26:30 +03:00
gl_core_3_1.cpp
gl_core_3_1.hpp
glob.cpp
hal_internal.cpp hal: replace round() with cvRound() 2017-02-22 14:08:38 +03:00
hal_internal.hpp
hal_replacement.hpp
intel_gpu_gemm.inl.hpp Merge pull request #8104 from insoow:master 2017-04-19 12:57:54 +03:00
kmeans.cpp trace: initial support for code trace 2017-06-26 17:07:13 +03:00
lapack.cpp use universal intrinsic in VBLAS 2017-01-31 05:36:27 +09:00
lda.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
lpsolver.cpp Merge pull request #8816 from mshabunin:sprintf-fix 2017-06-08 21:53:16 +02:00
mathfuncs_core.dispatch.cpp Update for IPP for OpenCV 2017u2 integration; 2017-04-25 15:53:12 +03:00
mathfuncs_core.simd.hpp Fixed exp32f() compilation on MSVC 2017-05-10 18:25:39 +02:00
mathfuncs.cpp Update for IPP for OpenCV 2017u2 integration; 2017-04-25 15:53:12 +03:00
matmul.cpp Update for IPP for OpenCV 2017u2 integration; 2017-04-25 15:53:12 +03:00
matop.cpp
matrix_decomp.cpp
matrix.cpp Fixed some issues found by static analysis (4th round) 2017-06-30 12:26:53 +03:00
merge.cpp
ocl_deprecated.hpp ocl: move deprecated code from ocl.cpp 2016-12-19 00:34:50 +03:00
ocl.cpp ocl: async cl_buffer cleanup queue (for event callback) 2017-07-07 13:41:20 +03:00
opengl.cpp build: detect Android via '__ANDROID__' macro 2017-07-10 12:43:59 +03:00
out.cpp Merge pull request #8816 from mshabunin:sprintf-fix 2017-06-08 21:53:16 +02:00
ovx.cpp OpenVX calls updated to use single common OpenVX context per thread 2017-02-21 16:08:23 +03:00
parallel_pthreads.cpp build: detect Android via '__ANDROID__' macro 2017-07-10 12:43:59 +03:00
parallel.cpp build: detect Android via '__ANDROID__' macro 2017-07-10 12:43:59 +03:00
pca.cpp
persistence.cpp add std::string overload for cv::read() 2017-07-12 15:51:11 +03:00
precomp.hpp trace: initial support for code trace 2017-06-26 17:07:13 +03:00
rand.cpp Fixed several issues found by static analysis in core module 2017-05-23 12:35:31 +03:00
softfloat.cpp float constant replaced by int hex representations 2017-06-15 15:10:41 +03:00
split.cpp
stat.cpp Merge pull request #9130 from alalek:android_define 2017-07-14 17:17:24 +00:00
stat.dispatch.cpp core(stat): create dispatch.cpp file 2017-07-02 22:45:10 +00:00
stat.simd.hpp core(stat): add required CV_AVX_GUARD 2017-07-02 22:45:10 +00:00
stl.cpp
system.cpp build: detect Android via '__ANDROID__' macro 2017-07-10 12:43:59 +03:00
tables.cpp
trace.cpp Fixed several issues found by static analysis 2017-06-28 18:06:18 +03:00
types.cpp
umatrix.cpp Fixing some static analysis issues 2017-06-27 14:30:26 +03:00
va_intel.cpp