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 ecbd5b0574 Merge pull request #10751 from nglee:dev 7 years ago
..
cuda follow the naming rule as other API 9 years ago
opencl opencl/cvtclr_dx: fix not compile-time constants issue. 7 years ago
utils core: fix unresolved symbols from utils::fs 7 years ago
algorithm.cpp Python: wrap Algorithm::read and Algorithm::write 7 years ago
alloc.cpp core(alloc): drop unused code, use memalign() functions instead of hacks 8 years ago
arithm.cpp use universal intrinsic in arithm.cpp 7 years ago
arithm_core.hpp core: fix absdiff (non-optimized, fp) to prevent "-0" results 8 years ago
arithm_simd.hpp Fixes Issue #10181 7 years ago
array.cpp Fixed several warnings produced by clang 6 and static analyzers 7 years ago
bufferpool.impl.hpp
command_line_parser.cpp Build for embedded systems 7 years ago
conjugate_gradient.cpp extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed 10 years ago
convert.avx2.cpp AVX and SSE4.1 optimized conversion implementations migrated to separate files 8 years ago
convert.cpp core: remove raw SSE2/NEON implementation from convert.cpp (#9831) 7 years ago
convert.fp16.cpp android: make optional "cpufeatures", build fixes for NDK r15 8 years ago
convert.hpp AVX and SSE4.1 optimized conversion implementations migrated to separate files 8 years ago
convert.sse4_1.cpp AVX and SSE4.1 optimized conversion implementations migrated to separate files 8 years ago
copy.cpp core: fix copyTo(with mask) dst initialization 7 years ago
cuda_gpu_mat.cpp fix #5780 : `cv::cuda::createContinuous`effectively ignores its `cols` argument 9 years ago
cuda_host_mem.cpp Fix possible null pointer dereference 10 years ago
cuda_info.cpp Called after setDevice. 9 years ago
cuda_stream.cpp cuda_stream: do not allocate GPU memory by default (fixes #8725) 7 years ago
datastructs.cpp Issues found by static analysis (5th round) 8 years ago
directx.cpp build: fix warning 8 years ago
directx.inc.hpp
downhill_simplex.cpp extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed 10 years ago
dxt.cpp Fixed several warnings produced by clang 6 and static analyzers 7 years ago
gl_core_3_1.cpp
gl_core_3_1.hpp
glob.cpp Build for embedded systems 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 7 years ago
kmeans.cpp core: kmeans refactoring 7 years ago
lapack.cpp Use Eigen::SelfAdjointEigenSolver in cv::eigen 7 years ago
lda.cpp Build for embedded systems 7 years ago
logger.cpp core(logger): add log level configuration option 7 years ago
lpsolver.cpp Merge pull request #8816 from mshabunin:sprintf-fix 8 years ago
mathfuncs.cpp remove raw SSE2/NEON implementation from mathfuncs.cpp 7 years ago
mathfuncs_core.dispatch.cpp ICV2017u3 package update; 8 years ago
mathfuncs_core.simd.hpp Fixed exp32f() compilation on MSVC 8 years ago
matmul.cpp Merge pull request #9753 from tomoaki0705:universalMatmul 7 years ago
matop.cpp Instrumentation for OpenCV API regions and IPP functions; 9 years ago
matrix.cpp Build for embedded systems 7 years ago
matrix_decomp.cpp Add QR decomposition to HAL 9 years ago
merge.cpp HAL moved back to core 9 years ago
ocl.cpp ocl: force clBuildProgram() call after clCreateProgramWithBinary() 7 years ago
ocl_deprecated.hpp ocl: low-level API to support OpenCL binary programs 7 years ago
opengl.cpp build: replace WIN32 => _WIN32 8 years ago
out.cpp Merge pull request #8816 from mshabunin:sprintf-fix 8 years ago
ovx.cpp OpenVX calls updated to use single common OpenVX context per thread 8 years ago
parallel.cpp Merge pull request #10691 from alalek:parallel_for_2018 7 years ago
parallel_impl.cpp core:ppc Add yield support 7 years ago
parallel_impl.hpp core: fix pthreads performance 7 years ago
pca.cpp Fixed #10433 7 years ago
persistence.cpp persistence: replace arbitrary limit of cn to 4 by CV_CN_MAX (#10636) 7 years ago
precomp.hpp Added support for VSX 7 years ago
rand.cpp core: Several improvements to Power/VSX 7 years ago
softfloat.cpp Added implementation of softdouble rounding to int64_t 7 years ago
split.cpp HAL moved back to core 9 years ago
stat.cpp HAL for minMaxIdx 7 years ago
stat.dispatch.cpp core(stat): create dispatch.cpp file 8 years ago
stat.simd.hpp core(stat): add required CV_AVX_GUARD 8 years ago
stl.cpp
system.cpp Merge pull request #10706 from alalek:exception_opencv_version 7 years ago
tables.cpp removed duplicated Hershey fonts 11 years ago
trace.cpp ocl: avoid unnecessary loading/initializing OpenCL subsystem 7 years ago
types.cpp Instrumentation for OpenCV API regions and IPP functions; 9 years ago
umatrix.cpp core(ocl): fix deadlock in UMatDataAutoLock 7 years ago
umatrix.hpp core(ocl): fix deadlock in UMatDataAutoLock 7 years ago
va_intel.cpp Visual Studio 2015 warning and test fixes 9 years ago