Alexander Alekhin
c3eb1254cf
Merge pull request #5570 from paroj:qsliderfix
9 years ago
Alexander Alekhin
89697310b0
Merge pull request #5553 from pletessier:aspect-ratio
9 years ago
Pierre Letessier
e6615c5825
Changed CV_FFMPEG_CAP_PROP_SAR_* values
9 years ago
Lorena García
7cff60f4f6
Changed src matrix complement computation
9 years ago
jisli
251610f6a1
fix header problem(can't find cstdint) on OSX platform
9 years ago
Lorena García
fb03330ea3
Fixed CV_Assert
9 years ago
Pavel Rojtberg
cfd498a8eb
fix compilation with qt
...
QSlider does not have getMinimum/Maximum getters. Probably was not
compile tested.
9 years ago
Pierre Letessier
baa21484a1
Added CV_CAP_PROP_SAR properties to videoio module
9 years ago
micalan
0a306f8804
Camera orientation handling is added for jpeg files
9 years ago
Alexander Alekhin
9a0beda037
Merge pull request #5489 from paroj:v4l2noconvert
9 years ago
Alexander Alekhin
09e6c82190
Merge pull request #5474 from paroj:v4l2ctrls
9 years ago
Alexander Alekhin
95d6002f16
Merge pull request #5568 from asmorkalov:as/legacy_c_deb_pack_dep
9 years ago
Alexander Smorkalov
e245aed6bb
Debian packages with legacy C headers added to list of conflicts, relpaces, etc.
9 years ago
Maksim Shabunin
e9ec52368f
Merge pull request #5562 from rodrigob:patch-2
9 years ago
Rodrigo Benenson
0ef7387298
mush -> must
...
fixed typo
9 years ago
Alexander Alekhin
debe99f1a4
Merge pull request #5531 from mshabunin:fix-vs2015
9 years ago
Alexander Alekhin
031568831c
Merge pull request #5513 from jet47:ctest-extended-support
9 years ago
Maksim Shabunin
497d92e7d1
Merge pull request #5533 from sturkmen72:patch-12
9 years ago
Maksim Shabunin
1cb0dfa669
Merge pull request #5500 from StevenPuttemans:fix_mask_notice_copyTo_2.4
9 years ago
Maksim Shabunin
4e7a14355d
Merge pull request #5499 from StevenPuttemans:fix_mask_notice_copyTo
9 years ago
Maksim Shabunin
490b327be9
Merge pull request #5365 from sturkmen72:patch-2
9 years ago
Maksim Shabunin
ff35726fc3
Merge pull request #5432 from sturkmen72:patch-11
9 years ago
Maksim Shabunin
31e0d90da6
Enable temp objects destruction test for VS versions less than 2015
9 years ago
Vadim Pisarevsky
b34f0d99bb
Merge pull request #5539 from sturkmen72:patch-14
9 years ago
Vadim Pisarevsky
66f2000548
Merge pull request #5532 from grundman:patch-2
9 years ago
Vadim Pisarevsky
91e9e6489b
Merge pull request #5542 from renatoGarcia:matx_constructors
9 years ago
Vadim Pisarevsky
f820df2ea0
Merge pull request #5543 from aman11dhanpat:master
9 years ago
Vadim Pisarevsky
a91dcb015d
Merge pull request #5548 from berak:patch-2
9 years ago
berak
781931a671
update python features2d tutorials
9 years ago
Alexander Alekhin
4dc2313527
Merge pull request #5552 from hyunkim9123:camshift-2.4
9 years ago
Suleyman TURKMEN
fd4761ba31
Update face detection samples
9 years ago
Maksim Shabunin
3119f0a61b
Merge pull request #5519 from hyunkim9123:camshift_py
9 years ago
Maksim Shabunin
6e9d0d9a0c
Visual Studio 2015 warning and test fixes
9 years ago
Alexander Alekhin
938d42a89f
Merge pull request #5545 from alalek:fix_linker_libs
9 years ago
Alexander Alekhin
1648e9292c
Merge pull request #5431 from MiguelAlgaba:em_one_cluster
9 years ago
Aman Verma
d5e314e728
Fixing compilation errors in windows and mac
9 years ago
Alexander Alekhin
937a096bf1
export simple libs from OPENCV_LINKER_LIBS ( fix #5541 )
9 years ago
Aman Verma
b0209ad7f7
Fix for #5495 : add setTrackbarMin
9 years ago
Renato Florentino Garcia
f5b98bea41
Fix behavior of Matx 12 and 16 args constructors.
...
The 12 and 16 arguments Matx constructors differs from all others,
leaving values initialized and requiring the argument number to be equal
to the channels number.
9 years ago
Suleyman TURKMEN
51e687f7a9
Update imgproc.hpp
9 years ago
Pavel Rojtberg
eac5cab5cb
cap_v4l: implement PROP_CONVERT_RGB
...
allows disabling automatic conversion to RGB for certain formats. If
conversion is disabled the returned image just points to the underlying
buffer, so no memcpy is performed.
Note that we do not check image size in retrieve frame any more as it
can not possibly while the device is streaming.
Furthermore this code was disabled altogether by the wrong ifdef in the
previous commit.
9 years ago
Pavel Rojtberg
5e62e71b13
fix wrong ifdef bracketing
...
in the case of HAVE_CAMV4L2 && !HAVE_CAMV4L there was no body for the if
statement.
9 years ago
Pavel Rojtberg
54e7f08760
add python sample to test/ showcase new cap_v4l2 features
9 years ago
Pavel Rojtberg
838947bb8e
replace custom yuyv_to_rgb24 implementation by cvtColor
9 years ago
Pavel Rojtberg
80747088e3
avoid needless copies during mjpeg decoding
9 years ago
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
9 years ago
Pavel Rojtberg
588eba3b37
simplify autosetup_capture_mode_v4l2 by using a for loop
9 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.
9 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.
9 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.
9 years ago