.. |
cuda
|
cuda: eliminate part of build warnings
|
7 years ago |
opencl
|
print() is a function in Python 3
|
7 years ago |
utils
|
core: dump neighbour cache directories (from old OpenCV versions)
|
7 years ago |
algorithm.cpp
|
…
|
|
alloc.cpp
|
build: unreachable code after CV_Error() (part 2)
|
7 years ago |
arithm.cpp
|
Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill
|
7 years ago |
arithm_core.hpp
|
…
|
|
arithm_simd.hpp
|
core: fix AVX2 min implementation
|
7 years ago |
array.cpp
|
Fixed several issues found by static analysis tools
|
7 years ago |
batch_distance.cpp
|
Fixed issues found by static analysis (mostly DBZ)
|
7 years ago |
bufferpool.impl.hpp
|
core: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
channels.cpp
|
opencv: Use cv::AutoBuffer<>::data()
|
7 years ago |
check.cpp
|
avoid negative index.
|
7 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()
|
7 years ago |
convert.avx2.cpp
|
Split convert.cpp into smaller pieces
|
7 years ago |
convert.cpp
|
Fix for SSE2 intrinsics problem in the part of saturation arithmetic processing during 32s->16u packed conversion -
|
7 years ago |
convert.fp16.cpp
|
Wide univ intrinsics (#11953)
|
7 years ago |
convert.hpp
|
Split convert.cpp into smaller pieces
|
7 years ago |
convert.sse4_1.cpp
|
Split convert.cpp into smaller pieces
|
7 years ago |
convert_c.cpp
|
Split convert.cpp into smaller pieces
|
7 years ago |
convert_scale.cpp
|
Merge pull request #11285 from take1014:core_6125
|
7 years ago |
copy.cpp
|
Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill
|
7 years ago |
count_non_zero.cpp
|
Split stat.cpp into smaller pieces
|
7 years ago |
cuda_gpu_mat.cpp
|
handle huge matrices correctly (#11505)
|
7 years ago |
cuda_host_mem.cpp
|
handle huge matrices correctly (#11505)
|
7 years ago |
cuda_info.cpp
|
build: unreachable code after CV_Error()
|
7 years ago |
cuda_stream.cpp
|
cuda: avoid unnecessary cudaStreamSynchronize() call
|
7 years ago |
datastructs.cpp
|
Misc. typos
|
7 years ago |
directx.cpp
|
refactor: don't use CV_ErrorNoReturn() internally
|
7 years ago |
directx.inc.hpp
|
…
|
|
downhill_simplex.cpp
|
core: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
dxt.cpp
|
opencv: Use cv::AutoBuffer<>::data()
|
7 years ago |
gl_core_3_1.cpp
|
build: unreachable code after CV_Error() (part 2)
|
7 years ago |
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()
|
7 years ago |
lapack.cpp
|
core: solve(): add check for passed 'method' values
|
7 years ago |
lda.cpp
|
Merge pull request #11049 from take1014:#10948
|
7 years ago |
logger.cpp
|
core: set default logger level to 'warning' in Release builds
|
7 years ago |
lpsolver.cpp
|
…
|
|
lut.cpp
|
core: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
mathfuncs.cpp
|
opencv: Use cv::AutoBuffer<>::data()
|
7 years ago |
mathfuncs_core.dispatch.cpp
|
…
|
|
mathfuncs_core.simd.hpp
|
further improvements in split & merge; started using non-temporary store instructions (#12063)
|
7 years ago |
matmul.cpp
|
opencv: Use cv::AutoBuffer<>::data()
|
7 years ago |
matrix.cpp
|
Fixed the int size overflow bug of cv::Mat.push_back().
|
7 years ago |
matrix_c.cpp
|
opencv: Use cv::AutoBuffer<>::data()
|
7 years ago |
matrix_decomp.cpp
|
opencv: Use cv::AutoBuffer<>::data()
|
7 years ago |
matrix_expressions.cpp
|
Merge pull request #11214 from take1014:core_9720
|
7 years ago |
matrix_iterator.cpp
|
…
|
|
matrix_operations.cpp
|
opencv: Use cv::AutoBuffer<>::data()
|
7 years ago |
matrix_sparse.cpp
|
…
|
|
matrix_wrap.cpp
|
build: unreachable code after CV_Error() (part 2)
|
7 years ago |
mean.cpp
|
Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill
|
7 years ago |
merge.cpp
|
core(test): extra tests/fixes for merge/split (#12171)
|
7 years ago |
minmax.cpp
|
Split stat.cpp into smaller pieces
|
7 years ago |
norm.cpp
|
core: disabled IPP AVX512 normL1(a, b, mask)
|
7 years ago |
ocl.cpp
|
core(ocl): don't expose exceptions from OpenCL callback
|
7 years ago |
ocl_deprecated.hpp
|
…
|
|
opengl.cpp
|
core: fix autobuffer usage in opengl.cpp
|
7 years ago |
out.cpp
|
core: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
ovx.cpp
|
…
|
|
parallel.cpp
|
core: fix icc std::exception_ptr detection
|
7 years ago |
parallel_impl.cpp
|
core: fix mm_pause() for non-SSE i386 builds
|
7 years ago |
parallel_impl.hpp
|
…
|
|
pca.cpp
|
Add overloaded cv::PCACompute() that returns also the eigenvalues. Useful for Java and Python OpenCV where PCA is not available.
|
7 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
|
7 years ago |
persistence_cpp.cpp
|
opencv: Use cv::AutoBuffer<>::data()
|
7 years ago |
persistence_json.cpp
|
More issues found by static analysis
|
7 years ago |
persistence_types.cpp
|
Fixed several issues found by static analysis tools
|
7 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
|
handle huge matrices correctly (#11505)
|
7 years ago |
rand.cpp
|
Added more strict checks for empty inputs to compare, meanStdDev and RNG::fill
|
7 years ago |
softfloat.cpp
|
build: enable -Wimplicit-fallthrough warning for OpenCV modules
|
7 years ago |
split.cpp
|
core(test): extra tests/fixes for merge/split (#12171)
|
7 years ago |
stat.dispatch.cpp
|
…
|
|
stat.hpp
|
Split stat.cpp into smaller pieces
|
7 years ago |
stat.simd.hpp
|
…
|
|
stat_c.cpp
|
Split stat.cpp into smaller pieces
|
7 years ago |
stl.cpp
|
…
|
|
sum.cpp
|
opencv: Use cv::AutoBuffer<>::data()
|
7 years ago |
system.cpp
|
ts: test case list is printed after cmd line parsing, refactored
|
7 years ago |
tables.cpp
|
…
|
|
trace.cpp
|
core: apply CV_OVERRIDE/CV_FINAL
|
7 years ago |
types.cpp
|
…
|
|
umatrix.cpp
|
core(ocl): do not split refcount operations / compare
|
7 years ago |
umatrix.hpp
|
…
|
|
va_intel.cpp
|
refactor: don't use CV_ErrorNoReturn() internally
|
7 years ago |