Maksim Shabunin
26416343c4
Merge pull request #6300 from berak:fix_akaze_sample
2016-03-21 14:01:17 +00:00
berak
e0c65499fd
remove opencv_contrib dependancy from planar_tracking.cpp
2016-03-19 10:29:22 +01:00
Bleach666
93e50dabcd
fix build detect_mser sample in vc2010
2016-03-16 16:51:20 +02:00
berak
79ac072e6c
train_svmsgd.cpp : float response
...
responses must be float, else we trigger an assertion in line 150
2016-03-14 08:09:36 +01:00
Vadim Pisarevsky
fbc221d334
Merge pull request #6096 from mnoskova:mn/SVMSGD_to_opencv3_0
2016-03-12 17:16:35 +00:00
Vadim Pisarevsky
cd1426ba8d
Merge pull request #6025 from sovrasov:new_python_tests
2016-03-12 17:11:19 +00:00
Alexander Alekhin
05a68fd82b
Merge pull request #6118 from Emoters:hotfix/planar_tutorial_fixes
2016-03-03 17:24:08 +00:00
Vladislav Sovrasov
0c6e09f060
Changes in facedetect test
2016-03-03 11:06:21 +03:00
Vladislav Sovrasov
87fc75c6d7
Improvements in tests, bugfix in digits_video sample
2016-03-03 11:06:21 +03:00
Vladislav Sovrasov
54c07ba0ff
Add 2 new tests, bugfixed in old tests
2016-03-03 11:06:21 +03:00
Vladislav Sovrasov
86868176a2
Fix py3 comatibility
2016-03-03 11:06:21 +03:00
Vladislav Sovrasov
e90dc20361
Update letter_recog sample to current version of opencv interfaces
2016-03-03 11:06:21 +03:00
Vladislav Sovrasov
d579f08093
Fix mouse control in asift and find_obj samples
2016-03-03 11:06:21 +03:00
Vladislav Sovrasov
3a51cae208
Fix rectangle selection in some of python samples
2016-03-03 11:06:21 +03:00
Vladislav Sovrasov
ab4d375349
Add new tests on python
2016-03-03 11:06:20 +03:00
Marina Noskova
53711ec29d
Deleted default value for parameters in docs.
...
Added some asserts.
2016-02-25 19:12:54 +03:00
Marina Noskova
74c87a26a5
Delete function areClassesEmpty().
2016-02-25 15:31:07 +03:00
Marina Noskova
f3c4a6aab8
Rename parameters lambda, gamma0 and c.
2016-02-24 13:22:07 +03:00
Maksim Shabunin
8c29380471
Merge pull request #6105 from mshabunin:tutorial-folder-correction
2016-02-15 13:10:45 +00:00
Eric Zavesky
77fa8d9d5a
- fix windows-based warnings for type casts
2016-02-15 05:37:54 -06:00
Marina Noskova
ff54952769
Corrected spelling mistakes
2016-02-15 14:35:36 +03:00
Eric Zavesky
335f7e7916
- trim whitespace, as required by build machine
2016-02-15 05:33:37 -06:00
Eric Zavesky
d7e57f2152
- fix typo from last minute change
2016-02-15 04:54:59 -06:00
Eric Zavesky
4c5af4f361
- add ROI selection, allow device input, use BB for area exclusion
...
- previously BB was ignored for first frame, now masks analysis area
- also allow real-time feedback of processing
2016-02-15 04:27:28 -06:00
Eric Zavesky
4546139844
- remove zero threshold that prevents ORB from finding any local features
2016-02-15 04:26:03 -06:00
Maksim Shabunin
6c0c0466c6
Tutorials: moved Megamind.avi files to samples/data folder
2016-02-12 13:44:14 +03:00
Maksim Shabunin
359acc0d33
Tutorials: moved imgcodecs and videoio tutorials to separate pages
2016-02-12 13:35:46 +03:00
Marina Noskova
5496dedd6a
Fixed warnings.
2016-02-10 19:46:24 +03:00
Marina Noskova
05353a1492
Removed trailing whitespaces
2016-02-10 16:59:12 +03:00
Marina Noskova
41c0a38344
Fixed test samples for tests with different borders
...
Added new test (separating two points)
2016-02-10 16:59:12 +03:00
Marina Noskova
bfdca05f25
Added margin type, added tests with different scales of features.
...
Also fixed documentation, refactored sample.
2016-02-10 16:59:12 +03:00
Marina Noskova
acd74037b3
Increasing the dimension of features space in the SVMSGD::train function.
2016-02-10 16:59:11 +03:00
Marina Noskova
40bf97c6d1
Refactored SVMSGD class
2016-02-10 16:56:14 +03:00
Alexander Fedorov
474c53ac71
Fixed parser for img1_filename and img2_filename.
...
Without fixes after 68 line (img1_filename = parser.get<std::string>(0);) OpenCV Error:
./stereo_matching im0.png im1.png --max-disparity=16 --blocksize=17
OpenCV Error: Bad argument (undeclared position 0 requested) in getByIndex, file /home/entodi/opencv/modules/core/src/command_line_parser.cpp, line 169
terminate called after throwing an instance of 'cv::Exception'
what(): /home/entodi/opencv/modules/core/src/command_line_parser.cpp:169: error: (-5) undeclared position 0 requested in function getByIndex
2016-01-18 15:34:41 +03:00
BinMatrix
c7481c55f7
Fix the mouse bug and the problem of collapse
2016-01-13 19:04:17 +08:00
Alexander Alekhin
cdb9c60dcb
gpu samples: fix REMOVE_ITEM error
2015-12-31 02:24:54 +03:00
Ishank gulati
24da1ba3dc
added videoio docs and tutorials
2015-12-26 10:48:01 +05:30
Alexander Alekhin
613b289325
python: add launch script for winpack python demo
2015-12-18 15:59:02 +03:00
Alexander Alekhin
a8e2922467
rename samples/{python2 -> python}
2015-12-18 11:00:32 +03:00
Alexander Alekhin
323e24e3ef
change links from samples/python2 to samples/python
2015-12-18 11:00:30 +03:00
Vadim Pisarevsky
2ecb48921b
Merge pull request #5802 from bastelflp:py3samples_docstr
2015-12-18 07:20:53 +00:00
flp
0c5d9e18d1
Removed outdated tutorial link
2015-12-18 01:34:57 +01:00
Alexander Alekhin
03e74330fa
Merge pull request #5828 from mshabunin:CommandLineArgs
2015-12-17 17:46:37 +00:00
Vadim Pisarevsky
9aeb8c8d5a
Merge pull request #5810 from mshabunin:hal_interface
2015-12-17 16:48:02 +00:00
ValeryTyumen
297808e6b9
Feature #3957
2015-12-17 18:19:39 +03:00
Maksim Shabunin
c04d62db8b
HAL samples readme file updated
2015-12-17 16:09:36 +03:00
Maksim Shabunin
d214770d5b
HAL samples: renamed and added readme
2015-12-17 13:25:47 +03:00
Maksim Shabunin
84f37d352f
HAL moved back to core
2015-12-17 12:33:23 +03:00
flp
32737df1b5
Print found calibration data
2015-12-16 22:01:18 +01:00
Alexander Alekhin
491a3fdebc
android samples: force setVisibility (see #5812 )
2015-12-16 14:31:49 +03:00