Roman Donchenko
|
a13e32f5ab
|
Merge pull request #2115 from nghiaho12:kmeans_sample
|
2014-01-09 16:58:29 +04:00 |
|
Nghia Ho
|
bf4994554d
|
Removed unecessary initialisation of Mat centers.
|
2014-01-09 21:04:17 +11:00 |
|
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
2014-01-07 02:52:30 +04:00 |
|
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.
|
2014-01-06 20:19:07 +11:00 |
|
Roman Donchenko
|
f22d9a232d
|
Merge pull request #2022 from asmorkalov:ocv_dynamic_cuda
|
2013-12-23 12:45:49 +04:00 |
|
Roman Donchenko
|
6e22be4100
|
Merge pull request #2003 from vbystricky:intelperc_camera_2.4
|
2013-12-20 17:06:27 +04:00 |
|
Alexander Smorkalov
|
529bd41751
|
Build fixes for case where HAVE_CUDA==OFF.
|
2013-12-20 11:37:15 +04:00 |
|
Vladimir Bystricky
|
dd71bef6f5
|
Fix errors in example (samples/cpp/intelperc_capture.cpp)
|
2013-12-18 09:59:24 +04:00 |
|
Vladimir Bystricky
|
63ae0eeba5
|
Fix build errors
|
2013-12-17 18:39:52 +04:00 |
|
Vladimir Bystricky
|
cc08e00876
|
Fix notes about cmake files. Fix build warning.
|
2013-12-17 16:13:55 +04:00 |
|
Vladimir Bystricky
|
4088013251
|
Add set/get depth generator properties by default. Add documentation
|
2013-12-17 12:00:40 +04:00 |
|
StevenPuttemans
|
12c25b9310
|
Fixed suggestion of bugfix 3431
Seems correct to me and builds fine
|
2013-12-16 11:05:53 +01:00 |
|
Vladimir Bystricky
|
e8d2a9752b
|
Add support Creative Senz3D camera by Intel Perceptual Computing SDK
|
2013-12-13 17:25:16 +04:00 |
|
Alfonso (the fonz) de la Osa
|
df0c43321d
|
--no-display property fix in stereo_match.cpp sample
|
2013-12-09 10:55:44 +00:00 |
|
Baichuan Su
|
632b21e090
|
Modify default setting, using ocl method when have ocl module
|
2013-12-04 18:26:54 +04:00 |
|
Baichuan Su
|
2cf16db683
|
Add Macro to decide using ocl method or not.
|
2013-12-04 18:26:54 +04:00 |
|
Baichuan Su
|
00300baa53
|
Add OpenCL SVM paths for bagofwords_classification and points_classifier samples.
|
2013-12-04 18:26:54 +04:00 |
|
Roman Donchenko
|
790f53f12a
|
Merge pull request #1887 from jet47:android-cuda-6.0
|
2013-12-02 18:53:26 +04:00 |
|
Roman Donchenko
|
f7f194e5dd
|
Merge pull request #1797 from moodoki:bugfix_3344
|
2013-12-02 17:53:34 +04:00 |
|
Andrey Pavlenko
|
429ab8ebee
|
Merge pull request #1845 from StevenPuttemans:bugfix_3306
|
2013-11-29 23:08:20 +04:00 |
|
Vladislav Vinogradov
|
fc1d38ced8
|
fixed compilation of gpu-basics-similarity tutorial:
initialize TIMES variable with some default value (10)
|
2013-11-29 14:53:33 +04:00 |
|
Adrien BAK
|
38904c9a11
|
fix exception being thrown when no arguments are passed
|
2013-11-28 12:09:17 +09:00 |
|
Adrien BAK
|
094d7c4926
|
build fix
|
2013-11-28 11:42:44 +09:00 |
|
Adrien BAK
|
dda3b534ad
|
fix indent
|
2013-11-26 16:09:59 +09:00 |
|
Adrien BAK
|
1c025be068
|
fix typos
|
2013-11-26 16:09:42 +09:00 |
|
Adrien BAK
|
514f1fae95
|
improved error handling
|
2013-11-26 16:09:29 +09:00 |
|
Adrien BAK
|
8a2de2ecca
|
modified HoughCircleDemo to introduce variable params via trackbars
Conflicts:
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
|
2013-11-26 16:09:04 +09:00 |
|
StevenPuttemans
|
1b0297d92b
|
Added fixes mentioned in bugreport 3306
- Added author provided fixes
- Added code example
- Added documentation fixes
|
2013-11-25 09:35:23 +01:00 |
|
StevenPuttemans
|
2427c03625
|
Wrong example at the visual studio tutorial. Fixed link, fixed sample
content and renamed to a more sensible name. Also fixed a wrong link in the
actual display_image tutorial.
|
2013-11-22 10:41:17 +01:00 |
|
Roman Donchenko
|
b8283edfca
|
Fix the Qt sample, broken after #1722.
|
2013-11-20 14:57:21 +04:00 |
|
StevenPuttemans
|
2b106db02f
|
Applied all fixes related to translating C to C++ code
Also fixed some typos and code alignment
Also adapted tutorial CPP samples
Fixed some identation problems
|
2013-11-17 20:34:50 +01:00 |
|
moodoki
|
b8de81749c
|
Slight modification to example code for FLANN matcher with comment on #3344
|
2013-11-14 00:22:20 +08:00 |
|
ilya-lavrenov
|
7a53910495
|
fixed warning on windows
|
2013-10-09 17:49:10 +04:00 |
|
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).
|
2013-10-09 17:49:10 +04:00 |
|
Nghia Ho
|
b9e542e35e
|
Missing closedir with opendir
|
2013-09-28 21:46:48 +10:00 |
|
Andrey Pavlenko
|
0a695eb314
|
hortening the file names (HighDynamicRange -> HDR)
|
2013-09-26 17:06:06 +04:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Bahram Dahi
|
230bc03d97
|
Moved Scalar variable 'value' to int main() to work around a GCC -Wshadow warning in operations.hpp
|
2013-08-16 08:14:32 -07:00 |
|
Kirill Kornyakov
|
aef347e7b3
|
Removed references to opencv.itseez.com
|
2013-06-28 12:48:12 +04:00 |
|
Kirill Kornyakov
|
cbed07bc18
|
Removed references to YG from samples
|
2013-06-28 12:21:52 +04:00 |
|
Alexander Smorkalov
|
91c519467d
|
WinRT build fix for samples and static libs.
|
2013-06-25 03:36:07 -07:00 |
|
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.
|
2013-06-13 11:51:45 +04:00 |
|
Kirill Kornyakov
|
53a06913cb
|
Minor code cleanings in lkdemo.cpp
|
2013-04-11 17:57:33 +04:00 |
|
Kirill Kornyakov
|
e351538697
|
#2813 bugfix
|
2013-04-11 17:50:10 +04:00 |
|
Siva Prasad Varma
|
e2df8c7e62
|
Fix bug #2590
replaced wrong check to correct check
|
2013-04-05 19:09:09 +05:30 |
|
Alexander Shishkov
|
35f75147b0
|
removed willowgarage.com links
|
2013-04-04 14:33:00 +04:00 |
|
Alexander Shishkov
|
382695ba5a
|
removed links to the http://opencv.willowgarage.com/
|
2013-04-04 13:44:28 +04:00 |
|
Andrey Kamaev
|
f282498b1d
|
Drop outdated targets and fix solution folders
|
2013-03-25 21:57:53 +04:00 |
|
Vadim Pisarevsky
|
321070ccf0
|
Merge pull request #669 from vpisarev:fast_lin_svm
|
2013-03-21 12:22:36 +04:00 |
|
Vadim Pisarevsky
|
24c614f686
|
added load/save feature for SVM classifier in letter_recog sample
|
2013-03-19 18:41:38 +04:00 |
|