Open Source Computer Vision Library https://opencv.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vitaly Tuzov 2f929376ec Fixed meanStdDev() implementation for the case input matrix has more than 4 channels 7 years ago
..
cuda Utilize CV_UNUSED macro 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 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 Utilize CV_UNUSED macro 7 years ago
arithm_core.hpp core: fix absdiff (non-optimized, fp) to prevent "-0" results 9 years ago
arithm_simd.hpp core: fix AVX2 min implementation 7 years ago
array.cpp don't use constructors for C API structures 7 years ago
batch_distance.cpp Replace naive normL2Sqr with hal::normL2Sqr_ for better performance 7 years ago
bindings_utils.cpp bindings: add debug helpers for args conversions 7 years ago
bufferpool.impl.hpp Utilize CV_UNUSED macro 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.cpp Merge pull request #12411 from vpisarev:wide_convert 7 years ago
convert.hpp Merge pull request #12411 from vpisarev:wide_convert 7 years ago
convert_c.cpp Split convert.cpp into smaller pieces 7 years ago
convert_scale.cpp Merge pull request #12411 from vpisarev:wide_convert 7 years ago
copy.cpp Merge pull request #12443 from DEEPIR:master 7 years ago
count_non_zero.cpp backport fixes for static analyzer warnings 7 years ago
cuda_gpu_mat.cpp Utilize CV_UNUSED macro 7 years ago
cuda_host_mem.cpp Utilize CV_UNUSED macro 7 years ago
cuda_info.cpp Utilize CV_UNUSED macro 7 years ago
cuda_stream.cpp Utilize CV_UNUSED macro 7 years ago
datastructs.cpp Misc. typos 7 years ago
directx.cpp Utilize CV_UNUSED macro 7 years ago
directx.inc.hpp core: added DirectX interop implementation (OpenCL) with samples 12 years ago
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 updated license header in whole gpu module 12 years ago
glob.cpp Utilize CV_UNUSED macro 7 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 9 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 8 years ago
kmeans.cpp Replace naive normL2Sqr with hal::normL2Sqr_ for better performance 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 core: add solveLP type checks for output 7 years ago
lut.cpp backport fixes for static analyzer warnings 7 years ago
mathfuncs.cpp backport fixes for static analyzer warnings 7 years ago
mathfuncs.hpp core: move const tables outside of dispatched code 7 years ago
mathfuncs_core.dispatch.cpp ICV2017u3 package update; 8 years ago
mathfuncs_core.simd.hpp core: move const tables outside of dispatched code 7 years ago
matmul.cpp backport fixes for static analyzer warnings 7 years ago
matrix.cpp Utilize CV_UNUSED macro 7 years ago
matrix_c.cpp don't use constructors for C API structures 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 Split matrix.cpp into smaller pieces 7 years ago
matrix_operations.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
matrix_sparse.cpp To fix bug #12389, which is a validation for the potential null pointer. 7 years ago
matrix_wrap.cpp backport fixes for static analyzer warnings 7 years ago
mean.cpp Fixed meanStdDev() implementation for the case input matrix has more than 4 channels 7 years ago
merge.cpp core(test): extra tests/fixes for merge/split (#12171) 7 years ago
minmax.cpp backport fixes for static analyzer warnings 7 years ago
norm.cpp backport fixes for static analyzer warnings 7 years ago
ocl.cpp Utilize CV_UNUSED macro 7 years ago
ocl_deprecated.hpp ocl: low-level API to support OpenCL binary programs 7 years ago
opengl.cpp Utilize CV_UNUSED macro 7 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 Utilize CV_UNUSED macro 7 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 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 don't use constructors for C API structures 7 years ago
persistence_json.cpp backport fixes for static analyzer warnings 7 years ago
persistence_types.cpp don't use constructors for C API structures 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 Merge pull request #12458 from DEEPIR:3.4 7 years ago
rand.cpp Solves issue 12392 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 core(stat): create dispatch.cpp file 8 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 7 years ago
stl.cpp War on Whitespace, master edition: file endings. 12 years ago
sum.cpp backport fixes for static analyzer warnings 7 years ago
system.cpp Utilize CV_UNUSED macro 7 years ago
tables.cpp removed duplicated Hershey fonts 11 years ago
trace.cpp Utilize CV_UNUSED macro 7 years ago
types.cpp Split matrix.cpp into smaller pieces 7 years ago
umatrix.cpp Utilize CV_UNUSED macro 7 years ago
umatrix.hpp core(ocl): fix deadlock in UMatDataAutoLock 7 years ago
va_intel.cpp Utilize CV_UNUSED macro 7 years ago