.. |
cuda
|
follow the naming rule as other API
|
2016-08-05 22:14:55 +09:00 |
opencl
|
opencl/cvtclr_dx: fix not compile-time constants issue.
|
2017-12-26 13:44:37 +08:00 |
utils
|
core: fix unresolved symbols from utils::fs
|
2018-01-09 19:29:50 +00:00 |
algorithm.cpp
|
Python: wrap Algorithm::read and Algorithm::write
|
2017-11-27 17:04:56 +01:00 |
alloc.cpp
|
core(alloc): drop unused code, use memalign() functions instead of hacks
|
2017-07-27 18:10:41 +03:00 |
arithm_core.hpp
|
core: fix absdiff (non-optimized, fp) to prevent "-0" results
|
2016-11-23 13:55:38 +03:00 |
arithm_simd.hpp
|
Fixes Issue #10181
|
2017-11-28 13:48:40 +01:00 |
arithm.cpp
|
use universal intrinsic in arithm.cpp
|
2017-09-29 08:33:15 +09:00 |
array.cpp
|
Misc. modules/ typos
|
2018-02-12 07:09:43 -05:00 |
batch_distance.cpp
|
Split stat.cpp into smaller pieces
|
2018-02-12 14:14:08 +03:00 |
bufferpool.impl.hpp
|
core/ocl: OpenCLBufferPool
|
2014-02-04 16:48:35 +04:00 |
channels.cpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
command_line_parser.cpp
|
Build for embedded systems
|
2017-12-11 13:27:37 +03:00 |
conjugate_gradient.cpp
|
Misc. modules/ typos
|
2018-02-12 07:09:43 -05:00 |
convert_c.cpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
convert_scale.cpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
convert.avx2.cpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
convert.cpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
convert.fp16.cpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
convert.hpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
convert.sse4_1.cpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
copy.cpp
|
core: fix copyTo(with mask) dst initialization
|
2017-12-12 18:40:13 +03:00 |
count_non_zero.cpp
|
Split stat.cpp into smaller pieces
|
2018-02-12 14:14:08 +03:00 |
cuda_gpu_mat.cpp
|
fix #5780 : cv::cuda::createContinuous effectively ignores its cols argument
|
2015-12-10 14:20:28 +03:00 |
cuda_host_mem.cpp
|
Fix possible null pointer dereference
|
2015-02-09 12:38:02 +03:00 |
cuda_info.cpp
|
Misc. modules/ typos
|
2018-02-12 07:09:43 -05:00 |
cuda_stream.cpp
|
cuda_stream: do not allocate GPU memory by default (fixes #8725)
|
2018-02-01 03:55:52 +09: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
|
core: added DirectX interop implementation (OpenCL) with samples
|
2013-12-13 19:02:41 +04:00 |
downhill_simplex.cpp
|
Misc. modules/ typos
|
2018-02-12 07:09:43 -05:00 |
dxt.cpp
|
Fixed several warnings produced by clang 6 and static analyzers
|
2018-01-16 15:26:28 +03:00 |
gl_core_3_1.cpp
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
|
2014-02-17 15:24:05 +04:00 |
gl_core_3_1.hpp
|
updated license header in whole gpu module
|
2013-03-22 14:03:15 +04:00 |
glob.cpp
|
Build for embedded systems
|
2017-12-11 13:27:37 +03:00 |
hal_internal.cpp
|
core(lapack): fix build issues related to 'extern "C"'
|
2018-01-24 14:53:04 +03:00 |
hal_internal.hpp
|
Add QR decomposition to HAL
|
2016-09-05 18:20:04 +03:00 |
hal_replacement.hpp
|
HAL for minMaxIdx
|
2017-12-22 12:56:52 +03:00 |
intel_gpu_gemm.inl.hpp
|
core(ocl): fix parameters for 'intelblas_gemm_buffer_NT' kernel
|
2017-11-02 12:50:32 +03:00 |
kmeans.cpp
|
core: kmeans refactoring
|
2018-01-22 14:26:41 +03:00 |
lapack.cpp
|
Use Eigen::SelfAdjointEigenSolver in cv::eigen
|
2017-12-05 02:40:55 +03:00 |
lda.cpp
|
Build for embedded systems
|
2017-12-11 13:27:37 +03:00 |
logger.cpp
|
core(logger): add log level configuration option
|
2017-12-19 22:57:07 +00:00 |
lpsolver.cpp
|
Merge pull request #8816 from mshabunin:sprintf-fix
|
2017-06-08 21:53:16 +02:00 |
lut.cpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
mathfuncs_core.dispatch.cpp
|
ICV2017u3 package update;
|
2017-08-23 14:24:43 +03:00 |
mathfuncs_core.simd.hpp
|
Fixed exp32f() compilation on MSVC
|
2017-05-10 18:25:39 +02:00 |
mathfuncs.cpp
|
remove raw SSE2/NEON implementation from mathfuncs.cpp
|
2017-10-15 00:24:31 +09:00 |
matmul.cpp
|
Merge pull request #9753 from tomoaki0705:universalMatmul
|
2017-11-20 15:56:53 +03:00 |
matrix_c.cpp
|
Split matrix.cpp into smaller pieces
|
2018-02-05 19:16:33 +03:00 |
matrix_decomp.cpp
|
Split matrix.cpp into smaller pieces
|
2018-02-05 19:16:33 +03:00 |
matrix_expressions.cpp
|
Split matrix.cpp into smaller pieces
|
2018-02-05 19:16:33 +03:00 |
matrix_iterator.cpp
|
Split matrix.cpp into smaller pieces
|
2018-02-05 19:16:33 +03:00 |
matrix_operations.cpp
|
Split matrix.cpp into smaller pieces
|
2018-02-05 19:16:33 +03:00 |
matrix_sparse.cpp
|
Split matrix.cpp into smaller pieces
|
2018-02-05 19:16:33 +03:00 |
matrix_wrap.cpp
|
Split matrix.cpp into smaller pieces
|
2018-02-05 19:16:33 +03:00 |
matrix.cpp
|
Split matrix.cpp into smaller pieces
|
2018-02-05 19:16:33 +03:00 |
mean.cpp
|
Split stat.cpp into smaller pieces
|
2018-02-12 14:14:08 +03:00 |
merge.cpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
minmax.cpp
|
Split stat.cpp into smaller pieces
|
2018-02-12 14:14:08 +03:00 |
norm.cpp
|
Split stat.cpp into smaller pieces
|
2018-02-12 14:14:08 +03:00 |
ocl_deprecated.hpp
|
ocl: low-level API to support OpenCL binary programs
|
2017-12-05 22:25:14 +03:00 |
ocl.cpp
|
ocl: force clBuildProgram() call after clCreateProgramWithBinary()
|
2018-01-29 15:51:07 +03:00 |
opengl.cpp
|
Fixed OpenGL-specific compilation warning (unused function)
|
2018-02-12 18:42:36 +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_impl.cpp
|
Misc. modules/ typos
|
2018-02-12 07:09:43 -05:00 |
parallel_impl.hpp
|
core: fix pthreads performance
|
2018-01-26 04:09:11 +00:00 |
parallel.cpp
|
Merge pull request #10691 from alalek:parallel_for_2018
|
2018-01-30 14:13:29 +00:00 |
pca.cpp
|
Fixed #10433
|
2017-12-27 14:09:25 +00:00 |
persistence_base64.cpp
|
Misc. modules/ typos
|
2018-02-12 07:09:43 -05:00 |
persistence_c.cpp
|
Misc. modules/ typos
|
2018-02-12 07:09:43 -05:00 |
persistence_cpp.cpp
|
Split persistence.cpp into smaller pieces (#10788)
|
2018-02-06 11:59:32 +03:00 |
persistence_json.cpp
|
Split persistence.cpp into smaller pieces (#10788)
|
2018-02-06 11:59:32 +03:00 |
persistence_types.cpp
|
Misc. modules/ typos
|
2018-02-12 07:09:43 -05:00 |
persistence_xml.cpp
|
Split persistence.cpp into smaller pieces (#10788)
|
2018-02-06 11:59:32 +03:00 |
persistence_yml.cpp
|
Split persistence.cpp into smaller pieces (#10788)
|
2018-02-06 11:59:32 +03:00 |
persistence.cpp
|
Split persistence.cpp into smaller pieces (#10788)
|
2018-02-06 11:59:32 +03:00 |
persistence.hpp
|
Split persistence.cpp into smaller pieces (#10788)
|
2018-02-06 11:59:32 +03:00 |
precomp.hpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
rand.cpp
|
core: Several improvements to Power/VSX
|
2017-10-28 17:46:12 +00:00 |
softfloat.cpp
|
Added implementation of softdouble rounding to int64_t
|
2017-12-11 14:29:32 +03:00 |
split.cpp
|
Split convert.cpp into smaller pieces
|
2018-02-12 15:17:19 +03:00 |
stat_c.cpp
|
Split stat.cpp into smaller pieces
|
2018-02-12 14:14:08 +03:00 |
stat.dispatch.cpp
|
core(stat): create dispatch.cpp file
|
2017-07-02 22:45:10 +00:00 |
stat.hpp
|
Split stat.cpp into smaller pieces
|
2018-02-12 14:14:08 +03:00 |
stat.simd.hpp
|
core(stat): add required CV_AVX_GUARD
|
2017-07-02 22:45:10 +00:00 |
stl.cpp
|
War on Whitespace, master edition: file endings.
|
2013-08-27 14:23:26 +04:00 |
sum.cpp
|
Split stat.cpp into smaller pieces
|
2018-02-12 14:14:08 +03:00 |
system.cpp
|
core: generalize and fix x86 'cpuid' calls
|
2018-02-13 15:35:04 +03:00 |
tables.cpp
|
removed duplicated Hershey fonts
|
2014-08-15 12:09:16 +04:00 |
trace.cpp
|
ocl: avoid unnecessary loading/initializing OpenCL subsystem
|
2017-11-28 14:02:42 +03:00 |
types.cpp
|
Split matrix.cpp into smaller pieces
|
2018-02-05 19:16:33 +03:00 |
umatrix.cpp
|
ocl: allow recursive UMatData lock() calls with the same objects
|
2018-02-09 14:19:10 +03:00 |
umatrix.hpp
|
core(ocl): fix deadlock in UMatDataAutoLock
|
2018-01-16 17:33:06 +03:00 |
va_intel.cpp
|
Visual Studio 2015 warning and test fixes
|
2015-10-20 12:48:37 +03:00 |