opencv/modules/core/src
2018-10-29 09:09:30 +01:00
..
cuda Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
opencl core: follow IEEE 754 rules for floating-point division 2018-10-14 10:47:50 +00:00
utils Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-14 23:44:35 +00:00
algorithm.cpp Python: wrap Algorithm::read and Algorithm::write 2017-11-27 17:04:56 +01:00
alloc.cpp build: unreachable code after CV_Error() (part 2) 2018-04-24 16:03:40 +03:00
arithm_core.hpp core: follow IEEE 754 rules for floating-point division 2018-10-14 10:47:50 +00:00
arithm_simd.hpp core: follow IEEE 754 rules for floating-point division 2018-10-14 10:47:50 +00:00
arithm.cpp add python copyto with mask (https://github.com/opencv/opencv/issues/10225) 2018-10-29 09:09:30 +01:00
array.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-14 23:44:35 +00:00
batch_distance.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
bindings_utils.cpp bindings: add debug helpers for args conversions 2018-09-08 12:23:08 +00:00
bufferpool.impl.hpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
channels.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-26 17:56:55 +03:00
check.cpp calib3d: findChessboardCornersSB() minor updates 2018-09-27 15:38:01 +03:00
command_line_parser.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
conjugate_gradient.cpp opencv: Use cv::AutoBuffer<>::data() 2018-07-04 19:11:29 +03:00
convert_c.cpp Split convert.cpp into smaller pieces 2018-02-12 15:17:19 +03:00
convert_scale.cpp Merge branch 'issue_8413_3.4' 2018-10-14 03:46:01 +00:00
convert.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-14 23:44:35 +00:00
convert.hpp added basic support for CV_16F (the new datatype etc.) (#12463) 2018-09-10 16:56:29 +03:00
copy.cpp Merge pull request #12877 from maver1:3.4 2018-10-24 15:02:53 +03:00
count_non_zero.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-14 23:44:35 +00:00
cuda_gpu_mat.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
cuda_host_mem.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
cuda_info.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
cuda_stream.cpp MSVC: Slience external/meaningless warnings 2018-09-12 20:02:13 +09:00
datastructs.cpp Merge pull request #12570 from alalek:drop_usrtype1 2018-09-19 13:55:26 +03:00
directx.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
directx.inc.hpp core: added DirectX interop implementation (OpenCL) with samples 2013-12-13 19:02:41 +04:00
downhill_simplex.cpp core: apply CV_OVERRIDE/CV_FINAL 2018-03-28 17:57:59 +03:00
dxt.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09: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 updated license header in whole gpu module 2013-03-22 14:03:15 +04:00
glob.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09: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 Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
lapack.cpp Replaced core module calls to universal intrinsics with wide universal intrinsics 2018-10-15 11:46:45 +03:00
lda.cpp core: fix printf warnings by using c++11 format 2018-09-24 11:31:40 +03:00
logger.cpp core: set default logger level to 'warning' in Release builds 2018-06-05 18:39:47 +03:00
lpsolver.cpp core: update solveLP() interface 2018-10-15 18:58:11 +00:00
lut.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-14 23:44:35 +00:00
mathfuncs_core.dispatch.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
mathfuncs_core.simd.hpp Merge pull request #12799 from alalek:update_build_js 2018-10-15 17:35:21 +03:00
mathfuncs.cpp Merge pull request #12799 from alalek:update_build_js 2018-10-15 17:35:21 +03:00
mathfuncs.hpp core: move const tables outside of dispatched code 2018-08-08 17:54:54 +03:00
matmul.cpp Merge pull request #12825 from alalek:issue_8413_3.4 2018-10-15 14:23:21 +00:00
matrix_c.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
matrix_decomp.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
matrix_expressions.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
matrix_iterator.cpp Split matrix.cpp into smaller pieces 2018-02-05 19:16:33 +03:00
matrix_operations.cpp core: fix printf warnings by using c++11 format 2018-09-24 11:31:40 +03:00
matrix_sparse.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
matrix_wrap.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
matrix.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-13 16:19:05 +00:00
mean.cpp core(ipp): disable SSE4.2 meanStdDev() optimization for CV_32F 2018-10-26 15:57:26 +03:00
merge.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-26 17:56:55 +03:00
minmax.cpp Merge pull request #12877 from maver1:3.4 2018-10-24 15:02:53 +03:00
norm.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-14 23:44:35 +00:00
ocl_deprecated.hpp ocl: low-level API to support OpenCL binary programs 2017-12-05 22:25:14 +03:00
ocl.cpp ocl: bailout from unsupported types 2018-10-15 18:06:06 +00:00
opengl.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-28 14:14:47 +03:00
out.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03: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 Merge pull request #12391 from DEEPIR:master 2018-09-04 16:39:19 +03:00
parallel_impl.hpp core: fix pthreads performance 2018-01-26 04:09:11 +00:00
parallel.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-12 10:05:55 +00:00
pca.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
persistence_base64.cpp Merge pull request #11353 from eecsninja:3.4 2018-04-20 15:31:47 +03:00
persistence_c.cpp Merge pull request #12570 from alalek:drop_usrtype1 2018-09-19 13:55:26 +03:00
persistence_cpp.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-13 16:19:05 +00:00
persistence_json.cpp backport fixes for static analyzer warnings 2018-09-04 16:49:42 +03:00
persistence_types.cpp Merge pull request #12570 from alalek:drop_usrtype1 2018-09-19 13:55:26 +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 Merge pull request #12570 from alalek:drop_usrtype1 2018-09-19 13:55:26 +03:00
persistence.hpp Merge pull request #12570 from alalek:drop_usrtype1 2018-09-19 13:55:26 +03:00
precomp.hpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-12 10:05:55 +00:00
rand.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-09-14 23:44:35 +00:00
softfloat.cpp build: enable -Wimplicit-fallthrough warning for OpenCV modules 2018-04-19 19:54:03 +03:00
split.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-26 17:56:55 +03:00
stat_c.cpp don't use constructors for C API structures 2018-09-06 14:34:16 +03:00
stat.dispatch.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09: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 core: get rid of built-in String type 2018-08-27 14:42:18 +03:00
sum.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
system.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2018-10-26 17:56:55 +03:00
tables.cpp removed duplicated Hershey fonts 2014-08-15 12:09:16 +04:00
trace.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00
types.cpp Add semicolons after CV_INSTRUMENT macros 2018-09-14 06:45:31 +09:00
umatrix.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 2018-09-21 18:12:35 +03:00
umatrix.hpp core(ocl): fix deadlock in UMatDataAutoLock 2018-01-16 17:33:06 +03:00
va_intel.cpp Utilize CV_UNUSED macro 2018-09-07 20:33:52 +09:00