.. |
cuda
|
fix GpuMat::setTo method in case if mask is empty:
|
10 years ago |
opencl
|
ocl: fix unaligned memory access
|
10 years ago |
algorithm.cpp
|
1. Input/OutputArray optimizations;
|
10 years ago |
alloc.cpp
|
Merge remote-tracking branch 'origin/2.4'
|
11 years ago |
arithm.cpp
|
refactored div & pow funcs; added tests for special cases in pow() function.
|
10 years ago |
array.cpp
|
Reduce variable scope, only compute values that are used later
|
10 years ago |
bufferpool.impl.hpp
|
core/ocl: OpenCLBufferPool
|
11 years ago |
command_line_parser.cpp
|
Documentation for CommandLineParser
|
10 years ago |
conjugate_gradient.cpp
|
extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed
|
10 years ago |
convert.cpp
|
Warning fix;
|
10 years ago |
copy.cpp
|
Merge pull request #4158 from alalek:fix-bigdata-copyto
|
10 years ago |
cuda_gpu_mat.cpp
|
fix compilation without CUDA
|
10 years ago |
cuda_host_mem.cpp
|
Fix possible null pointer dereference
|
10 years ago |
cuda_info.cpp
|
renamed gpu* source to cuda* in core module
|
11 years ago |
cuda_stream.cpp
|
fix null stream initialization for multi-gpu systems
|
10 years ago |
datastructs.cpp
|
Fix a bad free space check in icvGrowSeq.
|
10 years ago |
directx.cpp
|
cleaned up super_resolution sample from old OCL
|
11 years ago |
directx.inc.hpp
|
core: added DirectX interop implementation (OpenCL) with samples
|
11 years ago |
downhill_simplex.cpp
|
extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed
|
10 years ago |
dxt.cpp
|
implement singleton lazy initialization
|
10 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
|
Adding support for WinRT(WinPhone 8/8.1 and Win Store) via CMake 3.1
|
10 years ago |
kmeans.cpp
|
fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions
|
10 years ago |
lapack.cpp
|
removed HAL calls from public OpenCV headers; put IPP calls back to hall:sqrt() and such (but they are disabled for now)
|
10 years ago |
lda.cpp
|
added some basic functionality needed by the new face module (moved from the old "contrib")
|
10 years ago |
lpsolver.cpp
|
trying to fix builds
|
10 years ago |
mathfuncs.cpp
|
hack solvePoly to finds roots of polynoms with zero higher-order coefficients. The roots are populated in this case, which is not valid, strictly speaking, but good enough for function like correctMatches. This solves http://code.opencv.org/issues/4330
|
10 years ago |
matmul.cpp
|
fixed http://code.opencv.org/issues/4278
|
10 years ago |
matop.cpp
|
workaround issue with MatExpr
|
10 years ago |
matrix.cpp
|
Merge pull request #4150 from alalek:opencv_org_issue_4428
|
10 years ago |
ocl.cpp
|
implement singleton lazy initialization
|
10 years ago |
opengl.cpp
|
added convertToGLBuffer() & convertFromGLBuffer() functions; added OpenGL interop sample comment
|
9 years ago |
out.cpp
|
fix python and numpy output formatters
|
10 years ago |
parallel.cpp
|
fix support for pthreads parallel_for
|
10 years ago |
parallel_pthreads.cpp
|
Implementing parallel mjpeg encoder.
|
10 years ago |
pca.cpp
|
Reduce variables scope
|
10 years ago |
persistence.cpp
|
added read/write functions for vector<DMatch> + the test (http://code.opencv.org/issues/4308)
|
10 years ago |
precomp.hpp
|
Imgproc_Hist_MinMaxVal.accuracy fix;
|
10 years ago |
rand.cpp
|
improved randShuffle as suggested by John Stark in http://code.opencv.org/issues/3730
|
10 years ago |
stat.cpp
|
ocl: fix unaligned memory access
|
10 years ago |
stl.cpp
|
War on Whitespace, master edition: file endings.
|
11 years ago |
system.cpp
|
implement singleton lazy initialization
|
10 years ago |
tables.cpp
|
removed duplicated Hershey fonts
|
10 years ago |
types.cpp
|
War on Whitespace, master edition: file endings.
|
11 years ago |
umatrix.cpp
|
OpenCV-OpenCL interop (PR #4072):
|
10 years ago |