Suleyman TURKMEN
11ca1c95f8
update cpp samples and tutorials
9 years ago
Vladislav Vinogradov
734212a402
refactor CUDA CascadeClassifier
10 years ago
Vladislav Vinogradov
f126f371b2
move CUDA object detection algorithms to separate module
10 years ago
Rok Mandeljc
e0c8721830
samples: gpu: removed inclusion of non-existent opencv2/contrib/contrib.hpp header, re-introduced TickMeter class in a separate header
...
This patch removes inclusion of opencv2/contrib/contrib.hpp header,
which does not exist anymore due to removal of opencv_contrib module.
The samples including this header appear to be doing so in order to
use TickMeter class; therefore, the latter is now provided by tick_meter.hpp
header file, located in samples/gpu folder.
11 years ago
Vladislav Vinogradov
fd88654b45
replaced GPU -> CUDA
12 years ago
Vladislav Vinogradov
ae94256edc
renmaed gpu module -> cuda
12 years ago
Vladislav Vinogradov
a0ae602bb7
renamed gpuimgproc -> cudaimgproc
12 years ago
Vladislav Vinogradov
d4901a99ea
renamed gpuwarping -> cudawarping
12 years ago
Vladislav Vinogradov
91dd44e7fa
removed compatibility headers
12 years ago
Vladislav Vinogradov
e895b7455e
renamed gpu namespace -> cuda
12 years ago
Vladislav Vinogradov
39a25115e0
fixed compilation
12 years ago
Vladislav Vinogradov
9eea9835ab
switched to Input/Output Array in Color Processing
12 years ago
Vladislav Vinogradov
2932beddcf
switched to Input/Output Array in gpuwarping functions
12 years ago
Andrey Kamaev
909d6fcf51
Move legacy part of opencv_contrib to separate header
12 years ago
Andrey Kamaev
5e048d1fa5
Move C API of opencv_objdetect to separate file
...
Also move cv::linemod to own header
12 years ago
Andrey Kamaev
288a0634c2
Make imgproc.hpp independent from C API
12 years ago
Anatoly Baksheev
2bf3104ee5
bugfix in sample to support LBP classifier. To merge to master also.
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
13 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
13 years ago
Andrey Kamaev
bd0e0b5800
Merged the trunk r8589:8653 - all changes related to build warnings
13 years ago
Andrey Kamaev
49a1ba6038
Set stricter warning rules for gcc
13 years ago
Andrey Kamaev
50ad690993
Merged the trunk till r8291
13 years ago
Vladislav Vinogradov
092c1f98f6
fixed build of gpu demos pack
13 years ago
Vladislav Vinogradov
d38ca09738
added gpu::printCudaDeviceInfo to all samples
13 years ago
Alexey Spizhevoy
a2090a44db
Updated CLI for GPU samples
14 years ago
Anatoly Baksheev
ee3101ba1c
removed cv_config
14 years ago
Anatoly Baksheev
22dbd002e6
fix compilation for macos
14 years ago
Anatoly Baksheev
1eba407378
compilation for macos
14 years ago
Vadim Pisarevsky
8ba6a54d28
fixed warning from GCC
14 years ago
Vadim Pisarevsky
23768b1826
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719 )
14 years ago
Anton Obukhov
07d19c2c6f
[~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api)
14 years ago
Anatoly Baksheev
ce474db8eb
refactored FaceDetection GPU sample
14 years ago
Anatoly Baksheev
e3f3de84db
warning fixed
14 years ago
Anatoly Baksheev
afa8e373d5
minor (possibility to change, font scale, min neighbors)
14 years ago
Anatoly Baksheev
cb63046dcf
gpu face detetcion:
...
1) fixed bug with error codes (enum NppStStatus) shift.
2) added some asserts
14 years ago
Anatoly Baksheev
1a94186195
First version of CascadeClassifier_GPU.
...
Only for VS2008 now.
Sample for it.
new NPP_staging for VS2008 only
14 years ago