..
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
Framework for dynamic videoio backends, FFmpeg and GStreamer plugins
2019-02-26 13:50:30 +03:00
algorithm.cpp
alloc.cpp
build: unreachable code after CV_Error() (part 2)
2018-04-24 16:03:40 +03:00
arithm_ipp.hpp
core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics
2018-10-30 12:48:31 +02:00
arithm.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-12-06 07:06:58 +00:00
arithm.dispatch.cpp
core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics
2018-10-30 12:48:31 +02:00
arithm.simd.hpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-11-10 20:50:26 +00:00
array.cpp
completely new C++ persistence implementation ( #13011 )
2018-11-02 00:27:06 +03:00
batch_distance.cpp
remove non-ideal pairs when using crosscheck in batchdistance
2018-10-26 20:25:24 +00:00
bindings_utils.cpp
spelling fixes
2019-02-11 15:35:10 +03: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 remote-tracking branch 'upstream/3.4' into merge-3.4
2018-11-10 20:50:26 +00:00
conjugate_gradient.cpp
opencv: Use cv::AutoBuffer<>::data()
2018-07-04 19:11:29 +03:00
convert_c.cpp
convert_scale.dispatch.cpp
core: dispatch convert_scale
2019-02-08 18:32:10 +03:00
convert_scale.simd.hpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-02-12 17:54:40 +03:00
convert.dispatch.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-02-12 17:54:40 +03:00
convert.hpp
added basic support for CV_16F (the new datatype etc.) ( #12463 )
2018-09-10 16:56:29 +03:00
convert.simd.hpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-02-12 17:54:40 +03:00
copy.cpp
Merge pull request #13193 from berak:core_copyMakeBorder
2018-11-17 13:19:42 +03:00
count_non_zero.dispatch.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-02-19 19:49:13 +00:00
count_non_zero.simd.hpp
core: dispatch count_non_zero
2019-02-14 13:16:20 +03:00
cuda_gpu_mat.cpp
Utilize CV_UNUSED macro
2018-09-07 20:33:52 +09:00
cuda_host_mem.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-02-26 17:34:42 +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
completely new C++ persistence implementation ( #13011 )
2018-11-02 00:27:06 +03:00
directx.cpp
Utilize CV_UNUSED macro
2018-09-07 20:33:52 +09:00
directx.inc.hpp
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
glob.cpp
Fix build error when building with Unicode on Windows
2019-01-07 10:18:58 -08:00
hal_internal.cpp
hal_internal.hpp
hal_replacement.hpp
intel_gpu_gemm.inl.hpp
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
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-11-10 20:50:26 +00: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-11-10 20:50:26 +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
core: rework getContinuousSize() for vector-col/row support
2018-11-10 11:08:28 +00:00
mathfuncs.hpp
core: move const tables outside of dispatched code
2018-08-08 17:54:54 +03:00
matmul.dispatch.cpp
core: dispatch matmul
2019-02-18 14:36:46 +03:00
matmul.simd.hpp
core: dispatch matmul
2019-02-18 14:36:46 +03: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
matrix_operations.cpp
significantly reduced OpenCV binary size by disabling IPP in some funcs ( #13085 )
2018-11-09 17:39:29 +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-11-10 20:50:26 +00:00
mean.dispatch.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-02-26 17:34:42 +03:00
mean.simd.hpp
core: dispatch mean.cpp
2019-02-19 16:58:32 +03:00
merge.dispatch.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-02-26 17:34:42 +03:00
merge.simd.hpp
core: dispatch merge.cpp
2019-02-23 15:42:26 +00:00
minmax.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-11-10 20:50:26 +00:00
norm.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-12-03 18:38:27 +03:00
ocl_deprecated.hpp
ocl.cpp
Merge pull request #13776 from alalek:fix_13741
2019-02-08 15:30:36 +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
parallel_impl.cpp
Merge pull request #12391 from DEEPIR:master
2018-09-04 16:39:19 +03:00
parallel_impl.hpp
parallel.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-11-21 08:33:39 +00:00
pca.cpp
Add semicolons after CV_INSTRUMENT macros
2018-09-14 06:45:31 +09:00
persistence_json.cpp
Merge pull request #13947 from JoeHowse:4.0.1-patches
2019-03-02 19:00:32 +03:00
persistence_types.cpp
refactoring catching all exceptions as const ref
2018-11-08 19:59:47 +03:00
persistence_xml.cpp
completely new C++ persistence implementation ( #13011 )
2018-11-02 00:27:06 +03:00
persistence_yml.cpp
completely new C++ persistence implementation ( #13011 )
2018-11-02 00:27:06 +03:00
persistence.cpp
Fixed warnings produced by clang-9.0.0
2019-01-30 14:05:32 +03:00
persistence.hpp
core(persistence): fix KW issues
2018-12-03 17:10:20 +03:00
precomp.hpp
spelling fixes
2019-02-11 15:35:10 +03: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.dispatch.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-02-26 17:34:42 +03:00
split.simd.hpp
core: dispatch split.cpp
2019-02-22 09:54:31 +00: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
stat.simd.hpp
stl.cpp
core: get rid of built-in String type
2018-08-27 14:42:18 +03:00
sum.dispatch.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2019-02-19 19:49:13 +00:00
sum.simd.hpp
core: dispatch sum
2019-02-13 18:17:38 +03:00
system.cpp
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2018-11-21 08:33:39 +00:00
tables.cpp
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 remote-tracking branch 'upstream/3.4' into merge-3.4
2018-11-10 20:50:26 +00:00
umatrix.hpp
va_intel.cpp
Fixed compilation with VA-interop on 32-bit platforms
2018-12-03 17:16:09 +03:00