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
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
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
flp
006d5ac0a5
Adapted for py2/py3 compatibility
9 years ago
Vadim Pisarevsky
ba71caca04
fixed digits.py sample
9 years ago
flp
4ed2d6328b
Python samples adapted for Python3 compatibility
...
Common fixes:
- print function
- int / float division
- map, zip iterators in py3 but lists in py2
Known bugs with opencv 3.0.0
- digits.py, called via digits_video.py: https://github.com/Itseez/opencv/issues/4969
- gaussian_mix.py: https://github.com/Itseez/opencv/pull/4232
- video_v4l2.py: https://github.com/Itseez/opencv/pull/5474
Not working:
- letter_recog.py due to changed ml_StatModel.train() signature
9 years ago
Alexander Alekhin
1836d41b5c
warning fix (MSVS2015)
9 years ago
Alexander Alekhin
8f732f2cfe
fix samples deps
...
some tutorials depends on contrib modules
9 years ago
Deanna Hood
0d706f6796
Return uncompressed support vectors for getSupportVectors on linear SVM (Bug #4096 )
9 years ago
niederb
d8e3971e7f
Fixed variable importance in rtrees
9 years ago
LaurentBerger
bef009c9dd
fixed #5005 : stitching_detailed.cpp
9 years ago
Maksim Shabunin
eebd4cad66
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
9 years ago
Dan
01f40cfafc
Corrected the case where channel == -1
10 years ago
brossetti
4194b7effe
fixed bug on left mouse button click
...
Adding None as outImage in pos3 of cv2.drawKeypoints. Fixes bug that throws 'TypeError: Required argument 'outImage' (pos 3) not found' on left mouse button click
10 years ago
Viet Dinh
ed0065266e
update fixing bug #5599
10 years ago
Ishant Mrinal Haloi
47b2511f07
Update driver_api_stereo_multi.cpp
10 years ago
Ishant Mrinal Haloi
52b4fe63c1
Update cascadeclassifier_nvidia_api.cpp
10 years ago
Ishant Mrinal Haloi
46be45b4f7
Update driver_api_multi.cpp
10 years ago
Ishant Mrinal Haloi
64eb69cb15
Update multi.cpp
10 years ago
Suleyman TURKMEN
fd4761ba31
Update face detection samples
10 years ago
Pavel Rojtberg
54e7f08760
add python sample to test/ showcase new cap_v4l2 features
10 years ago
paul.kim
78a566611d
Fix the issue in mouse click event
10 years ago
paul.kim
d5d16bb3b1
Fix the issue in mouse click event
10 years ago
Alexander Smorkalov
341e7b3be2
Fixed samples build with nonfree.
10 years ago
Alexander Smorkalov
bba8c0beac
Made samples build independent from nonfree module.
10 years ago
Rodrigo Benenson
d8e470fc30
CommandLineParser missing gpu option
...
As is it was not possible to use CUDA.
10 years ago
Alexander Smorkalov
ff00220302
Set of lintain warning fixes for -samples debian package.
10 years ago
Andrey Pavlenko
24ca6aaada
fix build with CMake
...
now it builds by the command:
`cmake.exe -Wno-dev -GNinja -DCMAKE_MAKE_PROGRAM="path\to\ninja\ninja.exe" -DCMAKE_TOOLCHAIN_FILE=../opencv3/platforms/android/android.toolchain.cmake -DANDROID_ABI="armeabi-v7a with NEON" -DANDROID_SDK_TARGET=21 -DANDROID_NATIVE_API_LEVEL=14 -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DBUILD_ANDROID_EXAMPLES=ON -DINSTALL_ANDROID_EXAMPLES=ON -DWITH_OPENCL=YES -DANDROID_OPENCL_SDK=path\to\OpenCL ../opencv`
10 years ago
StevenPuttemans
913c266b4a
adding missing images from python tutorials, like chessboard.png, simple.jpg, home.jpg, fly.png, ...
10 years ago