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.
 
 
 
 
 
 
Vincent Rabaud 0d52c37e11 Fix typo that prevents compilation with sanitizer. 3 years ago
..
cuda Use "src" not "*this" for source GpuMat 5 years ago
opencl Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
utils Fix build for UWP 6 years ago
algorithm.cpp
alloc.cpp core(alloc): force initialization of memalign flag 5 years ago
arithm.cpp core(arithm_op): workaround problem with scalars handling 4 years ago
arithm.dispatch.cpp core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics 6 years ago
arithm.simd.hpp Merge pull request #16236 from alalek:fix_core_simd_emulator 5 years ago
arithm_ipp.hpp core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics 6 years ago
array.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
async.cpp core: Async API / AsyncArray 6 years ago
batch_distance.cpp
bindings_utils.cpp feat: update conversion logic for `std::vector<T>` in Python bindings 3 years ago
buffer_area.cpp core(buffer_area): handle 'OPENCV_ENABLE_MEMORY_SANITIZER=ON' case 5 years ago
bufferpool.impl.hpp
channels.cpp
check.cpp Merge pull request #16616 from alalek:dnn_fix_input_shape 5 years ago
command_line_parser.cpp refactoring catching all exceptions as const ref 6 years ago
conjugate_gradient.cpp
convert.dispatch.cpp dnn(ocl): avoid mess FP16/FP32 in convolution layer 4 years ago
convert.hpp
convert.simd.hpp core: fix F16C compilation check 4 years ago
convert_c.cpp core: rework code locality 4 years ago
convert_scale.dispatch.cpp core: rework code locality 4 years ago
convert_scale.simd.hpp Fix spelling typos 5 years ago
copy.cpp core: rework code locality 4 years ago
count_non_zero.dispatch.cpp core(ipp): disable SSE4.2 code path in countNonZero() 4 years ago
count_non_zero.simd.hpp core: vectorize countNonZero64f 5 years ago
cuda_gpu_mat.cpp
cuda_host_mem.cpp build: fix warnings 6 years ago
cuda_info.cpp
cuda_stream.cpp
datastructs.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
directx.cpp Merge pull request #19783 from mikhail-nikolskiy:interop-perf 4 years ago
directx.inc.hpp Merge pull request #13972 from Mainvooid:add_cuda_support_for_D3D11_interop 6 years ago
downhill_simplex.cpp Fix spelling typos 5 years ago
dxt.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
gl_core_3_1.cpp
gl_core_3_1.hpp
glob.cpp Support building shared libraries on WINCE. 6 years ago
hal_internal.cpp Fix typo that prevents compilation with sanitizer. 3 years ago
hal_internal.hpp core: include version.hpp in cvdef.h, fix precomp.hpp usage 4 years ago
hal_replacement.hpp build: fix MSVC-Clang warnings about unused parameters in stubs 3 years ago
intel_gpu_gemm.inl.hpp core(ocl): buffer bounds in intelblas_gemm_buffer_NT 3 years ago
kmeans.cpp kmeans: assertion "There can't be more clusters than elements" 3 years ago
lapack.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
lda.cpp core(lda): don't perform calculations in constructor 6 years ago
logger.cpp core(logger): dump timestamp information with message 3 years ago
lpsolver.cpp
lut.cpp refactoring catching all exceptions as const ref 6 years ago
mathfuncs.cpp cartToPolar/polarToCart: disable inplace mode 3 years ago
mathfuncs.hpp
mathfuncs_core.dispatch.cpp core(IPP): disable some ippsMagnitude_32f calls 4 years ago
mathfuncs_core.simd.hpp Merge pull request #16236 from alalek:fix_core_simd_emulator 5 years ago
matmul.dispatch.cpp Merge pull request #20670 from alalek:core_ocl_fix_intel_gpu_gemm_requirements 3 years ago
matmul.simd.hpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
matrix.cpp Fix a potential UBSAN error. 3 years ago
matrix_c.cpp core: rework code locality 4 years ago
matrix_decomp.cpp
matrix_expressions.cpp core(MatExpr): fix warning in case of e.s == (0, 0, 0, 0) 5 years ago
matrix_iterator.cpp core: include version.hpp in cvdef.h, fix precomp.hpp usage 4 years ago
matrix_operations.cpp core: rework code locality 4 years ago
matrix_sparse.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
matrix_transform.cpp Merge pull request #18952 from terfendail:wui_doc 4 years ago
matrix_wrap.cpp core: rework code locality 4 years ago
mean.dispatch.cpp Restored IPP call reduction 6 years ago
mean.simd.hpp core: dispatch mean.cpp 6 years ago
merge.dispatch.cpp core: dispatch merge.cpp 6 years ago
merge.simd.hpp core: dispatch merge.cpp 6 years ago
minmax.cpp core: fix coverity issues 5 years ago
norm.cpp Fix potential NaN in cv::norm. 4 years ago
ocl.cpp core(ocl): add option to abort on OpenCL kernel build failure 3 years ago
ocl_disabled.impl.hpp add noexcept to default constructors of cv::ocl 4 years ago
opengl.cpp core(opencl): add version check before clCreateFromGLTexture() call 4 years ago
out.cpp
ovx.cpp Fixed compilation on windows with openvx 5 years ago
parallel.cpp Merge pull request #21943 from vrabaud:3.4_proc 3 years ago
parallel_impl.cpp core(parallel): suppress TSAN warning 3 years ago
parallel_impl.hpp
pca.cpp
persistence.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
persistence.hpp core(persistence): fix writeRaw() / readRaw() struct support 6 years ago
persistence_base64.cpp build: fix GCC12 compilation 3 years ago
persistence_c.cpp core: rework code locality 4 years ago
persistence_cpp.cpp Merge pull request #17436 from vpisarev:fix_python_io 5 years ago
persistence_json.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
persistence_types.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
persistence_xml.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
persistence_yml.cpp Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
precomp.hpp imgproc: use singleton in color_hsv.simd.hpp 3 years ago
rand.cpp core: rework code locality 4 years ago
softfloat.cpp core: fix UBSAN in softfloat 5 years ago
split.dispatch.cpp core: dispatch split.cpp 6 years ago
split.simd.hpp core: dispatch split.cpp 6 years ago
stat.dispatch.cpp
stat.hpp
stat.simd.hpp Merge pull request #15402 from ChipKerchner:normUnroll 6 years ago
stat_c.cpp core: rework code locality 4 years ago
stl.cpp
sum.dispatch.cpp Restored IPP call reduction 6 years ago
sum.simd.hpp core: dispatch sum 6 years ago
system.cpp Fix compilation on some ARM architecture. 3 years ago
tables.cpp
trace.cpp core(logger): dump timestamp information with message 3 years ago
types.cpp
umatrix.cpp fix opencv/opencv#20594 - exception handling with refcounts 3 years ago
umatrix.hpp
va_intel.cpp Merge pull request #19783 from mikhail-nikolskiy:interop-perf 4 years ago