Yuriy Obukh
97be19404f
fix win, vs2019 build. missing header
...
Signed-off-by: Yuriy Obukh <Bleach665@gmail.com>
5 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
Pavel Rojtberg
5ed21bb2ea
ovis: document the supported environment variables
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
1756e82bdd
bindings: backport generator from OpenCV 4.x
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
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
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
Pavel Rojtberg
f515f0ffe5
linemod: allow creating modalities from bindings
6 years ago
berak
7c628d73e3
rgbd: fix python bindings
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
Raphael Graf
d487f2426d
sfm: avoid variable-names starting with underscore
...
Resolves #1963
6 years ago
Raphael Graf
fdb575d43b
Use Tesseract_INCLUDE_DIRS instead of Tesseract_INCLUDE_DIR
6 years ago
Alexander Alekhin
6c16e89202
typo: rename sfm sample
6 years ago
Pavel Rojtberg
74f26045b3
ovis: compatibility for Ogre 1.12.0dev
6 years ago
Dmitry Kurtaev
324175b5a8
Replace ChArUco board image
6 years ago
Pavel Rojtberg
388a79be52
ovis: correctly delete textures allocated by WindowScene
6 years ago
Pavel Rojtberg
9a401e3d95
ovis: also free yaw axis of camera manager and default to free yaw
...
so meshes in any orientation can be properly viewed
6 years ago
Suleyman TURKMEN
264615b55b
Update documentation of Tracking API
6 years ago
YTY
5bdeb648b2
fbs bug fix
7 years ago
Alexander Alekhin
b53cb76458
photo: move TonemapDurand to opencv_contrib
7 years ago
vishwesh5
ca26e99223
Add namespace cv for successful build
7 years ago
huangqinjin
e068b62a14
use PF_DEPTH for compatibility, PF_DEPTH16 is just an alias introduced in OGRE 1.11.2
7 years ago
huangqinjin
35da439953
num_linear_solver_threads has been deprecated since Ceres 1.14.0
7 years ago
Jukka Komulainen
a97a061281
Merge pull request #1906 from ytyytyyt:3.4
...
* fbs_filter add lambda & revise imtypes
* fix warnings
* fix fbs function prototypes
7 years ago
Pavel Rojtberg
ccd9993099
ovis: allow re-initialization by destroying all windows
7 years ago
tompollok
9e5926200e
use #if instead of #ifdef for CV_SIMD128
7 years ago
Alexander Alekhin
33e35c082a
text: reset counters in ERFilterNM::run()
7 years ago
LaurentBerger
cd6f7d1291
Rewrite deriche filter- add test - add python wrapper
7 years ago
kartoffelsalat
17bb12da48
make python example work
...
Hey there, completely new to `openCV` in general and to the `bioinspired` module in particular. I wanted to give this module a try with python and found that the example source code doesn't work with current openCV (that's 3.4.1 on my Fedora machine). Apparently, there was a change in how a `Retina` object is created. I fixed the python source code correspondingly. I also changed the C++ source code in this doc file, although I think this needs further updating as there are more changes in the actual source code.
7 years ago
Suleyman TURKMEN
2074cc48e5
minor changes
7 years ago
tompollok
fcb266f728
refactoring catching all exceptions as const ref
7 years ago
YTY
05fe693dcc
fix fbs test with new reference image
7 years ago
Jukka Komulainen
6e3eea5447
Merge pull request #1883 from ytyytyyt:3.4
...
* add fast bilateral solver from master
* fix unused variables warnings in disparity_filtering.cpp
* trailing whitespaces removed
7 years ago
Alexander Alekhin
6132943a39
xfeatures2d: validate keypoints mask for SURF
7 years ago
Pavel Rojtberg
01f00f8f09
ovis: make log verbosity and rendersystem configurable via environment
7 years ago
Tomoaki Teshima
8aaa91c3dc
avoid test failing on Aarch64
...
* loosen the threshold in Rgbd_Normals.compute
* make the minimum tvec larger in RGBD_Odometry_Rgbd.algorithmic
7 years ago
Alexander Alekhin
da3375f682
sfm: fix build with Ceres
7 years ago
Pavel Rojtberg
cd7a6eaf78
ovis: add ENTITY_AABB_WORLD property and implement getEntityProperty
7 years ago
Pavel Rojtberg
31dff1e099
ovis: add more CV_MAT <> Ogre::PixelFormat conversions
7 years ago
Varvrar
5002e93405
Now when the element of the vector is removed j does not increase
7 years ago
Alexander Alekhin
fc28d02a1e
sfm: fix public includes
...
don't include internal 3rdparty header
7 years ago
Alexander Alekhin
c94997ec4f
fix includes
7 years ago
Mohammad Haghighat
6bd26d33f3
Merge pull request #1847 from mhaghighat:master
...
* Checker for empty region
* Update trackerKCF.cpp
* Update trackerKCF.cpp
* Update trackerKCF.cpp
* fix whitespace
7 years ago
berak
bf49c43770
face: cleanup after #18484
7 years ago
Alexander Alekhin
19efe3091d
face: MACE filter workaround
7 years ago
tompollok
8893087432
change area() emptiness checks to empty()
7 years ago