Maksim Shabunin
7349b8f5ce
Build for embedded systems
7 years ago
Vladislav Sovrasov
f2105419fa
objdetect: fix wrong cxx11 features check
8 years ago
Alexander Alekhin
a4a47b538c
build: detect Android via '__ANDROID__' macro
...
https://sourceforge.net/p/predef/wiki/OperatingSystems
8 years ago
Maksim Shabunin
e0393f8557
Fixed some issues found by static analysis (4th round)
8 years ago
Maksim Shabunin
32d4af36e2
Fixing some static analysis issues
8 years ago
Eric Sommerlade
049a894986
fixed detection_based_tracker on visual studio 2013 and later
...
modules/objectdetect/src/detection_based_tracker.cpp: made unique_lock<mutex> local to each function
samples/cpp/dbt_face_detection.cpp: fixed warnings on loop in Visual Studio
9 years ago
E Sommerlade
c93de78ff6
removed spaces at line endings, fixed warning
9 years ago
E Sommerlade
41c47a84fc
restored Parameters() constructor to maintain ABI compatibility. Added CV_EXPORTS to nested class
9 years ago
E Sommerlade
d0474a9b81
fixed use of std::lock outside of ifdefs
9 years ago
E Sommerlade
118c1b4ace
fixed detection_based_tracker on visual studio 2013 and later
9 years ago
Pavel Vlasov
30a6cee2fe
Instrumentation for OpenCV API regions and IPP functions;
9 years ago
rajithr
7658c2e2d5
Fix for a potential data race condition
...
code changes to handle the failed build
10 years ago
rajithr
993e0b0bf9
Fix for a potential data race condition
10 years ago
rajithr
ff6881efbf
Fix for a potential data race condition
10 years ago
Vadim Pisarevsky
c4fdf71bb3
fixed some more compile warnings on Windows
11 years ago
Vadim Pisarevsky
8f2aaff6d7
fixed compile warnings on Windows
11 years ago
Vadim Pisarevsky
66f2e527b6
removed extra whitespaces
11 years ago
Vadim Pisarevsky
07c0d50edf
put the detection-based tracker back (to objdetect module), so that the Android face detection sample builds fine. The patch by Konstantin Matskevich that adds C++11 threads support has been merged in too. Also, fixed compile error in the doc builder.
11 years ago