opencv/modules/core/src
2018-09-05 19:54:09 +03:00
..
cuda cuda: eliminate part of build warnings 2018-04-05 17:53:22 +03:00
opencl print() is a function in Python 3 2018-05-03 07:12:12 +02:00
utils Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-08-07 20:12:10 +03:00
algorithm.cpp
alloc.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
arithm_core.hpp
arithm_simd.hpp core: fix AVX2 min implementation 2018-04-04 17:38:58 +03:00
arithm.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-04 18:39:03 +00:00
array.cpp Fixed several issues found by static analysis tools 2018-07-23 17:22:47 +03:00
batch_distance.cpp Fixed issues found by static analysis (mostly DBZ) 2018-07-17 16:14:54 +03:00
bufferpool.impl.hpp core: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
channels.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
check.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-07-17 19:27:48 +03:00
command_line_parser.cpp core: std::string more changes 2018-08-27 15:41:01 +03:00
conjugate_gradient.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
convert_c.cpp
convert_scale.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
convert.avx2.cpp
convert.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
convert.fp16.cpp Wide univ intrinsics (#11953) 2018-07-16 18:57:24 +03:00
convert.hpp
convert.sse4_1.cpp
copy.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
count_non_zero.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-04 18:39:03 +00:00
cuda_gpu_mat.cpp handle huge matrices correctly (#11505) 2018-05-14 15:29:14 +03:00
cuda_host_mem.cpp handle huge matrices correctly (#11505) 2018-05-14 15:29:14 +03:00
cuda_info.cpp build: unreachable code after CV_Error() 2018-04-23 15:45:57 +03:00
cuda_stream.cpp cuda: avoid unnecessary cudaStreamSynchronize() call 2018-05-15 18:38:22 +03:00
datastructs.cpp Misc. typos 2018-07-31 18:44:23 +03:00
directx.cpp refactor: don't use CV_ErrorNoReturn() internally 2018-04-24 15:38:42 +03:00
directx.inc.hpp
downhill_simplex.cpp core: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
dxt.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
gl_core_3_1.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
gl_core_3_1.hpp
glob.cpp
hal_internal.cpp
hal_internal.hpp
hal_replacement.hpp
intel_gpu_gemm.inl.hpp
kmeans.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
lapack.cpp core: solve(): add check for passed 'method' values 2018-07-13 15:15:48 +03:00
lda.cpp core: remove unused dataAsRow flag from LDA 2018-07-15 11:32:00 +02:00
logger.cpp core: set default logger level to 'warning' in Release builds 2018-06-05 18:39:47 +03:00
lpsolver.cpp core: add solveLP type checks for output 2018-09-01 14:51:44 +00:00
lut.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
mathfuncs_core.dispatch.cpp
mathfuncs_core.simd.hpp core: move const tables outside of dispatched code 2018-08-08 17:54:54 +03:00
mathfuncs.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
mathfuncs.hpp core: move const tables outside of dispatched code 2018-08-08 17:54:54 +03:00
matmul.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
matrix_c.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
matrix_decomp.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
matrix_expressions.cpp Merge pull request #11214 from take1014:core_9720 2018-04-04 18:36:02 +03:00
matrix_iterator.cpp
matrix_operations.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
matrix_sparse.cpp To fix bug #12389, which is a validation for the potential null pointer. 2018-09-05 19:14:34 +03:00
matrix_wrap.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
matrix.cpp Fixed the int size overflow bug of cv::Mat.push_back(). 2018-07-30 18:36:19 +08:00
mean.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
merge.cpp core(test): extra tests/fixes for merge/split (#12171) 2018-08-07 18:11:05 +03:00
minmax.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
norm.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-04 18:39:03 +00:00
ocl_deprecated.hpp
ocl.cpp core: std::string more changes 2018-08-27 15:41:01 +03:00
opengl.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-07-09 19:44:51 +03:00
out.cpp core: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
ovx.cpp
parallel_impl.cpp Merge pull request #12391 from DEEPIR:master 2018-09-04 16:39:19 +03:00
parallel_impl.hpp
parallel.cpp Merge pull request #11897 from Jakub-Golinowski:hpx_backend 2018-08-31 16:23:26 +03:00
pca.cpp Add overloaded cv::PCACompute() that returns also the eigenvalues. Useful for Java and Python OpenCV where PCA is not available. 2018-07-13 15:05:54 +02:00
persistence_base64.cpp Merge pull request #11353 from eecsninja:3.4 2018-04-20 15:31:47 +03:00
persistence_c.cpp Misc. typos 2018-07-31 18:44:23 +03:00
persistence_cpp.cpp core: std::string more changes 2018-08-27 15:41:01 +03:00
persistence_json.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
persistence_types.cpp Fixed several issues found by static analysis tools 2018-07-23 17:22:47 +03:00
persistence_xml.cpp core: added checks and "fixit" items for persistence parsers 2018-03-27 16:19:43 +03:00
persistence_yml.cpp core: added checks and "fixit" items for persistence parsers 2018-03-27 16:19:43 +03:00
persistence.cpp core: drop cv::errorNoReturn() 2018-04-25 15:07:18 +03:00
persistence.hpp build: enable -Wimplicit-fallthrough warning for OpenCV modules 2018-04-19 19:54:03 +03:00
precomp.hpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-05-21 16:20:14 +03:00
rand.cpp Solves issue 12392 2018-09-03 19:30:49 +02:00
softfloat.cpp build: enable -Wimplicit-fallthrough warning for OpenCV modules 2018-04-19 19:54:03 +03:00
split.cpp core(test): extra tests/fixes for merge/split (#12171) 2018-08-07 18:11:05 +03:00
stat_c.cpp
stat.dispatch.cpp
stat.hpp
stat.simd.hpp
stl.cpp core: get rid of built-in String type 2018-08-27 14:42:18 +03:00
sum.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
system.cpp core: don't call std::string(NULL) 2018-08-27 16:23:25 +03:00
tables.cpp
trace.cpp fixed filename slash processing 2018-08-20 18:02:49 +03:00
types.cpp
umatrix.cpp core(ocl): do not split refcount operations / compare 2018-07-30 15:42:09 +03:00
umatrix.hpp
va_intel.cpp core(libva): support YV12 too 2018-08-10 16:02:05 +03:00