yao
c73a10cb4d
warnings fix
12 years ago
yao
6982ea5a66
some tweaks to samples
12 years ago
yao
f1d9680ba8
format the ocl's samples name
12 years ago
yao
6326739b44
a bug fix in stereo_match sample
12 years ago
yao
f1c549fabf
revise ocl samples, add tvl1 sample
12 years ago
yao
f049aa7674
use GoodFeaturesToTrackDetector_OCL
12 years ago
peng xiao
cdb16f1120
Fix build error
12 years ago
peng xiao
d85f27b537
Update ocl::surf_matcher sample.
...
The new sample adjust some parameters thus it should always be able to
calculate valid homography matrix when input is box.png and
box_in_scene.png.
Pure cpp surf and bfmatcher implementation is also added to show the user
its accuracy and performance.
12 years ago
yao
fad96b95ad
add results verification to facedetect and hog samples
12 years ago
yao
036b0579f1
remove the images in ocl sample folder
12 years ago
yao
33a3a19207
add two samples
12 years ago
Andrey Kamaev
8406312571
Remove C API from OpenCL module
12 years ago
Andrey Kamaev
e5a33723fc
Move C API of opencv_calib3d to separate file
12 years ago
Andrey Kamaev
0738ea7d0f
Make highgui.hpp independent from C API
12 years ago
Andrey Kamaev
288a0634c2
Make imgproc.hpp independent from C API
12 years ago
Andrey Kamaev
71e43852ce
Fix MSVC build issues
12 years ago
yao
5539e85a11
use perf test replace performance sample
12 years ago
Andrey Kamaev
1b4afcca30
Move OpenCl SURF perf tests to nonfree and fix build of samples
12 years ago
Andrey Kamaev
89356ff16d
Move non-CV functionality from core.hpp to separate utility.hpp header
12 years ago
Andrey Kamaev
a1c456b7c3
Extract common base header for C and C++ APIs
12 years ago
yao
0f0a4c3099
add stereoBM function
12 years ago
yao
8f3883a28d
fix a compile warning
12 years ago
yao
ed3c3822fc
adjust some test cases, use original template file name in Haar
12 years ago
yao
bf427c01c1
adjust matchTemplate in performance sample, as current version is too slow when template size isn't small
12 years ago
yao
6409a4b112
fix the compile warnings
12 years ago
yao
e3a715882e
fix the mismatch of perf_test, add a performance sample for ocl module
12 years ago
Andrey Kamaev
2a6fb2867e
Remove all using directives for STL namespace and members
...
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
12 years ago
Andrey Kamaev
f489eb9a5d
Fix build warnings in OpenCL samples
12 years ago
Andrey Kamaev
d5b15d6523
Fix ocl build warnings
12 years ago
Alexander Smorkalov
1555922228
OpenCV for Android SDK installation improved;
...
ReadMe.txt for OpenCV Manager added;
share folder excluded from SDK.
12 years ago
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
yao
04e946b2a3
make ocl surf sample compile on Linux
12 years ago
yao
c09e2f88df
Add a SURF sample for ocl module
12 years ago
niko
6f6e990988
use mutex provided by opencv itself
...
add getoclcontext and getoclcommandqueue so that other opencl program can interactive with opencv ocl module
correct haar test cases
add face detection sample
12 years ago
bitwangyaoyao
a091f9e4e2
bug fix of "squares" sample for ocl module
12 years ago
yao
d363d5589c
add an "squares" sample for ocl module
12 years ago
yao
2fed1fcbff
add an ocl sample
12 years ago