Rajkiran Natarajan
0fd91f6d14
Correct the behaviour of inpainting mask usage
5 years ago
Alexander Alekhin
6d656ca069
Merge pull request #2185 from tomoaki0705:fixBuildProgramFailureBioInspired
5 years ago
Tomoaki Teshima
d4c6159f38
fix program build failure
5 years ago
Alexander Alekhin
84c882d058
Merge pull request #2154 from LaurentBerger:py_face_landmark
5 years ago
LaurentBerger
4593e631b2
python binding for facemark::fit
...
add python sample
5 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
5 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
Maksim Shabunin
b6767ccc43
Merge pull request #2011 from mshabunin:enable-narrowing-warning
...
* Fixed type narrowing issues
6 years ago
Alexander Alekhin
4ed97c511e
Merge pull request #2007 from tedsteiner:features2d-without-highgui
6 years ago
Ted Steiner
fe71b09f88
sfm module calls imread function, which is in imgcodecs module
...
This built correctly before because tests were run with the highgui module enabled.
The sfm module links against the features2d module, which brings in the highgui module as an optional target if enabled.
Through this path, imread was working correctly despite the file including the wrong header and not declaring its linking dependency.
6 years ago
Sreejith S
412fd442b2
Merge pull request #2005 from sreejithsankar55:tempo
...
* Fixed typo
* Resolved the typo and trailing space error
6 years ago
iindovina
287a5e529a
Merge pull request #1994 from iindovina:expose_line_descriptor_python
...
Expose line descriptor python (#1994 )
* Created wrappers for other line_descriptor functions/classes
* Changes to expose LSD and EDLines params in Python and make line descriptor available in Python
6 years ago
Alexander Alekhin
320e633f96
Merge pull request #1981 from paroj:linemodpy
6 years ago
Pavel Rojtberg
f515f0ffe5
linemod: allow creating modalities from bindings
6 years ago
Alexander Alekhin
3575a7147a
Merge pull request #1976 from berak:rgbd_python_fix
6 years ago