Pavel Rojtberg
56dd7eda0d
remove additional V4L2 pixelformat defines
...
they are upstream since at least linux 2.6.8 (10 Years)
http://lxr.oss.org.cn/ident?v=2.6.8&i=V4L2_PIX_FMT_SBGGR8
10 years ago
Pavel Rojtberg
588eba3b37
simplify autosetup_capture_mode_v4l2 by using a for loop
10 years ago
Pavel Rojtberg
5525cc4d09
implement CAP_PROP_MODE, CAP_PROP_FOURCC and CAP_PROP_FORMAT
...
do not use a custom enum instead of the V4L2 fourcc defines for palette.
This way we can easily implement CAP_PROP_FOURCC and CAP_PROP_MODE.
10 years ago
Pavel Rojtberg
c0fe522c9d
allow changing FPS and Image Size using V4L2
...
use logic similar to cap_libv4l: replace icvSetVideoSize by v4l2_reset
as it was not used for V4L1, the actual frame format is negotiated in
try_palette_v4l2 and the stream has to restarted anyway.
10 years ago
Pavel Rojtberg
18034a5138
allow icvGetPropertyCAM_V4L to return zero
...
now icvGetPropertyCAM_V4L behaves the same as in cap_libv4l. This also
fixes passing boolean values.
10 years ago
Pavel Rojtberg
f7981a8ae8
support setting focus and autofocus with V4L2
...
also refactor property range handling and opencv property to V4L2
translation.
10 years ago
grundman
f260b13a6f
Fix racy modification of ForThread::m_state during invocation of stop()
10 years ago
Jan S. (Milania1)
3e0b1f2845
Added example to the documentation for the NormTypes enum (L1, L2, INF)
10 years ago
paul.kim
d5d16bb3b1
Fix the issue in mouse click event
10 years ago
Bovaz
aeb260a3f9
Merge pull request #1 from Bovaz/Bovaz-patch-1
...
sqrtf to std::sqrt
10 years ago
Bovaz
7be3d3ab2c
sqrtf to std::sqrt
10 years ago
Matteo Piovanelli
216baf5b11
Speedup of arcLength
...
By my tests, this version of cv::arcLength is almost 10% faster than the
one using a buffer it replaces.
10 years ago
Alexander Alekhin
37ce3b8cfe
Merge pull request #5478 from alalek:fix_android_pack_build
10 years ago
Lorena García
33f77774c5
Hit&Miss morphological operation
10 years ago
Alexander Alekhin
885ce6b348
Merge pull request #5507 from rodrigob:patch-1
10 years ago
Alexander Alekhin
dcca0b499c
Merge pull request #5509 from spmallick:master
10 years ago
Alexander Alekhin
d8c352d20d
Merge pull request #5504 from aman11dhanpat:master
10 years ago
Alexander Alekhin
c1545c6f2a
Merge pull request #5502 from AlexanderStohr:file-handle-volatile-fix
10 years ago
edgarriba
1e9bd59f07
load multi/hyperspectral images with using gdal
10 years ago
spmallick
066c775321
Update window_QT.h
...
QPushButton was included twice.
10 years ago
Rodrigo Benenson
d8e470fc30
CommandLineParser missing gpu option
...
As is it was not possible to use CUDA.
10 years ago
Vladislav Vinogradov
02c48ab7d6
add CTest support to build tree
10 years ago
Vladislav Vinogradov
d81d51d155
assing labels to targets and sources
10 years ago
Alexander Alekhin
466a98f7c3
Merge pull request #5493 from lupustr3:pvlasov/ipp9_fixes
10 years ago
AlexanderStohr
0098c4b571
fix VS2010 error with type mismatch due to volatile qualifier
10 years ago
Alexander Stohr
7e3d7677ae
not only print file-not-found as a warning but also print the name of the problematic file and the uri used for the open attempt
10 years ago
StevenPuttemans
0a708e4070
adding extra explanation for mask parameter
10 years ago
Pavel Vlasov
40b2dfae09
Fix for filter2D and IPP < 900
10 years ago
Alexander Alekhin
0d791189ee
Merge pull request #5486 from amroamroamro:fix_ml_randMVNormal
10 years ago
Aman Verma
411be4fde8
Fix for #5481 , removing repeated/useless assignment in contours.cpp
10 years ago
Alexander Alekhin
ddd91bcebf
android: add targetSdkVersion="21"
10 years ago
Dan
1e1f20cfee
Improved consistency.
10 years ago
Alexander Alekhin
a21be6706d
android: force OpenCV library target to "android-21"
10 years ago
Pavel Vlasov
89eee6ca99
Fixes for IPP integration:
...
dotProd_16s - disabled for IPP 9.0.0;
filter2D - fixed kernel preparation;
morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0;
GaussianBlur - disabled for CV_8UC1 due to buffer overflow;
integral - disabled for IPP 9.0.0;
IppAutoBuffer class was added;
10 years ago
Amro
13a0a37e63
fix randMVNormal in ML ( #5469 )
...
Fix the failed assertion by replacing the GEMM call.
Also random numbers are generated from normal distribution ~N(0,1),
instead of uniform distribution ~U(0,1).
10 years ago
Nickolay Polyarniy
846e6f731a
stereoRectifyUncalibrated: assertion of input points shape fixed
...
Fix for https://github.com/Itseez/opencv/issues/4426
Documentation says that input points format is the same to input for findFundamentalMat
10 years ago
Dan Moodie
3d1355efc1
Updated input / output array to support std::vector<cv::cuda::GpuMat>
...
Expanded support for std::vector<cv::cuda::GpuMat>.
Whitespace fix.
10 years ago
Alexander Alekhin
dbcc55a196
cleanup <build>/src|gen folders to remove stalled/unused Java files
10 years ago
Alexander Alekhin
0f1fdd885d
Merge pull request #5471 from StevenPuttemans:add_images_python_tutorials
10 years ago
Alexander Alekhin
441eeef319
Merge pull request #5470 from apavlenko:android_camera_gl_view
10 years ago
Alexander Alekhin
a8d0c18248
Merge pull request #5468 from AVshokurov:master
10 years ago
Anton V. Shokurov
bbe007159a
The latest version (5.1.1) of the gnu compiler returns just its major version ("5") when given the "-dumpversion" argument. Gnu compiler developers don't consider this to be an error. A workaround for this case has been made.
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
Andrey Pavlenko
23fea91e84
minor fixes
10 years ago
StevenPuttemans
47db20eced
removing unexisting functionality in ML header
10 years ago
Andrey Pavlenko
a041105491
refactoring Tutorial-4 using new OpenCV CameraGLSurfaceView
10 years ago
Alexander Alekhin
484c68cbb8
Merge pull request #5460 from sergiud:highgui-autosize-gtk3
10 years ago
Alexander Alekhin
56e8827ce0
Merge pull request #5456 from sergiud:ffmpeg-capture-varying-frame-size
10 years ago
Alexander Alekhin
ea535abd50
Merge pull request #5462 from alalek:fix_x86_detection
10 years ago