.. |
cuda
|
Merge pull request #19259 from nglee:dev_gpumatnd1
|
4 years ago |
opencl
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
parallel
|
plugins: reverse candidates order to fetch higher versions first
|
3 years ago |
utils
|
Merge pull request #19985 from fpetrogalli:disable_threads
|
4 years ago |
algorithm.cpp
|
Python: wrap Algorithm::read and Algorithm::write
|
7 years ago |
alloc.cpp
|
add windows native aligned malloc + unit test case
|
4 years ago |
arithm.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
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 #19778 from damonyu1989:master-riscv-0.7.1
|
4 years ago |
arithm_ipp.hpp
|
core: reimplement SIMD arithmetic, logic and comparison operations into wide universal intrinsics
|
6 years ago |
array.cpp
|
core: rework code locality
|
4 years ago |
async.cpp
|
Merge pull request #19985 from fpetrogalli:disable_threads
|
4 years ago |
batch_distance.cpp
|
remove non-ideal pairs when using crosscheck in batchdistance
|
6 years ago |
bindings_utils.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 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
|
7 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
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
convert.hpp
|
added basic support for CV_16F (the new datatype etc.) (#12463)
|
7 years ago |
convert.simd.hpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
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
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
count_non_zero.simd.hpp
|
core: vectorize countNonZero64f
|
5 years ago |
cuda_gpu_mat.cpp
|
Utilize CV_UNUSED macro
|
7 years ago |
cuda_gpu_mat_nd.cpp
|
Merge pull request #19259 from nglee:dev_gpumatnd1
|
4 years ago |
cuda_host_mem.cpp
|
build: fix warnings
|
6 years ago |
cuda_info.cpp
|
Utilize CV_UNUSED macro
|
7 years ago |
cuda_stream.cpp
|
add cuda::Stream constructor with cuda flags
|
4 years ago |
datastructs.cpp
|
core: rework code locality
|
4 years ago |
directx.cpp
|
DirectX: Support more types, including float16
|
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 #20203 from JoeHowse:clMath-patches
|
4 years ago |
gl_core_3_1.cpp
|
build: unreachable code after CV_Error() (part 2)
|
7 years ago |
gl_core_3_1.hpp
|
…
|
|
glob.cpp
|
[build][option] Build option to disable filesystem support.
|
4 years ago |
hal_internal.cpp
|
core: include version.hpp in cvdef.h, fix precomp.hpp usage
|
4 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
|
4 years ago |
kmeans.cpp
|
core(kmeans): bailout if can't select cluster center
|
5 years ago |
lapack.cpp
|
core: rework code locality
|
4 years ago |
lda.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
6 years ago |
logger.cpp
|
core(logger): avoid destruction of GlobalLoggingInitStruct object
|
4 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
|
core: rework code locality
|
4 years ago |
mathfuncs.hpp
|
core: move const tables outside of dispatched code
|
7 years ago |
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 remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
matmul.simd.hpp
|
[cv::transform] Enable CV_SIMD for the 16U case on AArch64.
|
4 years ago |
matrix.cpp
|
python: properly handle step for multichannel case
|
3 years ago |
matrix_c.cpp
|
core: rework code locality
|
4 years ago |
matrix_decomp.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
7 years ago |
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
|
add usageFlags to UMat static factories
|
4 years ago |
matrix_sparse.cpp
|
core: include version.hpp in cvdef.h, fix precomp.hpp usage
|
4 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
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
6 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 remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
ocl.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
ocl_disabled.impl.hpp
|
Merge pull request #19755 from mikhail-nikolskiy:ffmpeg-umat
|
4 years ago |
opengl.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
out.cpp
|
Merge pull request #12310 from cv3d:chunks/enum_interface
|
7 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
|
3 years ago |
parallel_impl.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
3 years ago |
parallel_impl.hpp
|
core: fix pthreads performance
|
7 years ago |
pca.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
7 years ago |
persistence.cpp
|
port base64 encoding from 3.4
|
4 years ago |
persistence.hpp
|
port base64 encoding from 3.4
|
4 years ago |
persistence_base64_encoding.cpp
|
port base64 encoding from 3.4
|
4 years ago |
persistence_base64_encoding.hpp
|
port base64 encoding from 3.4
|
4 years ago |
persistence_impl.hpp
|
port base64 encoding from 3.4
|
4 years ago |
persistence_json.cpp
|
port base64 encoding from 3.4
|
4 years ago |
persistence_types.cpp
|
refactoring catching all exceptions as const ref
|
6 years ago |
persistence_xml.cpp
|
port base64 encoding from 3.4
|
4 years ago |
persistence_yml.cpp
|
port base64 encoding from 3.4
|
4 years ago |
precomp.hpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
rand.cpp
|
core: rework code locality
|
4 years ago |
softfloat.cpp
|
core: fix UBSAN in softfloat
|
6 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
|
7 years ago |
stat.hpp
|
Split stat.cpp into smaller pieces
|
7 years ago |
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
|
core: get rid of built-in String type
|
7 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 remote-tracking branch 'upstream/3.4' into merge-3.4
|
3 years ago |
tables.cpp
|
removed duplicated Hershey fonts
|
11 years ago |
trace.cpp
|
core(trace): lazy quering for OPENCV_TRACE_LOCATION
|
5 years ago |
types.cpp
|
Add semicolons after `CV_INSTRUMENT` macros
|
7 years ago |
umatrix.cpp
|
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
|
4 years ago |
umatrix.hpp
|
core(ocl): fix deadlock in UMatDataAutoLock
|
7 years ago |
va_intel.cpp
|
Merge pull request #19755 from mikhail-nikolskiy:ffmpeg-umat
|
4 years ago |
va_wrapper.impl.hpp
|
core(libva): use dynamic loader
|
4 years ago |