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.
 
 
 
 
 
 
Roman Donchenko b20c9ad2d1 Merge pull request #1015 from SpecLad:merge-2.4 12 years ago
..
cuda new implementation for GpuMat::setTo (without constant memory) 12 years ago
algorithm.cpp Move FileStorage to separate header 12 years ago
alloc.cpp Drop CvModule and cvSetMemoryManager 12 years ago
arithm.cpp Cleanup core module API 12 years ago
array.cpp Remove more old definitions from internal.hpp 12 years ago
command_line_parser.cpp Finalize core headers reorganization 12 years ago
convert.cpp Cleanup core module API 12 years ago
copy.cpp Move border type constants and Moments class to core module 12 years ago
datastructs.cpp Remove more old definitions from internal.hpp 12 years ago
drawing.cpp Drop outdated definitions from internal.hpp 12 years ago
dxt.cpp Normalize line endings and whitespace 12 years ago
gl_core_3_1.cpp Make core/internal.hpp a private header 12 years ago
gl_core_3_1.hpp updated license header in whole gpu module 12 years ago
glob.cpp Backported globbing from master. 12 years ago
gpu_cuda_mem.cpp made createContinuous & ensureSizeIsEnough generic (OutputArray support) 12 years ago
gpu_info.cpp fixed compilation with CUDA 4.2 12 years ago
gpu_mat.cpp used cudaMalloc for 1-row or 1-column matrix instead of cudaMallocPitch 12 years ago
gpu_stream.cpp added Event class (wrapper for cudaEvent) 12 years ago
lapack.cpp Merge pull request #795 from taka-no-me:move_imgproc_utils_to_core 12 years ago
mathfuncs.cpp Move cv::Mat out of core.hpp 12 years ago
matmul.cpp Merge remote-tracking branch 'origin/2.4' 12 years ago
matop.cpp Merge branch '2.4' 12 years ago
matrix.cpp refactored GpuMat: 12 years ago
opengl.cpp added Stream support to ogl::Buffer 12 years ago
out.cpp Finalize core headers reorganization 12 years ago
parallel.cpp Fixed getNumThreads() for C= 12 years ago
persistence.cpp Move FileStorage to separate header 12 years ago
precomp.cpp "atomic bomb" commit. Reorganized OpenCV directory structure 15 years ago
precomp.hpp renamed gpu_private.hpp to private.gpu.hpp 12 years ago
rand.cpp Merge pull request #795 from taka-no-me:move_imgproc_utils_to_core 12 years ago
stat.cpp Move border type constants and Moments class to core module 12 years ago
stl.cpp Add cv::String class 12 years ago
system.cpp Implementation of cv::Matx and cv::Vec is almost moved to matx.hpp 12 years ago
tables.cpp Normalize line endings and whitespace 12 years ago
types.cpp Move cv::KeyPoint and cv::DMatch to core 12 years ago