LaurentBerger
bef009c9dd
fixed #5005 : stitching_detailed.cpp
9 years ago
Dan
01f40cfafc
Corrected the case where channel == -1
9 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
9 years ago
Ishant Mrinal Haloi
47b2511f07
Update driver_api_stereo_multi.cpp
9 years ago
Ishant Mrinal Haloi
52b4fe63c1
Update cascadeclassifier_nvidia_api.cpp
9 years ago
Ishant Mrinal Haloi
46be45b4f7
Update driver_api_multi.cpp
9 years ago
Ishant Mrinal Haloi
64eb69cb15
Update multi.cpp
9 years ago
Suleyman TURKMEN
fd4761ba31
Update face detection samples
9 years ago
Pavel Rojtberg
54e7f08760
add python sample to test/ showcase new cap_v4l2 features
9 years ago
paul.kim
d5d16bb3b1
Fix the issue in mouse click event
9 years ago
Rodrigo Benenson
d8e470fc30
CommandLineParser missing gpu option
...
As is it was not possible to use CUDA.
9 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`
9 years ago
StevenPuttemans
913c266b4a
adding missing images from python tutorials, like chessboard.png, simple.jpg, home.jpg, fly.png, ...
9 years ago
Andrey Pavlenko
23fea91e84
minor fixes
9 years ago
Andrey Pavlenko
a041105491
refactoring Tutorial-4 using new OpenCV CameraGLSurfaceView
9 years ago
Dan Moodie
f332f98757
Removed last trailing whitespace. Can't believe I missed it.
9 years ago
Dan
e4184195a2
Looks like something automatically added tabs back in after I already fixed the white space. :/
9 years ago
Kauê de Moraes Vestena
1bd18836d7
little fixes and correction of a conceptual error
...
Previously, there's no way to the user see the found corners, i've changed that.
In a cout, are write that: "average reprojection err = "
But it isn't a "reprojection error" at all, it is a mean of each EPIPOLAR error, wich occur when the product x' * F * x is not equal to zero.
(x and x' are the same points in the right and left scene)
(the RMS that explain the average absolute reprojection error is given by the return of the stereoCalibrate() function)
At least, i think it's interesting to initialize the camera matrices before.
Thank you all for this amazing code. Apologize my weak english.
9 years ago
Dan
ab84de967e
More whitespace fixes.
9 years ago
Dan Moodie
7376c5311b
Fixed tabs in whitespace.
9 years ago
Dan
12dcb1555e
Missed one conversion of CV_TYPE to cv::DataType
9 years ago
Dan
00c2930709
improved comments.
9 years ago
Dan
23fc5930b7
Improved thrust interop tutorial.
9 years ago
Dan
09d392f09d
Added thrust tutorial.
9 years ago
Dan
a80e0cf8bd
Added tutorials for using thrust.
9 years ago
Alexey Ershov
5feca50f58
changed device detection procedure, added resizing surface to bigger size
...
removed unused context_id2; changed blur size 7x7 to 3x3; added short comments
removed unnecessary call to convertFromVASurface()
replaced dumpSurface() with writeImage()
added infile cmdline parameter, input image loaded by imread()
9 years ago
Enes Ateş
769fe82743
XML file path correction
...
in documentation exact path is images/CameraCalibration/VID5
9 years ago
Adam Gibson
4f2612fcfd
Removed trailing whitespace from squares.py compatibility comment.
9 years ago
Adam Gibson
a413423ff6
Reverted _doc.py to Python 2-only version. Interim measure to prevent docs from failing during build, until all samples are updated with Python 2/3 compatibility.
9 years ago
Adam Gibson
b57be28920
Various Python samples updated for Python 2/3 compatibility.
9 years ago
Alexey Ershov
22bb5d1fcc
implemented sample build in fallback mode without interop
9 years ago
Alexey Ershov
f533c05644
sample changed to execute only one mode (interop on/off) per run
9 years ago
Alexey Ershov
e0b3751c17
added run iteration without timing to complete internal initializations
9 years ago
berak
602bd60c3a
Update cloning_gui.cpp
9 years ago
Pavel Rojtberg
d0e16b21d4
add support for fisheye camera model
9 years ago
berak
dc265071d0
Update PnPProblem.cpp
9 years ago
Alexey Ershov
68a0347ff9
fallback path & sample timing implemented
...
fixed trailing whitespaces
renamed files *vaapi* to *va_intel*
changed names vaapi* to va_intel*
9 years ago
Dmitry Melnichenko
319b6a447f
Change SURF to ORB in Java-Sbt sample to remove dependency on external non-free modules
9 years ago
Dmitry Melnichenko
b484f377dd
Fix build of Java-Sbt sample
9 years ago
Andrey Pavlenko
74fcefedcb
giving a chance for OpenCL 1.1 devices
9 years ago
Andrey Pavlenko
8031742817
unused imports clean-up
9 years ago
Andrey Pavlenko
43b76e548b
adding `NO_PROCESSING` (i.e. just preview) mode
9 years ago
Andrey Pavlenko
016011fdf8
fixing start faulure on some devices; syncronization improvements
9 years ago
Alexander Alekhin
1b1246cbae
samples: fix OpenCL detection / build warning
9 years ago
Alexey Ershov
a8656ea20f
implemented core support & sample
...
fixed whitespaces
fixed issues
fixed issue
fixed module statement issues
fixed access mode
added initialization check
fixed warning
9 years ago
theodore
9449af8ada
1e-3 -> 1e3
9 years ago
Ilya Lavrenov
7da16d6f47
used proper method
9 years ago
theodore
6d68f72473
bug fix fro the TickMeter class
9 years ago
Alexander Alekhin
03bab0fc0d
tutorial-4-opencl: enable build with OpenCV
9 years ago
Alexander Alekhin
e1ad86c1fa
android samples: update way to attach native part of OpenCV
...
OPENCV_ANDROID_SDK - OpenCV Android SDK location (or OpenCV build dir)
Can be passed via ndk-build parameter or environment variable.
9 years ago