Ishant Mrinal Haloi
46be45b4f7
Update driver_api_multi.cpp
10 years ago
Ishant Mrinal Haloi
64eb69cb15
Update multi.cpp
10 years ago
Viet Dinh
03e7b71707
fix whitespace errors
10 years ago
Viet Dinh
e06c696b3c
fix whitespace errors
10 years ago
Viet Dinh
40ce9f97d6
fix whitespace errors
10 years ago
Viet Dinh
0bc44376a5
fix bug #5599
...
solves equations more correctly, eliminates “nan” error.
10 years ago
Viet Dinh
fdf549b921
fix bug #5599
10 years ago
edgarriba
f50858dd24
set GA_ReadOnly flag again since test error
10 years ago
Chris Kitching
0f8a266787
Make Mat assertion failures more helpful
...
Instead of chaining a bunch of sanity checks together with "&&", let's just have several asserts. That way, when an assert fails, you don't get a monsterous "<huge evil expression>
failed" error, but only the bit you care about, making your life rather a lot easier.
10 years ago
edgarriba
a242556b1d
Merge branch 'master' of https://github.com/Itseez/opencv into gdal_lan
...
Conflicts:
modules/imgcodecs/include/opencv2/imgcodecs.hpp
10 years ago
edgarriba
decdae515b
set GA_Update flag in order remove ERROR 8: band 1: Attempt to write to read only dataset inGDALRasterBand::Fill()
10 years ago
edgarriba
9ff14bc411
add support for float32 and float 64
10 years ago
grundman
f609ddba05
Fix incorrect FPS value returned by cap.get(CV_CAP_PROP_FPS)
...
Current implementation returns NaN for some configs of FFMPEG, call default get_fps() instead (as also used by PROP_POS_MSEC)
10 years ago
Ariel Bernal
cc903d0605
Fix for #5590 . OpenCL BilateralFilter implementation failes to
...
build for some OCL drivers.
Some OCL vendors treat implicit scalar-vector conversions for
operators as errors when type conversion is required.
10 years ago
Hajo Nils Krabbenhöft
a8e550f5bf
Fixed crash when reading b/w tif images ( fixes #5579 )
10 years ago
Maksim Shabunin
021ff0efa6
Merge pull request #5575 from mshabunin:fix-vs2015-2.4
10 years ago
Maksim Shabunin
6e2a68fdf3
Merge pull request #5384 from mshabunin:run-py-changes
10 years ago
berak
1048b235bf
add Rect2d to python bindings
10 years ago
Pavel Vlasov
5ae3693567
Condition update for 8u IPP in GaussianBlur. Bug was fixed in 9.0.1;
10 years ago
Maksim Shabunin
1e869c5e49
ts: refactor run.py script
...
Conflicts:
modules/ts/misc/run.py
10 years ago
Maksim Shabunin
f49936a849
Fixed cmake and build issues when using Visual Studio 2015
10 years ago
Maksim Shabunin
90c74e3be0
ts: refactor run.py script
10 years ago
Wangyida
ca599eee40
python modification for Point3D
10 years ago
Rafael Sadowski
e38b54a786
fix cmake OpenBSD linker libs
...
OpenBSD needs m and pthread like Net- and FreeBSD.
10 years ago
Anton V. Shokurov
b9b40a73ba
Exposure and autofocus properties fixed/added.
...
Exposure can now be manually controlled (implemented only in libv4l).
Will work only with a kernel version >= 4.5.
Autofocus can be enabled/disabled.
10 years ago
Alexander Alekhin
4552ca98c4
Merge pull request #5574 from ilya-lavrenov:image-sequence-videocapture
10 years ago
Ilya Lavrenov
9e2395e7e0
return false in grabFrame failed in open method
10 years ago
Ilya Lavrenov
05945bf00e
fixed case when grabbing failed
10 years ago
Ilya Lavrenov
9d78a1ea9f
allow to retrieve videocapture properties before first frame reading
10 years ago
Alexander Alekhin
dfec99691b
Merge pull request #5370 from berak:fix_svm_autoTrain
10 years ago
Alexander Smorkalov
8e40becab1
Debian packages with legacy C headers added to list of conflicts, relpaces, etc.
...
(cherry picked from commit e245aed6bb
)
10 years ago
Alexander Alekhin
60eda6f25c
export simple libs from OPENCV_LINKER_LIBS ( fix #5541 )
...
(cherry picked from commit 937a096bf1
)
10 years ago
Alexander Smorkalov
2e78a3e5e9
Fixed samples build with nonfree.
...
(cherry picked from commit 341e7b3be2
)
10 years ago
Alexander Smorkalov
966d35a9fb
Made samples build independent from nonfree module.
...
(cherry picked from commit bba8c0beac
)
10 years ago
Alexander Smorkalov
42447a7610
Set of lintain warning fixes for -samples debian package.
...
(cherry picked from commit ff00220302
)
10 years ago
Aaron Simmons
ca50969c2b
brining over fix in master ( #4140 ) for libz import on 64-bit android
...
(cherry picked from commit 55a9fdf051
)
10 years ago
a-andre
2d3e170370
install opencv2/highgui.hpp header
...
(cherry picked from commit d16fb30512
)
10 years ago
Alexander Smorkalov
8a37fc8223
Added missing copyright headers.
...
(cherry picked from commit 408107ce6d
)
10 years ago
Alexander Smorkalov
a5c20f8592
Debian formatted copyright file added to all debian packages.
...
(cherry picked from commit 9d24b3c3b0
)
10 years ago
Ilya Lavrenov
96a2edb375
delete video readers
...
(cherry picked from commit 0d5b739d35
)
10 years ago
Ilya Lavrenov
15b313ce4b
fixed memory leak in findHomography tests
...
(cherry picked from commit ec5244a73a
)
10 years ago
Alexander Smorkalov
1ea6568951
Fixed wrong-name-for-changelog-of-native-package warning for deb packages.
...
(cherry picked from commit cb1dc7cb6e
)
10 years ago
Ilya Lavrenov
56654ae360
added some property setting and getting
...
(cherry picked from commit 75fcedf0ed
)
10 years ago
Ilya Lavrenov
9a3e53e738
repaired GStreamer 0.10 version
...
(cherry picked from commit c19ed39a78
)
10 years ago
Ilya Lavrenov
2243bfa181
repaired gstreamer camera capture:
...
1. Enabled property retrieval: height, width, FPS
2. Fixed issue when isOpened returns always true even for non-existing devices
3. Ability to work with non-0 device. Camera capture index is taken into account
(cherry picked from commit dbd7912b88
)
10 years ago
robertxwu
33cd7f38a8
re-submit
...
(cherry picked from commit 4a68cc1675
)
10 years ago
Hajo Nils Krabbenhöft
2fc0ce5c24
buffer_size should be in bytes, not bits
...
(cherry picked from commit 7825cbeb7d
)
10 years ago
Hajo Nils Krabbenhöft
c5d009d6c4
fix crash for large BW tif images
...
(cherry picked from commit d38fee7599
)
10 years ago
Roman Donchenko
7d28541bbe
test2.py: fail if a downloaded image can't be decoded
...
(cherry picked from commit 56f17e4921
)
10 years ago
Alexander Alekhin
8c2d712fb0
Merge pull request #5538 from micalan:JpegExif
10 years ago