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.
 
 
 
 
 
 
Alexander Alekhin b45273eccb Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
..
cuda Use "src" not "*this" for source GpuMat 4 years ago
opencl Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
utils Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
algorithm.cpp Python: wrap Algorithm::read and Algorithm::write 7 years ago
alloc.cpp core(alloc): force initialization of memalign flag 5 years ago
arithm.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
arithm.dispatch.cpp core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics 6 years ago
arithm.simd.hpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
arithm_ipp.hpp core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics 6 years ago
array.cpp Fix spelling typos 5 years ago
async.cpp core: Async API / AsyncArray 6 years ago
batch_distance.cpp remove non-ideal pairs when using crosscheck in batchdistance 6 years ago
bindings_utils.cpp core: fix handling of ND-arrays in dumpInputArray() helpers 5 years ago
buffer_area.cpp core(buffer_area): handle 'OPENCV_ENABLE_MEMORY_SANITIZER=ON' case 5 years ago
bufferpool.impl.hpp Utilize CV_UNUSED macro 6 years ago
channels.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 6 years ago
check.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
command_line_parser.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 6 years ago
conjugate_gradient.cpp opencv: Use cv::AutoBuffer<>::data() 7 years ago
convert.dispatch.cpp core: avoid function type cast, make happy UBSAN 6 years ago
convert.hpp added basic support for CV_16F (the new datatype etc.) (#12463) 6 years ago
convert.simd.hpp core: avoid function type cast, make happy UBSAN 6 years ago
convert_c.cpp Split convert.cpp into smaller pieces 7 years ago
convert_scale.dispatch.cpp core: dispatch convert_scale 6 years ago
convert_scale.simd.hpp Fix spelling typos 5 years ago
copy.cpp Merge pull request #18080 from nhlsm:improve-mat-operator-assign-scalar 4 years ago
count_non_zero.dispatch.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
count_non_zero.simd.hpp core: vectorize countNonZero64f 5 years ago
cuda_gpu_mat.cpp Utilize CV_UNUSED macro 6 years ago
cuda_host_mem.cpp build: fix warnings 6 years ago
cuda_info.cpp Utilize CV_UNUSED macro 6 years ago
cuda_stream.cpp Allow access to CUDA memory and stream pointers for interoperability. 5 years ago
datastructs.cpp Fix modules/ typos 5 years ago
directx.cpp Merge pull request #14376 from masa-iwm:3.4 6 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 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 Support building shared libraries on WINCE. 5 years ago
hal_internal.cpp Fix modules/ typos 5 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 core(kmeans): bailout if can't select cluster center 5 years ago
lapack.cpp Merge pull request #16236 from alalek:fix_core_simd_emulator 5 years ago
lda.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 6 years ago
logger.cpp core(logger): complete initialization of logger structures 5 years ago
lpsolver.cpp core: update solveLP() interface 6 years ago
lut.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 6 years ago
mathfuncs.cpp Use std::atomic in getExpTab32f and getLogTab32f 5 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 #16236 from alalek:fix_core_simd_emulator 5 years ago
matmul.dispatch.cpp core: workaround transform() inplace calls 5 years ago
matmul.simd.hpp Merge pull request #16375 from ChipKerchner:vectorizeMultTranspose 5 years ago
matrix.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 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 core(MatExpr): fix warning in case of e.s == (0, 0, 0, 0) 5 years ago
matrix_iterator.cpp Split matrix.cpp into smaller pieces 7 years ago
matrix_operations.cpp Restored IPP call reduction 5 years ago
matrix_sparse.cpp Add semicolons after `CV_INSTRUMENT` macros 6 years ago
matrix_wrap.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
mean.dispatch.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
mean.simd.hpp core: dispatch mean.cpp 6 years ago
merge.dispatch.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 6 years ago
merge.simd.hpp core: dispatch merge.cpp 6 years ago
minmax.cpp Merge pull request #16754 from alalek:issue_16752 5 years ago
norm.cpp Merge pull request #16754 from alalek:issue_16752 5 years ago
ocl.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 4 years ago
ocl_deprecated.hpp ocl: low-level API to support OpenCL binary programs 7 years ago
opengl.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
out.cpp Merge pull request #12310 from cv3d:chunks/enum_interface 6 years ago
ovx.cpp Fixed compilation on windows with openvx 5 years ago
parallel.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
parallel_impl.cpp Added initial version of cmake toolchain for RISC-V architecture. 5 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 core(persistence): fix "use after free" bug 4 years ago
persistence.hpp core(persistence): fix writeRaw() / readRaw() struct support 5 years ago
persistence_json.cpp Merge pull request #16488 from vpisarev:filestorage_longlines 5 years ago
persistence_types.cpp refactoring catching all exceptions as const ref 6 years ago
persistence_xml.cpp Merge pull request #17436 from vpisarev:fix_python_io 5 years ago
persistence_yml.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
precomp.hpp use C++11 static variables as memory barrier 5 years ago
rand.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
softfloat.cpp core: fix UBSAN in softfloat 5 years ago
split.dispatch.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 6 years ago
split.simd.hpp core: dispatch split.cpp 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 Merge pull request #15402 from ChipKerchner:normUnroll 5 years ago
stat_c.cpp don't use constructors for C API structures 6 years ago
stl.cpp core: get rid of built-in String type 6 years ago
sum.dispatch.cpp Merge pull request #16754 from alalek:issue_16752 5 years ago
sum.simd.hpp core: dispatch sum 6 years ago
system.cpp Merge pull request #17922 from joy2myself:build_riscv_with_c++_intrin 4 years ago
tables.cpp removed duplicated Hershey fonts 10 years ago
trace.cpp core: use lazy on-demand initialization for param_traceEnable 4 years ago
types.cpp Add semicolons after `CV_INSTRUMENT` macros 6 years ago
umatrix.cpp Merge remote-tracking branch 'upstream/3.4' into merge-3.4 5 years ago
umatrix.hpp core(ocl): fix deadlock in UMatDataAutoLock 7 years ago
va_intel.cpp Fixed compilation with VA-interop on 32-bit platforms 6 years ago