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
berak
7c628d73e3
rgbd: fix python bindings
6 years ago
Alexander Alekhin
bc9221a2cc
Merge pull request #1968 from charlesastaylor:detect-params-typo
6 years ago
Charles Taylor
87fcb025c6
Fix typo of ArUco Detector Paramater
...
* Fix spelling of perpectiveRemovePixelPerCell in struct docstring
* Fix spelling of perpectiveRemovePixelPerCell in detection tutorial
6 years ago
Alexander Alekhin
bca1ff20d7
Merge pull request #1964 from rrrapha:sfm-underscore-variables
6 years ago
Raphael Graf
d487f2426d
sfm: avoid variable-names starting with underscore
...
Resolves #1963
6 years ago
Alexander Alekhin
2588a5ecf4
Merge pull request #1960 from rrrapha:tesseract-include-dirs
6 years ago
Alexander Alekhin
0716b9567a
Merge pull request #1956 from alalek:issue_1954
6 years ago
Raphael Graf
fdb575d43b
Use Tesseract_INCLUDE_DIRS instead of Tesseract_INCLUDE_DIR
6 years ago
Alexander Alekhin
29f61bfcf7
Merge pull request #1955 from paroj:ovisup
6 years ago
Alexander Alekhin
d34502dff2
Merge pull request #1953 from dkurt:fix_aruco_tutorial
6 years ago
Alexander Alekhin
6c16e89202
typo: rename sfm sample
6 years ago