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
Pavel Rojtberg
74f26045b3
ovis: compatibility for Ogre 1.12.0dev
6 years ago
Dmitry Kurtaev
324175b5a8
Replace ChArUco board image
6 years ago
Alexander Alekhin
7292df6262
Merge pull request #1922 from sturkmen72:upd_tracking_module_doc
6 years ago
Alexander Alekhin
d0198e5079
Merge pull request #1942 from paroj:ovisup
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
Alexander Alekhin
34caac78d8
Merge pull request #1933 from ytyytyyt:3.4
6 years ago
Alexander Alekhin
4bf1ccec25
Merge pull request #1932 from alalek:photo_move_durand_contrib
6 years ago
YTY
5bdeb648b2
fbs bug fix
6 years ago
Alexander Alekhin
b53cb76458
photo: move TonemapDurand to opencv_contrib
6 years ago
Alexander Alekhin
09fc4303c8
Merge pull request #1918 from vishwesh5:patch-1
6 years ago
vishwesh5
ca26e99223
Add namespace cv for successful build
6 years ago
Alexander Alekhin
fdf47f9d88
Merge pull request #1913 from huangqinjin:ogre
6 years ago
Alexander Alekhin
f435b6670f
Merge pull request #1912 from huangqinjin:ceres
6 years ago
huangqinjin
e068b62a14
use PF_DEPTH for compatibility, PF_DEPTH16 is just an alias introduced in OGRE 1.11.2
6 years ago
huangqinjin
35da439953
num_linear_solver_threads has been deprecated since Ceres 1.14.0
6 years ago
Alexander Alekhin
f0ecc092ce
Merge pull request #1901 from paroj:ovisup
6 years ago
Alexander Alekhin
aaf46f1c52
Merge pull request #1895 from alalek:issue_1882
6 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
6 years ago
Pavel Rojtberg
ccd9993099
ovis: allow re-initialization by destroying all windows
6 years ago
Alexander Alekhin
567bcc956f
Merge pull request #1898 from tompollok:3.4
6 years ago
Alexander Alekhin
b3d271fe8b
Merge pull request #1867 from silberzwiebel:patch-1
6 years ago
tompollok
9e5926200e
use #if instead of #ifdef for CV_SIMD128
6 years ago
Alexander Alekhin
fae2d927e5
Merge pull request #1884 from LaurentBerger:derichetest
6 years ago
Alexander Alekhin
feec6d7e10
Merge pull request #1893 from tompollok:3.4
6 years ago
Alexander Alekhin
33e35c082a
text: reset counters in ERFilterNM::run()
6 years ago
LaurentBerger
cd6f7d1291
Rewrite deriche filter- add test - add python wrapper
6 years ago
Alexander Alekhin
20efa8ccaf
Merge pull request #1892 from ytyytyyt:fbs_test
6 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.
6 years ago
Alexander Alekhin
901e61d183
Merge pull request #1863 from sturkmen72:minor_changes
6 years ago