2538 Commits (5d369afe27b6edf459dda3ca02f1ab0329100ac4)

Author SHA1 Message Date
karelknoest 1ded2de2dd Let LineSegmentDetector output line segment coordinates in float precision, as supported by the LSD algorithm. 10 years ago
StevenPuttemans cf5a7b9679 remove an unused #endif 10 years ago
Ben Hagen 5422cbcecb make PlaneTracker class more thread-safe 10 years ago
Ben Hagen 3f8cefea0e store user-provided data in PlaneTracker class 10 years ago
Vladislav Vinogradov dae188d14f move obsolete algorithms from cudabgsegm to cudalegacy: 10 years ago
Alexander Smorkalov 911be68a41 Prevent native c/c++/ocl/gpu CMakeLists.txt install if samples are turned off. 10 years ago
Marvin Smith 91fbe00caa Updated gdal tutorial to include comments. 10 years ago
Jay Bosamiya 10cc7c78dd Fix typo 10 years ago
Yan Wang 46ed461e22 Add template match with mask. 10 years ago
Tzafrir 997dded1ac add default file to load in case sample was run without command line arguments 10 years ago
Alexander Smorkalov 187befd665 Fixed installation of CMakeLists.txt and enabled GPU samples build in stand alone version. 10 years ago
berak fd60e98c5b fixes for latest changes in opencv3.0 api 10 years ago
Vladislav Vinogradov 734212a402 refactor CUDA CascadeClassifier 10 years ago
Vladislav Vinogradov 8257dc3c1e refactor CUDA HOG algorithm: 10 years ago
Vladislav Vinogradov f126f371b2 move CUDA object detection algorithms to separate module 10 years ago
Vladislav Vinogradov 8a178da1a4 refactor CUDA BFMatcher algorithm: 10 years ago
Vladislav Vinogradov f960a5707d refactor CUDA ORB feature detector/extractor algorithm: 10 years ago
Vladislav Vinogradov 14ef62ed66 refactor CUDA FAST feature detector algorithm: 10 years ago
Alexander Smorkalov 3425c90b66 GPU samples with NVIDIA specific API excluded from build if CUDA disabled. 10 years ago
Alexander Smorkalov b0c5f49170 Build fixes for GPU samples. 10 years ago
Alexander Smorkalov c0d76ef984 driver_api_stereo_multi sample reworked to use parallel_for_ instead of parallel_do 10 years ago
Alexander Smorkalov 72063bf136 parallel_do replaced with parallel_for_ in driver_gpu_multi sample. 10 years ago
Basheer Subei fd1cae0dcc typo fix in instructions of fitline.py sample 10 years ago
Alexander Smorkalov 091c7a3821 OpenGL interop sample reworked not ot use cvconfig.h 10 years ago
Alexander Smorkalov e02418e904 parallel_do replaced by parallel_for_ in gpu/multi.cpp sample to get rid of cvconfig.h 10 years ago
Alexander Smorkalov 840088e021 Get rid of cvconfig.h in Latent SVM samples. Use common OpenCV parallel framework instead of direct TBB calls. 10 years ago
Vladislav Vinogradov 220d937d9a removed buffered versions of histogram functions 10 years ago
Chris Mayo 34f0da6010 Act on INSTALL_PYTHON_EXAMPLES 10 years ago
Vladislav Vinogradov cd0e95de16 refactor cudaarithm reductions: 10 years ago
Maksim Shabunin b4050c775e Updated sample files documentation inclusions 10 years ago
Alexander Alekhin 63fc313d02 samples: fix python contants 10 years ago
Vladislav Vinogradov 53862687d5 rename CudaMem -> HostMem to better reflect its purpose 10 years ago
doltac 6cc5959356 Fixed typos in latentSVM detector demo. 10 years ago
Dikay900 44f629f99c fix gpu sample performance test cpu part 10 years ago
Dikay900 8c919ed248 samples: gpu: fix include of TickMeter 10 years ago
Samyak Datta a3f05474c9 C++ sample code to detect facial features 10 years ago
Vladislav Vinogradov 1189606cd8 fix gpu performance sample compilation 10 years ago
Alexander Alekhin 2e05f1e3f8 openni_capture sample: enable OpenNI2 if available 10 years ago
Brian Park e4fa217a62 remove the unnecessary header file 10 years ago
Brian Park 9e3a2cbab2 check input paramter by checking the image size 10 years ago
StevenPuttemans 7dce2d0b8f fixing cap_pvpapi interface and making sure both AVT Manta and Proscilla 10 years ago
Brian Park f83a76cdeb add input paramter checking that verifies the existance of the input files to stero_match example 10 years ago
Chuanbo Weng 2b52bb092a Update hog.cpp 10 years ago
Chuanbo Weng 7452eef6e9 Correctly enable OpenCL mode in tapi's hog example. 10 years ago
Vadim Pisarevsky d2b9dc5530 quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val) 10 years ago
Vadim Pisarevsky 1176d4ef84 fixed some more compile errors and test failures 10 years ago
Vadim Pisarevsky d36b546df8 trying to fix strange compiler bug 10 years ago
Vadim Pisarevsky 06d4aa6060 now all the samples and opencv_contrib compile! 10 years ago
Vadim Pisarevsky c422bdc3f8 fixed some more compile errors and test failures 10 years ago
Vadim Pisarevsky 48a860a335 trying to fix strange compiler bug 10 years ago