Alexander Alekhin
b32180b2ae
Merge pull request #2255 from sturkmen72:patch-4
5 years ago
Alexander Alekhin
260d385edc
Merge pull request #2254 from alalek:text_remove_nfa_code
5 years ago
Suleyman TURKMEN
bf688f0a56
Update bgfg.cpp
5 years ago
Alexander Alekhin
af6552b46f
text: remove NFA computation code due licensing conflict
5 years ago
Alexander Alekhin
bb5dadd755
Merge pull request #2236 from szk1509:invMarkerContourDetectionImproved
5 years ago
lizeth huertas
93f910e9db
aruco contour detection :: improved
5 years ago
Alexander Alekhin
bb1dee17f9
Merge pull request #2222 from adilfaqah:patch-1
5 years ago
Alexander Alekhin
0218a8f1ce
Merge pull request #2193 from SoylentGraham:aruco_noglobalinit
5 years ago
Graham Reeves
965421bb8d
Moved aruco dictionary globals into getPredefinedDictionary so constructed on first use, to allow lazy-loading of the opencv DLL
5 years ago
adilfaqah
63c08d0acf
Fixed the names of methods
5 years ago
Alexander Alekhin
2ac196f871
Merge pull request #2225 from alalek:backport
5 years ago
Alexander Alekhin
1b5f9f0e27
3.4: backported changes from 'master' branch
5 years ago
Alexander Alekhin
15e7f41a40
Merge pull request #2220 from alalek:cmake_tesseract_cxx11_check
5 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)
5 years ago
Alexander Alekhin
4ae44739a5
Merge pull request #2217 from tomoaki0705:suppressNoisyWarning
5 years ago
Tomoaki Teshima
581c9499f9
suppress noisy warning
...
* limit the affect by using HAVE_CUDA
5 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
5 years ago
Alexander Alekhin
e92f31c7ea
Merge pull request #2204 from SSE4:fix_find_glog_gflags
5 years ago
SSE4
7f55468235
- fix find_package for glog & gflags
...
Signed-off-by: SSE4 <tomskside@gmail.com>
5 years ago
Alexander Alekhin
9ea9b6cfe3
Merge pull request #2208 from saskatchewancatch:issue-2098
5 years ago
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