Alexander Alekhin
f26912960f
imgproc: clone color*.dispatch.cpp
6 years ago
Alexander Alekhin
db588bb831
imgproc: clone color*.simd.hpp
6 years ago
Alexander Alekhin
b9d2e6664d
Merge pull request #13979 from alalek:issue_13772
6 years ago
Alexander Alekhin
a43337c28e
Merge pull request #13986 from alalek:perf_ignore_ovx
6 years ago
Alexander Alekhin
eb9001665e
Merge pull request #13993 from liuyuns:issue_13963_thresh_nms_yolov3
6 years ago
Easton Liu
fcfb29766b
Add ability to read thresh and nms_threshold from YOLO layer in YOLOV3 cfg file.
...
Currently the thresh is hard-coded to be 0.2 and nms_threshold as 0.4.
6 years ago
Alexander Alekhin
d8b58205be
Merge pull request #13988 from raymanfx:gstreamer
6 years ago
Christopher N. Hesse
796b0fec7d
videoio: gst: Fix gst assertion on null msg
...
According to the gstreamer docs [1], the GstMessage pointer returned by
gst_bus_pop() is nullable, meaning NULL is a valid return value.
Previously, gst_is_missing_plugin_message would throw an assert when its
message object parameter would fail the GST_IS_MESSAGE macro check,
crashing the entire process (unless running in a try-catch block of course).
Instead of relying on valid messages, check if the message object itself is
valid before passing it to other gstreamer functions.
[1] https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/GstBus.html#gst-bus-pop
Signed-off-by: Christopher N. Hesse <raymanfx@gmail.com>
6 years ago
Alexander Alekhin
d5a2fe5180
perf: ignore _ovx tests
6 years ago
Alexander Alekhin
332c37f332
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Nesterov
74574dfae4
Added optimization fuse
6 years ago
Alexander Alekhin
d2f70f61aa
Merge pull request #13880 from catree:add_hand_eye_calibration
6 years ago
Alexander Alekhin
3182cc4277
Merge pull request #13980 from terfendail:bresize3_fix
6 years ago
Alexander Alekhin
3b43f90cc8
Merge pull request #13962 from Christianwidjaya:master
6 years ago
Alexander Alekhin
b9a6a96324
Merge pull request #13953 from saskatchewancatch:patch-1
6 years ago
Alexander Alekhin
7bcfe8f204
Merge pull request #13974 from alalek:fix_build_warnings
6 years ago
Vitaly Tuzov
99b39aa5bd
Fixed out of bound reading in LINEAR_EXACT resize for 8UC3
6 years ago
catree
bbf39b0964
Add Hand-Eye calibration methods (Tsai, Park, Horaud, Andreff, Daniilidis).
6 years ago
Alexander Alekhin
7366eebebb
core: fix condition in OutputArray::create(allowTransposed=True)
6 years ago
Alexander Alekhin
e36a3acbc0
Merge pull request #13967 from alalek:backport_android_build_py
6 years ago
Alexander Alekhin
89c106b29e
Merge pull request #13945 from alalek:backport_bindings_generator
6 years ago
Alexander Alekhin
b46fa2e556
Merge pull request #13970 from alalek:videoio_plugins_update
6 years ago
Alexander Alekhin
35edad3e74
build: fix warnings
6 years ago
RAJKIRAN NATARAJAN
98f89f9079
Need -DBUILD_DOCS CMake flag to build docs
...
Must have that flag. Otherwise following "doxygen overview" tutorial won't work.
6 years ago
Alexander Alekhin
8ee1be7d09
cmake: support MSVS 2019
6 years ago
Alexander Alekhin
45c4d3a62b
Merge pull request #13969 from alalek:issue_13929
6 years ago
Alexander Alekhin
25a9a32f8e
videoio: plugins, add strict checks
6 years ago
Alexander Alekhin
11fd9e5fdc
videoio: revert registry chages, update cap.cpp
6 years ago
Alexander Alekhin
403f11fdbf
videoio: update plugin API
6 years ago
Alexander Alekhin
b4cba524d3
videoio: move backend.cpp -> backend_plugin.cpp
6 years ago
Alexander Alekhin
746cd1e1e6
Merge pull request #13949 from alalek:videoio_plugins_target
6 years ago
x3lif
19cf511895
Merge pull request #13910 from x3lif:Issue_13908
...
* Fix Issue 13908
Allocate the matrix _Jo only when the solver needs it (ie when solver.state == CvLevMarq::CALC_J)
* Fix calib3D unit test
Fix _Jo allocation when stddev is not empty
* Removing trailing whitespaces
* scope _dp* variables
* fix whitespaces
6 years ago
Alexander Alekhin
93dab9e1e9
videoio(v4l): fix build due missing defines
...
- V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_HEIGHT
- V4L2_CID_MPEG_VIDEO_H264_VUI_EXT_SAR_WIDTH
6 years ago
smirnov-alexey
6b31f58092
Modifies standalone G-API cmake for testing it properly
6 years ago
Alexander Alekhin
480c6dae6d
android: backport build_sdk.py
6 years ago
Giles Payne
7444f0c651
Merge pull request #13939 from komakai:android-build-improvements
...
* Android build improvements
* look for NDK in "ndk-bundle" directory under the SDK directory if location not specified
* look for cmake and ninja in "cmake" directory under the SDK directory if not found in the path
* disable use of ccache if not found in the path
* Redo build tool existence checks
6 years ago
Alexander Alekhin
dd37c10d4a
Merge pull request #13922 from smirnov-alexey:gapi_fix_nv12_asserts
6 years ago
Alexander Alekhin
dd262b7087
Merge pull request #13960 from nglee:dev_FixWindowsBuildIssue
6 years ago
Namgoo Lee
65e76adeda
Windows Build Issue Fix
6 years ago
Alexander Alekhin
3132c8ee08
Merge pull request #13958 from nglee:dev_FixCuda101BuildIssue
6 years ago
Namgoo Lee
5a2faab2e6
CUDA 10.1 Build Issue Fix
6 years ago
Alexander Alekhin
6e9b6a27cf
Merge pull request #13951 from alalek:dnn_fix_logging_verbose
6 years ago
JoeHowse
c0d41f05d6
Merge pull request #13947 from JoeHowse:4.0.1-patches
...
* core, stitching: revise syntax to support Visual C++ 2013
* stitching: revise syntax again to support Visual C++ 2013 and other compilers
* stitching: minor update to clarify changes
6 years ago
Alexander Alekhin
80d37ba698
dnn: fix usage of CV_LOG_VERBOSE macro
6 years ago
Alexander Alekhin
9a6f2630b2
cmake: +opencv_videoio_plugins virtual target
...
- support comma-separated list in VIDEOIO_PLUGIN_LIST
- opencv tests/samples depend on plugins virtual target
6 years ago
Alexander Alekhin
0a98bc0ee9
java: avoid enum values with references on other enums
...
declaration order is not fixed
Error message:
Core.java:97: error: illegal forward reference
Hamming_normType = NORM_HAMMING,
6 years ago
Alexander Alekhin
47b6955ba0
Merge pull request #13942 from alalek:imgproc_lsd
6 years ago
Alexander Alekhin
030e955db7
python: support Python list for cv::Range
6 years ago
Alexander Alekhin
f5b58e5fc9
bindings: backport generator from OpenCV 4.x
...
- better handling of enum arguments
- less merge conflicts
6 years ago
Alexander Alekhin
f0179f96a7
Merge pull request #13940 from alalek:fix_13914
6 years ago