.. |
cuda
|
Utilize CV_UNUSED macro
|
6 years ago |
opencl
|
core(ocl): replace ambiguous 'depth' to 'DEPTH_dst'
|
6 years ago |
utils
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
algorithm.cpp
|
Python: wrap Algorithm::read and Algorithm::write
|
7 years ago |
alloc.cpp
|
build: unreachable code after CV_Error() (part 2)
|
7 years ago |
arithm.cpp
|
Merge pull request #13080 from alalek:issue_13078
|
6 years ago |
arithm.dispatch.cpp
|
core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics
|
6 years ago |
arithm.simd.hpp
|
core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics
|
6 years ago |
arithm_ipp.hpp
|
core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics
|
6 years ago |
array.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
batch_distance.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
bindings_utils.cpp
|
bindings: add debug helpers for args conversions
|
6 years ago |
bufferpool.impl.hpp
|
Utilize CV_UNUSED macro
|
6 years ago |
channels.cpp
|
Merge pull request #12877 from maver1:3.4
|
6 years ago |
check.cpp
|
avoid negative index.
|
6 years ago |
command_line_parser.cpp
|
build: unreachable code after CV_Error() (part 2)
|
7 years ago |
conjugate_gradient.cpp
|
opencv: Use cv::AutoBuffer<>::data()
|
6 years ago |
convert.cpp
|
core: fix processing of vector-rows
|
6 years ago |
convert.hpp
|
Merge pull request #12411 from vpisarev:wide_convert
|
6 years ago |
convert_c.cpp
|
Split convert.cpp into smaller pieces
|
7 years ago |
convert_scale.cpp
|
core: fix processing of vector-rows
|
6 years ago |
copy.cpp
|
core: fix processing of vector-rows
|
6 years ago |
count_non_zero.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
cuda_gpu_mat.cpp
|
Utilize CV_UNUSED macro
|
6 years ago |
cuda_host_mem.cpp
|
Utilize CV_UNUSED macro
|
6 years ago |
cuda_info.cpp
|
Utilize CV_UNUSED macro
|
6 years ago |
cuda_stream.cpp
|
MSVC: Slience external/meaningless warnings
|
6 years ago |
datastructs.cpp
|
Misc. typos
|
6 years ago |
directx.cpp
|
Utilize CV_UNUSED macro
|
6 years ago |
directx.inc.hpp
|
core: added DirectX interop implementation (OpenCL) with samples
|
11 years ago |
downhill_simplex.cpp
|
core: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
dxt.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
gl_core_3_1.cpp
|
build: unreachable code after CV_Error() (part 2)
|
7 years ago |
gl_core_3_1.hpp
|
updated license header in whole gpu module
|
12 years ago |
glob.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
hal_internal.cpp
|
core(lapack): fix build issues related to 'extern "C"'
|
7 years ago |
hal_internal.hpp
|
Add QR decomposition to HAL
|
8 years ago |
hal_replacement.hpp
|
HAL for minMaxIdx
|
7 years ago |
intel_gpu_gemm.inl.hpp
|
core(ocl): fix parameters for 'intelblas_gemm_buffer_NT' kernel
|
7 years ago |
kmeans.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
lapack.cpp
|
Replaced core module calls to universal intrinsics with wide universal intrinsics
|
6 years ago |
lda.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
logger.cpp
|
core: set default logger level to 'warning' in Release builds
|
7 years ago |
lpsolver.cpp
|
core: add solveLP type checks for output
|
6 years ago |
lut.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
mathfuncs.cpp
|
Merge pull request #12799 from alalek:update_build_js
|
6 years ago |
mathfuncs.hpp
|
core: move const tables outside of dispatched code
|
6 years ago |
mathfuncs_core.dispatch.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
mathfuncs_core.simd.hpp
|
Merge pull request #12799 from alalek:update_build_js
|
6 years ago |
matmul.cpp
|
Merge pull request #12825 from alalek:issue_8413_3.4
|
6 years ago |
matrix.cpp
|
core: re-throw allocation exception if there is no fallback
|
6 years ago |
matrix_c.cpp
|
don't use constructors for C API structures
|
6 years ago |
matrix_decomp.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
matrix_expressions.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
matrix_iterator.cpp
|
Split matrix.cpp into smaller pieces
|
7 years ago |
matrix_operations.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
matrix_sparse.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
matrix_wrap.cpp
|
Support GpuMat in copyTo() functions
|
6 years ago |
mean.cpp
|
core(ipp): disable SSE4.2 meanStdDev() optimization for CV_32F
|
6 years ago |
merge.cpp
|
Merge pull request #12877 from maver1:3.4
|
6 years ago |
minmax.cpp
|
Merge pull request #12877 from maver1:3.4
|
6 years ago |
norm.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
ocl.cpp
|
ocl(win32): bypass deallocate() during process termination
|
6 years ago |
ocl_deprecated.hpp
|
ocl: low-level API to support OpenCL binary programs
|
7 years ago |
opengl.cpp
|
OpenGL: avoid losing precision in double-to-float conversion
|
6 years ago |
out.cpp
|
core: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
ovx.cpp
|
OpenVX calls updated to use single common OpenVX context per thread
|
8 years ago |
parallel.cpp
|
core: call omp_set_dynamic() for better CPU usage
|
6 years ago |
parallel_impl.cpp
|
core: fix mm_pause() for non-SSE i386 builds
|
7 years ago |
parallel_impl.hpp
|
core: fix pthreads performance
|
7 years ago |
pca.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
persistence.cpp
|
refactor: don't use CV_ErrorNoReturn() internally
|
7 years ago |
persistence.hpp
|
build: enable -Wimplicit-fallthrough warning for OpenCV modules
|
7 years ago |
persistence_base64.cpp
|
Merge pull request #11353 from eecsninja:3.4
|
7 years ago |
persistence_c.cpp
|
Misc. typos
|
6 years ago |
persistence_cpp.cpp
|
Add a file with preprocessing parameters for deep learning networks
|
6 years ago |
persistence_json.cpp
|
backport fixes for static analyzer warnings
|
6 years ago |
persistence_types.cpp
|
don't use constructors for C API structures
|
6 years ago |
persistence_xml.cpp
|
core: added checks and "fixit" items for persistence parsers
|
7 years ago |
persistence_yml.cpp
|
core: added checks and "fixit" items for persistence parsers
|
7 years ago |
precomp.hpp
|
Merge pull request #13080 from alalek:issue_13078
|
6 years ago |
rand.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
softfloat.cpp
|
build: enable -Wimplicit-fallthrough warning for OpenCV modules
|
7 years ago |
split.cpp
|
Merge pull request #12877 from maver1:3.4
|
6 years ago |
stat.dispatch.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
stat.hpp
|
Split stat.cpp into smaller pieces
|
7 years ago |
stat.simd.hpp
|
core(stat): add required CV_AVX_GUARD
|
8 years ago |
stat_c.cpp
|
don't use constructors for C API structures
|
6 years ago |
stl.cpp
|
War on Whitespace, master edition: file endings.
|
11 years ago |
sum.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
system.cpp
|
Merge pull request #12877 from maver1:3.4
|
6 years ago |
tables.cpp
|
removed duplicated Hershey fonts
|
10 years ago |
trace.cpp
|
Utilize CV_UNUSED macro
|
6 years ago |
types.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
6 years ago |
umatrix.cpp
|
Support GpuMat in copyTo() functions
|
6 years ago |
umatrix.hpp
|
core(ocl): fix deadlock in UMatDataAutoLock
|
7 years ago |
va_intel.cpp
|
Utilize CV_UNUSED macro
|
6 years ago |