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
soyer
6ca4d391b7
bioinspired: remove the non-existent opencv_ocl module from CMakeList
7 years ago
Rostislav Vasilikhin
bc5a06a4f7
fixed odometry tests (changes ported from PR #1627 )
7 years ago
Maksim Shabunin
7893385c0e
Do not copy/assign CommandLineParser object
7 years ago
Pavel Rojtberg
a3c8704db4
ovis: implement MATERIAL_LINE_WIDTH
7 years ago
Suleyman TURKMEN
3f2164ff49
Update peilin.cpp
7 years ago
Pavel Rojtberg
0bb0989fda
ovis: drop SCENE_RENDER_FLOAT which is replaced by getCompositorTexture
...
the latter allows explicitly specifying channel nr/ format. Also we no
longer have to manually manage an extra rendertarget any more.
7 years ago
Pavel Rojtberg
c4c2e85d89
ovis: add getCompositorTexture for reading custom render targets
7 years ago
berak
502970b3cc
cvv: fix small memleak in demo
7 years ago
berak
ad8cf97e9d
tracking: add a threshold to the CSRT tracker
7 years ago
Maksim Shabunin
a0ad83f117
Fixed or disabled some warnings in several cvv, ovis and sfm modules
7 years ago