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 97882d03cc core: fix FP16 conversion with CV_DISABLE_OPTIMIZATION option 7 years ago
..
cuda cuda: eliminate part of build warnings 7 years ago
opencl Fix #10557 7 years ago
utils cmake: don't add include <module>/src directory to avoid conflicts 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 8 years ago
arithm_core.hpp core: fix absdiff (non-optimized, fp) to prevent "-0" results 8 years ago
arithm_simd.hpp core: fix AVX2 min implementation 7 years ago
array.cpp Misc. modules/ typos 7 years ago
batch_distance.cpp core: apply CV_OVERRIDE/CV_FINAL 7 years ago
bufferpool.impl.hpp core: apply CV_OVERRIDE/CV_FINAL 7 years ago
channels.cpp Split convert.cpp into smaller pieces 7 years ago
check.cpp core: add "check" macros 7 years ago
command_line_parser.cpp Semantic segmentation sample. 7 years ago
conjugate_gradient.cpp core: apply CV_OVERRIDE/CV_FINAL 7 years ago
convert.avx2.cpp Split convert.cpp into smaller pieces 7 years ago
convert.cpp core: fix FP16 conversion with CV_DISABLE_OPTIMIZATION option 7 years ago
convert.fp16.cpp Split convert.cpp into smaller pieces 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 Split convert.cpp into smaller pieces 7 years ago
copy.cpp Fixed IPP based implementation of setTo() for infinity value 7 years ago
count_non_zero.cpp Split stat.cpp into smaller pieces 7 years ago
cuda_gpu_mat.cpp fix #5780 : `cv::cuda::createContinuous`effectively ignores its `cols` argument 9 years ago
cuda_host_mem.cpp cuda: eliminate part of build warnings 7 years ago
cuda_info.cpp Misc. modules/ typos 7 years ago
cuda_stream.cpp Merge pull request #11237 from alalek:cuda_refactor_memorypool 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 core: added DirectX interop implementation (OpenCL) with samples 11 years ago
downhill_simplex.cpp core: apply CV_OVERRIDE/CV_FINAL 7 years ago
dxt.cpp core: apply CV_OVERRIDE/CV_FINAL 7 years ago
gl_core_3_1.cpp Merge remote-tracking branch 'origin/2.4' into merge-2.4 11 years ago
gl_core_3_1.hpp updated license header in whole gpu module 12 years ago
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: apply CV_OVERRIDE/CV_FINAL 7 years ago
lapack.cpp Use Eigen::SelfAdjointEigenSolver in cv::eigen 7 years ago
lda.cpp Merge pull request #11049 from take1014:#10948 7 years ago
logger.cpp Merge pull request #11112 from alalek:cmake_src_include_fix 7 years ago
lpsolver.cpp Merge pull request #8816 from mshabunin:sprintf-fix 8 years ago
lut.cpp core: apply CV_OVERRIDE/CV_FINAL 7 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
matrix.cpp core: apply CV_OVERRIDE/CV_FINAL 7 years ago
matrix_c.cpp Split matrix.cpp into smaller pieces 7 years ago
matrix_decomp.cpp Split matrix.cpp into smaller pieces 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 Split matrix.cpp into smaller pieces 7 years ago
matrix_sparse.cpp Split matrix.cpp into smaller pieces 7 years ago
matrix_wrap.cpp Updated check on OutputArray to allow recreation of fixed_size for 1-d sizes array 7 years ago
mean.cpp Split stat.cpp into smaller pieces 7 years ago
merge.cpp Split convert.cpp into smaller pieces 7 years ago
minmax.cpp Split stat.cpp into smaller pieces 7 years ago
norm.cpp Split stat.cpp into smaller pieces 7 years ago
ocl.cpp ocl: improve trace messages of OpenCL calls 7 years ago
ocl_deprecated.hpp ocl: low-level API to support OpenCL binary programs 7 years ago
opengl.cpp Fixed OpenGL-specific compilation warning (unused function) 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 Merge pull request #11271 from alalek:tbb_build_warning 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 Fixed #10433 7 years ago
persistence.cpp core(persistence): disable checks for base64 streams 7 years ago
persistence.hpp core: added checks and "fixit" items for persistence parsers 7 years ago
persistence_base64.cpp Misc. modules/ typos 7 years ago
persistence_c.cpp Solves #11156 (#11160) 7 years ago
persistence_cpp.cpp Solves issue #10506 7 years ago
persistence_json.cpp core: added checks and "fixit" items for persistence parsers 7 years ago
persistence_types.cpp Misc. modules/ typos 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 Split convert.cpp into smaller pieces 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 Split convert.cpp into smaller pieces 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 Split stat.cpp into smaller pieces 7 years ago
stl.cpp War on Whitespace, master edition: file endings. 12 years ago
sum.cpp Split stat.cpp into smaller pieces 7 years ago
system.cpp core: add "check" macros 7 years ago
tables.cpp removed duplicated Hershey fonts 11 years ago
trace.cpp core: apply CV_OVERRIDE/CV_FINAL 7 years ago
types.cpp Split matrix.cpp into smaller pieces 7 years ago
umatrix.cpp ocl: allow recursive UMatData lock() calls with the same objects 7 years ago
umatrix.hpp core(ocl): fix deadlock in UMatDataAutoLock 7 years ago
va_intel.cpp Visual Studio 2015 warning and test fixes 10 years ago