Andrey Pavlenko
64d8cf1e2e
improving face-rec sample:
...
* CSV can contain dir-s and wildcards
* save trained model
11 years ago
Raaj
6e022dcb06
Update facedetect.cpp
...
Somebody forgot to add curly brackets
11 years ago
Neo Alienson
b6e25a9fc7
Fix typos
11 years ago
Konstantin Matskevich
8d4a76925c
fixed binary compatibility
11 years ago
Vladislav Vinogradov
55a714c83b
fix cv::kmeans function
...
reshape input matrix, since the function works with data
as with [N x dims] matrix
11 years ago
Konstantin Matskevich
aa76ef9a98
fixes
11 years ago
Konstantin Matskevich
36afd4ef55
added additionalInfo in faceRecognition
11 years ago
Martin Jul
73042b32e1
Fixed typos in "matching"
11 years ago
Alexander Smorkalov
b4e4f13f9e
Superres module enabled for Android. GPU samples build fixed for Android.
11 years ago
berak
5f94a205d1
fixed h / s ranges in histogram_calculation tutorial
...
literalinclude
literalinclude, dropped :lines:
11 years ago
Ilya Lavrenov
099ea91823
typos
11 years ago
Ilya Lavrenov
eedf86402d
typos
11 years ago
Ilya Lavrenov
b92a46c130
some more fixes
11 years ago
Alexander Smorkalov
7da3e98dfd
Application pause/resume fix for Android sample NativeActivity.
11 years ago
Ilya Lavrenov
879c0196d4
enabled OpenGL on MacOSX
11 years ago
Alexander Smorkalov
6ae4a9b09b
Multiple improvements in OpenCV examples build.
...
EMBED_CUDA and FORCE_EMBED_OPENCV flags added to cmake macro add_android_project;
INSTALL_CUDA_LIBRARIES option added to OpenCV.mk
opencv_dynamicuda library installation with enabled OPENCV_INSTALL_MODULES flag fixed;
CUDA initialization apportunity added to OpenCVLoader.initDebug();
Tutorial-4-CUDA sample reimplemented with static OpenCV and CUDA initialization.
11 years ago
Vladislav Vinogradov
214cbabc40
update stitching sample
11 years ago
Alexander Smorkalov
39201e68e2
Code review notes fixed.
...
Env setup for testing package implemented using /etc/profile.d;
Variable with path for all native samples added;
Path for test binaries and test data updated.
11 years ago
Alexander Smorkalov
f332cba14b
OpenCV C/C++/OCL/CUDA samples install path fixed. Install rools for tests added.
11 years ago
Alexander Smorkalov
b75cbfde45
All installed files marked with component names for install customization.
11 years ago
Anatoly Baksheev
130914d9f4
fixed documentation warnings
11 years ago
Nghia Ho
bf4994554d
Removed unecessary initialisation of Mat centers.
11 years ago
Ilya Lavrenov
6b9ebcbf3d
deleted extra semicolons
11 years ago
Nghia Ho
601b7d1dd3
Fixed a valgrind 'Conditional jump or move depends on uninitialised value(s)' on cv::kmeans(...). The original code used points(sampleCount, 1, CV_32FC2), which confused generateCentersPP into thinking it is a 1 dimensional center, instead of 2. As a result it would set only the x variable and leave y unitialised.
11 years ago
Alexander Smorkalov
cea9a97434
CUDA support check added.
11 years ago
Alexander Smorkalov
b3eee49451
New sample for CUDA on Android added.
11 years ago
Alexander Smorkalov
529bd41751
Build fixes for case where HAVE_CUDA==OFF.
11 years ago
Andrey Pavlenko
8c60498673
adding timing for multi-threaded case
11 years ago
Vladimir Bystricky
dd71bef6f5
Fix errors in example (samples/cpp/intelperc_capture.cpp)
11 years ago
Andrey Pavlenko
e719bee2b8
minor refactoring, no functional changes
11 years ago
Vladimir Bystricky
63ae0eeba5
Fix build errors
11 years ago
Vladimir Bystricky
cc08e00876
Fix notes about cmake files. Fix build warning.
11 years ago
Vladimir Bystricky
4088013251
Add set/get depth generator properties by default. Add documentation
11 years ago
StevenPuttemans
12c25b9310
Fixed suggestion of bugfix 3431
...
Seems correct to me and builds fine
11 years ago
Vladimir Bystricky
e8d2a9752b
Add support Creative Senz3D camera by Intel Perceptual Computing SDK
11 years ago
Mimmmo Cosenza
f07e9e7c5f
add clojure sample
11 years ago
Alfonso (the fonz) de la Osa
df0c43321d
--no-display property fix in stereo_match.cpp sample
11 years ago
Andrey Pavlenko
894724eaf0
minor improvements
11 years ago
Konstantin Matskevich
7a78559708
some fixes
11 years ago
Konstantin Matskevich
0a1ff0d42d
multithreading facedetector
11 years ago
Konstantin Matskevich
e38ba1999b
facedetect
11 years ago
Baichuan Su
632b21e090
Modify default setting, using ocl method when have ocl module
11 years ago
Baichuan Su
2cf16db683
Add Macro to decide using ocl method or not.
11 years ago
Baichuan Su
00300baa53
Add OpenCL SVM paths for bagofwords_classification and points_classifier samples.
11 years ago
Vladislav Vinogradov
fc1d38ced8
fixed compilation of gpu-basics-similarity tutorial:
...
initialize TIMES variable with some default value (10)
11 years ago
Alexander Smorkalov
6b09345232
Filter selection and several filters implemented for WinRT sample.
11 years ago
Alexander Smorkalov
2cfd635e9e
Image processing sample for WinRT added.
11 years ago
Adrien BAK
38904c9a11
fix exception being thrown when no arguments are passed
11 years ago
Adrien BAK
094d7c4926
build fix
11 years ago
Adrien BAK
dda3b534ad
fix indent
11 years ago