Alexander Alekhin
15e7f41a40
Merge pull request #2220 from alalek:cmake_tesseract_cxx11_check
6 years ago
Alexander Alekhin
5959d81f48
cmake: fix tesseract detection
...
tesseract 4.x headers require C++11 (can't be used by OpenCV 3.4 without C++11)
6 years ago
Alexander Alekhin
4ae44739a5
Merge pull request #2217 from tomoaki0705:suppressNoisyWarning
6 years ago
Tomoaki Teshima
581c9499f9
suppress noisy warning
...
* limit the affect by using HAVE_CUDA
6 years ago
Tobias Senst
4c2ef47680
Merge pull request #2209 from tsenst:update_EdgeAwareInterpolator
...
Enhance EdgeAwareInterpolation no. matches limitation (#2209 )
* sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types
* sparse_match_interpolators EdgeAwareInterpolation - enhance limitation of the maximal number of matches to be interpolated from SHORT_MAX to INT_MAX by substituting short by int types
* fix wrong allocation of labels mats CV16S to CV_32S
6 years ago
Alexander Alekhin
e92f31c7ea
Merge pull request #2204 from SSE4:fix_find_glog_gflags
6 years ago
SSE4
7f55468235
- fix find_package for glog & gflags
...
Signed-off-by: SSE4 <tomskside@gmail.com>
6 years ago
Alexander Alekhin
9ea9b6cfe3
Merge pull request #2208 from saskatchewancatch:issue-2098
6 years ago
Rajkiran Natarajan
0fd91f6d14
Correct the behaviour of inpainting mask usage
6 years ago
Alexander Alekhin
6d656ca069
Merge pull request #2185 from tomoaki0705:fixBuildProgramFailureBioInspired
6 years ago
Tomoaki Teshima
d4c6159f38
fix program build failure
6 years ago
Alexander Alekhin
84c882d058
Merge pull request #2154 from LaurentBerger:py_face_landmark
6 years ago
LaurentBerger
4593e631b2
python binding for facemark::fit
...
add python sample
6 years ago
RAJKIRAN NATARAJAN
fc979a85ba
Merge pull request #2152 from saskatchewancatch:issue-2060
...
* issue-2060: implement ability to return scores for edgeboxes implementation
* issue-2060: address feedback to add some foolproofing
6 years ago
Alexander Alekhin
3244184dce
Merge pull request #2148 from lyron3:3.4
6 years ago
lichun
9267b4850d
push frame when videoCapture opened
6 years ago
Ahmed Ashour
cd7276f41f
Merge pull request #2131 from asashour:param
...
* doc: fix return parameter for void method
* docs: add missing parameter description
6 years ago
Alexander Alekhin
4446ef5ee8
Merge pull request #2132 from AHolliday:fix_2102_redux
6 years ago
Andrew
81b61652cc
Added a fix for issue 2102.
6 years ago
Alexander Alekhin
4df17e67bd
Merge pull request #2069 from tegusi:landmark_fix
6 years ago
Lizeth Huertas
ffd13f9263
Merge pull request #2055 from szk1509:detectionInvertedMarker
...
* added detection of inverted Markers, tests included
* corrections added, default preserved, identation, var, comment
6 years ago
mehlukas
724b3c0c9f
Merge pull request #2120 from mehlukas:3.4-addbgsegm
...
Move background subtraction python tutorial to proper location (#2120 )
* add tutorial from OpenCV-Python Tutorials
* remove trailing whitespace
* remove MOG2 part
* add cross-link to MOG2 tutorial
6 years ago
Alexander Alekhin
0efa528478
Merge pull request #2124 from LaurentBerger:I2122
6 years ago
LaurentBerger
a6d4573213
add glog_library to correspondence cmakelists.txt
6 years ago
Krutika Bapat
9005e9ea7e
Merge pull request #2000 from krutikabapat:master
...
Incomplete sentence corrected. Resolves Issue #1997 (#2000 )
* Incomplete sentence corrected. Issue #1997
Resolves Issue #1997
``` FaceRecognizer::train(InputArrayOfArrays src, InputArray labels); ```
The type `InputArray` can accept `vector<T>` or `Mat` types as mentioned here: https://docs.opencv.org/3.4/d4/d32/classcv_1_1__InputArray.html
* Trailing whitespaces problem resolved
6 years ago
Alexander Alekhin
1484dcf2de
Merge pull request #2119 from alalek:fix_sfm_build_with_eigen
6 years ago
Alexander Alekhin
983e4c1379
sfm: fix build with eigen
6 years ago
Alexander Alekhin
d24b025132
Merge pull request #2116 from sturkmen72:patch-3
6 years ago
Suleyman TURKMEN
5e254cff81
Update fld_lines.cpp
6 years ago
tegusi
5101dcc45a
Fix python version face landmark detector
6 years ago
Alexander Alekhin
7bba4cf0c4
Merge pull request #2093 from alalek:cmake_fix_pkgconfig_libs
6 years ago
bitsun
c7f2e2a2bb
Merge pull request #2074 from bitsun:master
...
* fix rectifyPatch bug when patch orientation is not extracted
6 years ago
Alexander Alekhin
fa4ef14cd6
cmake: use ocv_check_modules()
6 years ago
Alexander Alekhin
f6d0e94ec8
Merge pull request #2088 from alalek:issue_2084
6 years ago
Alexander Alekhin
bc081719bc
Merge pull request #2080 from paroj:aruco_axes
6 years ago
Alexander Alekhin
429418ebea
text: fix build on windows
...
avoid broken min/max macros from tesseract headers
6 years ago
Pavel Rojtberg
0f030dd002
aruco: forward drawAxis to drawFrameAxes
6 years ago
Alexander Alekhin
f26c98365d
Merge pull request #2065 from JulianSeuffert:master
6 years ago
Julian Seuffert
826b77e567
ximgproc: Fix support for CV_32F WLS Filter
...
If the disparity maps have the depth CV_32F, they are wls-filtered
in `DisparityWLSFilterImpl::filter` but the result is not saved in the
OutputArray of the method. Now, the result is copied to that array.
6 years ago
Alexander Alekhin
6d16876ee2
Merge pull request #2042 from paroj:ovis_env
6 years ago
Alexander Alekhin
2b40a4e60d
Merge pull request #2038 from utkarshg6:3.4
6 years ago
Pavel Rojtberg
5ed21bb2ea
ovis: document the supported environment variables
6 years ago
Alexander Alekhin
617466c18f
Merge pull request #2039 from paroj:ovis_vsync
6 years ago
Pavel Rojtberg
f23d1e9c16
ovis: allow disabling VSYNC - useful in multiwindow scenarios
...
or with batch rendering
6 years ago
utkarshg6
bc0e250216
Changed mismatch grayscale to image with 3 channels
6 years ago
Alexander Alekhin
9e190bcd81
Merge pull request #2024 from alalek:backport_bindings_generator
6 years ago
Alexander Alekhin
1756e82bdd
bindings: backport generator from OpenCV 4.x
6 years ago
Alexander Alekhin
536f6a935a
Merge pull request #2020 from alalek:line_descriptor
6 years ago
Hamdi Sahloul
4e3c8189a5
Fix enum wrapper
6 years ago
Alexander Alekhin
e990caef8d
line_descriptor: remove code with conflict license
6 years ago