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.
 
 
 
 
 
 
Geoff McIver b2d8e8c508 This statement was keeping HAAR cascades from leveraging opencl on nvidia devices. "localSize" on the featureEvaluator remains Size(0, 0) which sets the bool "use_ocl" to false. Adding this allows NVidia GPUs to leverage opencl HAAR Cascades 8 years ago
..
calib3d fix StereoBM disparity map right margin truncation when minDisparities > 0 8 years ago
core Merge pull request #9786 from LaurentBerger:Histo3d 8 years ago
cudaarithm suppress warning on Jetson TK1 8 years ago
cudabgsegm Rewritten some tests in videoio and imgcodecs modules 8 years ago
cudacodec Merge pull request #9599 from whizzzkid:master 8 years ago
cudafeatures2d
cudafilters cudafilters: don't modify "const" data 8 years ago
cudaimgproc Merge pull request #8367 from khnaba:cuda-calchist-with-mask 8 years ago
cudalegacy Rewritten some tests in videoio and imgcodecs modules 8 years ago
cudaobjdetect fix CUDA build 8 years ago
cudaoptflow Merge pull request #9075 from TonyLianLong:master 8 years ago
cudastereo
cudawarping
cudev Replace private.cuda.hpp with conditional include of cuda_fp16.h. 8 years ago
dnn Merge pull request #9705 from AlexeyAB:dnn_darknet_yolo_v2 8 years ago
features2d Merge pull request #9618 from vipinanand4:goodFeaturesToTrack_added_gradiantSize 8 years ago
flann Fixed some issues found by static analysis 8 years ago
highgui qt: fix non-world builds 8 years ago
imgcodecs imgcodecs: fix 4 reading channel bmp images 8 years ago
imgproc build: fix MSVS2010 8 years ago
java Make external cv::dnn::Importer usage is deprecated 8 years ago
js js: skip 'utils' headers 8 years ago
ml Merge pull request #9310 from r2d3:svm_parallel 8 years ago
objdetect This statement was keeping HAAR cascades from leveraging opencl on nvidia devices. "localSize" on the featureEvaluator remains Size(0, 0) which sets the bool "use_ocl" to false. Adding this allows NVidia GPUs to leverage opencl HAAR Cascades 8 years ago
photo removed unnecessary line 8 years ago
python Fixed 'boundary' spelling 8 years ago
shape some improvements on tutorials 8 years ago
stitching build: fix MSVS2017 warning 8 years ago
superres Fixed several issues found by static analysis 8 years ago
ts Added support for VSX 8 years ago
video Merge pull request #9466 from huningxin:js 8 years ago
videoio Fixed and suppressed warnings produced by GCC 6.3.0 8 years ago
videostab Fixing some static analysis issues 8 years ago
viz vtk: eliminate 'override' build warning 8 years ago
world build: update modules descriptions 8 years ago
CMakeLists.txt