peng xiao
2a111f7a6c
Let perf/accuracy test of ocl haar uses detectMultiScale api.
...
Fix image to be used by perf test.
11 years ago
Roman Donchenko
d07e7897a0
Fixed building with OpenCL, but without the ocl module.
...
HAVE_opencv_ocl implies HAVE_OPENCL, so checking for both is not
necessary.
11 years ago
Peng Xiao
252f13f53e
Fix a typo
11 years ago
Ilya Lavrenov
ee8f0a3f36
ocl example typo
11 years ago
Ilya Lavrenov
4d86e2140d
OpenCL examples refactoring
11 years ago
peng xiao
7285341083
1. Let btvRegWeights to be constant per `process` call.
...
2. Let Farneback to be the default optical flow method.
3. Fix a timing method bug for ocl path.
4. Remove useless finish operation in farneback
5. Refactor buffer usage.
11 years ago
Vladislav Vinogradov
5673e7e435
fix bug in gpu bgsegm sample
...
create `d_fgimg` matrix before cleaning.
11 years ago
Alexander Alekhin
74329ee416
cmake: revert CRT linkage option for MSVS
11 years ago
ilya-lavrenov
7a53910495
fixed warning on windows
11 years ago
Alexander Alekhin
555c505b70
update cmake 'install' target for Windows platform
...
Allow to build samples via OpenCV binaries from distribution package
(find_package with OpenCV_DIR).
11 years ago
Alexander Smorkalov
fdc1a06397
Invalid copy-passed exception messages in FaceDetect sample for Android fixed.
11 years ago
Alexander Alekhin
69c2ef5ed2
ocl: update ocl samples
11 years ago
Nghia Ho
b9e542e35e
Missing closedir with opendir
11 years ago
Andrey Pavlenko
0a695eb314
hortening the file names (HighDynamicRange -> HDR)
11 years ago
Roman Donchenko
36e0891480
Fixed OCL samples' install path being inconsistent with the other samples.
11 years ago
yao
a70bdfc13f
a little fix to tests and sample
11 years ago
StevenPuttemans
7e638cb0b5
Bugfix 3115: Added not to documentation for python version for
...
facerecognizer interface + white + whitespaces remove
11 years ago
Gabe Schwartz
e2441e0034
Removed incorrect iCCP chunks from GUI resources.
...
Also removed malformed tEXt chunk from a logo PNG.
11 years ago
Vladislav Vinogradov
17e20b2c60
fix for bug #3219 (undefined reference in GPU samples)
11 years ago
yao
26b5eb3e39
add adaptive bilateral filter (cpp and ocl version)
11 years ago
Alexander Smorkalov
8d4cbf4deb
Bug #3238 Android sample image manipulations blinks in non-preview modes fixed.
11 years ago
Vladislav Vinogradov
d87eb75904
rewrite gpu stereo multi gpu sample:
...
* use different approaches -> threads and streams
* clean up code
11 years ago
Roman Donchenko
cd5b8af609
Restored one executable bit that was lost during the war on whitespace.
11 years ago
Kirill Kornyakov
030fa5673e
bugfix-for-3231
11 years ago
Roman Donchenko
3c137f7a04
Converted tabs to spaces.
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 years ago
Roman Donchenko
f55740da70
Deleted all trailing whitespace.
11 years ago
Bahram Dahi
230bc03d97
Moved Scalar variable 'value' to int main() to work around a GCC -Wshadow warning in operations.hpp
11 years ago
Jin Ma
8fb6b689c6
1. Added OpenCL version of superres to the sample.
...
2. Modified according to the feedback of the community.
11 years ago
Jin Ma
3fb0bf6e99
Added MOG and MOG2.
11 years ago
Nghia Ho
21641d04a7
Fixed mismatching allocation and deallocation: el_ptr
11 years ago
Daniil Osokin
65c5c4df70
Fixed build of camera calibration android sample
11 years ago
Daniil Osokin
23c802b4cd
Added camera calibration sample for android
11 years ago
Alexander Smorkalov
69b308a368
Various fixes in android sample NativeActivity.
12 years ago
Alexander Smorkalov
67d4d9e9f4
Path to OpenCV dll libs fixes.
12 years ago
Kirill Kornyakov
aef347e7b3
Removed references to opencv.itseez.com
12 years ago
yao
c73a10cb4d
warnings fix
12 years ago
Kirill Kornyakov
cbed07bc18
Removed references to YG from samples
12 years ago
yao
6982ea5a66
some tweaks to samples
12 years ago
yao
f1d9680ba8
format the ocl's samples name
12 years ago
Alexander Smorkalov
347c86d9b5
Windows RT related code cleanup.
...
Windows RT sample cleanup.
Video I/O code cleanup.
12 years ago
Alexander Smorkalov
91c519467d
WinRT build fix for samples and static libs.
12 years ago
Alexander Smorkalov
b0854c605a
Windows RT sample improved.
...
Corrent histogram output on YUV image implemented;
Some code refactoring done.
12 years ago
Alexander Smorkalov
bf22567c09
Transform selection implemented in sample GUI.
...
Gistogram output does not work propertly due color conversion problems.
12 years ago
Alexander Smorkalov
de9f659f1e
Several transforms added to sample IMFTransform.
12 years ago
Alexander Smorkalov
9e06287121
Windows RT sample updated.
...
Unused scenarious removed.
Grey scale convertion replaced with cv::Canny call.
12 years ago
Alexander Smorkalov
4990336760
Base camera access sample for Windows RT added.
...
Microsoft Media Foundation Camera Sample for Windows RT added.
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
Sergei Nosov
982ef83f80
Fixes bug #3071 .
...
If we have perfect matches (min_dist == 0.0), then strict comparison
fails. Making it non-strict results in treating perfect matches as
good.
12 years ago