Vladislav Sovrasov
1f8fd5382c
Replace of some synthetic scenes in python samples
9 years ago
Maksim Shabunin
727743809e
Using find_package to import custom HAL library
9 years ago
berak
e0c65499fd
remove opencv_contrib dependancy from planar_tracking.cpp
9 years ago
Bleach666
93e50dabcd
fix build detect_mser sample in vc2010
9 years ago
berak
79ac072e6c
train_svmsgd.cpp : float response
...
responses must be float, else we trigger an assertion in line 150
9 years ago
Vladislav Sovrasov
0c6e09f060
Changes in facedetect test
9 years ago
Vladislav Sovrasov
87fc75c6d7
Improvements in tests, bugfix in digits_video sample
9 years ago
Vladislav Sovrasov
54c07ba0ff
Add 2 new tests, bugfixed in old tests
9 years ago
Vladislav Sovrasov
86868176a2
Fix py3 comatibility
9 years ago
Vladislav Sovrasov
e90dc20361
Update letter_recog sample to current version of opencv interfaces
9 years ago
Vladislav Sovrasov
d579f08093
Fix mouse control in asift and find_obj samples
9 years ago
Vladislav Sovrasov
3a51cae208
Fix rectangle selection in some of python samples
9 years ago
Vladislav Sovrasov
ab4d375349
Add new tests on python
9 years ago
Marina Noskova
53711ec29d
Deleted default value for parameters in docs.
...
Added some asserts.
9 years ago
Marina Noskova
74c87a26a5
Delete function areClassesEmpty().
9 years ago
Marina Noskova
f3c4a6aab8
Rename parameters lambda, gamma0 and c.
9 years ago
Eric Zavesky
77fa8d9d5a
- fix windows-based warnings for type casts
9 years ago
Marina Noskova
ff54952769
Corrected spelling mistakes
9 years ago
Eric Zavesky
335f7e7916
- trim whitespace, as required by build machine
9 years ago
Eric Zavesky
d7e57f2152
- fix typo from last minute change
9 years ago
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
9 years ago
Eric Zavesky
4546139844
- remove zero threshold that prevents ORB from finding any local features
9 years ago
Maksim Shabunin
6c0c0466c6
Tutorials: moved Megamind.avi files to samples/data folder
9 years ago
Maksim Shabunin
359acc0d33
Tutorials: moved imgcodecs and videoio tutorials to separate pages
9 years ago
Marina Noskova
5496dedd6a
Fixed warnings.
9 years ago
Marina Noskova
05353a1492
Removed trailing whitespaces
9 years ago
Marina Noskova
41c0a38344
Fixed test samples for tests with different borders
...
Added new test (separating two points)
9 years ago
Marina Noskova
bfdca05f25
Added margin type, added tests with different scales of features.
...
Also fixed documentation, refactored sample.
9 years ago
Marina Noskova
acd74037b3
Increasing the dimension of features space in the SVMSGD::train function.
9 years ago
Marina Noskova
40bf97c6d1
Refactored SVMSGD class
9 years ago
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
9 years ago
BinMatrix
c7481c55f7
Fix the mouse bug and the problem of collapse
9 years ago
Alexander Alekhin
cdb9c60dcb
gpu samples: fix REMOVE_ITEM error
9 years ago
Ishank gulati
24da1ba3dc
added videoio docs and tutorials
9 years ago
Alexander Alekhin
613b289325
python: add launch script for winpack python demo
9 years ago
Alexander Alekhin
a8e2922467
rename samples/{python2 -> python}
9 years ago
Alexander Alekhin
323e24e3ef
change links from samples/python2 to samples/python
9 years ago
flp
0c5d9e18d1
Removed outdated tutorial link
9 years ago
ValeryTyumen
297808e6b9
Feature #3957
9 years ago
Maksim Shabunin
c04d62db8b
HAL samples readme file updated
9 years ago
Maksim Shabunin
d214770d5b
HAL samples: renamed and added readme
9 years ago
Maksim Shabunin
84f37d352f
HAL moved back to core
9 years ago
flp
32737df1b5
Print found calibration data
9 years ago
Alexander Alekhin
491a3fdebc
android samples: force setVisibility (see #5812 )
9 years ago
qubick
5502f0b45d
surfaceview import
9 years ago
Alexander Alekhin
8f60740205
fix build warning (unreachable code) and exit error codes
9 years ago
qubick
1434f55cb9
camera view was enabled to visible when the app launched
9 years ago
Alexander Alekhin
31d0dcf28e
fixup
9 years ago
flp
b6ce4a527e
added docstring to python files
9 years ago
flp
14c5ef8db4
Added .gitignore for tmp files created by examples
9 years ago