Namgoo Lee
6ca24c818f
[moved from opencv] cuda optflow tvl1 : async safety
...
also modify cuda canny to use createTextureObjectPitch2D, etc.
original commit: 2043e06102
2020-06-17 01:04:22 +09:00
Namgoo Lee
6ab1160dfc
[moved from opencv] CUDA_OptFlow/OpticalFlowDual_TVL1 Asynchronous test
...
original commit: 411ce04f54
2020-06-16 01:43:51 +09:00
Tomoaki Teshima
bab3d66c71
[moved from opencv] fix corner case of libnvcuvid
...
* detect header automatically and not based on version number
original commit: d4af89781b
2020-06-11 23:06:18 +09:00
archit120
522a062cad
Merge pull request #2547 from archit120:julia-phase1
...
Julia Bindings GSoC - phase1
* Julia Phase 1 first commit
* a few fixes to compile julia bindings on mac
* Readme changes
* Allow usage before installation and update README
* Add CxxWrap installation and fix Mac build bug
* CMake fixes and test refactoring
* add tests, fix trailing whitespace, disable array-vec conversion
* Fix trailing whiteline and warning
* Add module documentation and fix tests in CMake
* Change copyright block, CMake variable name
* copy => copy_if_different
* fix status dump and return lines
* Remove Julia_Found outside init.cmake
* change indentation
Co-authored-by: Vadim Pisarevsky <vadim.pisarevsky@gmail.com >
2020-06-17 07:33:37 +00:00
nosajthenitram
39ced2af67
Merge pull request #2554 from nosajthenitram:2048_cuda_cascade_no_longer_available
...
* Re-enabled the CUDA cascade classifier support using the openCV4.x FileStorage API.
* Re-enabled the CUDA cascade classifier tests.
Removed line of disabled code from cascade read.
2020-06-11 11:26:51 +03:00
Maksim Shabunin
169ec66af1
Merge pull request #2549 from mshabunin:support-vtk9
...
* Added VTK 9 support
* viz: tests are non-interactive now
2020-06-05 17:56:27 +00:00
Alexander Alekhin
7d64747a1b
Merge pull request #2558 from paroj:ovis_share_bg
2020-06-03 12:57:57 +00:00
Pavel Rojtberg
d3b80e7fdc
ovis: fix destruction of SCENE_OFFSCREEN windows
2020-06-02 18:16:01 +02:00
Pavel Rojtberg
e7bab1d21a
ovis: ensure that bgplane is shared too when ~SCENE_SEPARATE
2020-06-02 17:51:29 +02:00
Alexander Alekhin
8fc6067b59
Merge pull request #2543 from vchiluka5:NVOF-Build-Error-Fix
2020-05-23 18:58:03 +00:00
Vishal Chiluka
2e6e9e9ece
NVOF - Passing non null streams to create API
2020-05-23 20:04:23 +05:30
Alexander Alekhin
a712bf79dd
Merge pull request #2541 from vchiluka5:NVOF-Build-Error-Fix
2020-05-23 12:47:56 +00:00
Vishal Chiluka
3fd77d7e00
NVOF Build Error Fix
2020-05-23 16:39:48 +05:30
Alexander Alekhin
07191c92c8
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2020-05-22 18:59:36 +00:00
Alexander Alekhin
eec6ba7cfe
Merge moved code from opencv/3.4
2020-05-22 18:59:32 +00:00
Daniel Mallia
17639965b3
[moved from opencv] Add next and previous navigation links to all tutorials
...
original commit: 94d187e269
2020-05-22 18:57:53 +00:00
Alexander Alekhin
f9c8cb82dd
Merge pull request #2538 from vpisarev:remove_haarcascade_mcs
2020-05-22 15:17:03 +00:00
Vadim Pisarevsky
c82f096067
removed haarcascade_mcs_*.xml files, which are not quite relevant anymore and yet may cause some potential licensing issues as "non-commerical"-use only
2020-05-21 23:50:03 +03:00
Alexander Alekhin
1311b05747
Merge pull request #2536 from vchiluka5:NVOF_Bug_Fixes
2020-05-20 18:11:08 +00:00
unknown
c49d0b9064
Modified Stream support functionality.
2020-05-19 19:27:45 +05:30
Alexander Alekhin
dfb6d9bf71
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2020-05-12 19:30:02 +00:00
Amy Tabb
aec1f71384
Merge pull request #2514 from amy-tabb:testCharucoCornersCollinear3.4
...
aruco: new feature testCharucoCornersCollinear() in charuco.hpp/cpp
* feature declaration + implementation
* Update charuco.hpp
Fixed parameter listing for Doxygen.
* Updated charuco.cpp
-indentation fixes
-switched order of the test for nCharucoCorners > 2 as suggested
* tests added for testCharucoCornersCollinear T/F
* fixed test to be consistent with C++98
2020-05-12 19:29:49 +00:00
Alexander Alekhin
dbda4d2a68
Merge moved code from opencv/3.4
2020-05-12 19:21:35 +00:00
Daniel Mallia
e438855470
[moved from opencv] Update tutorials tables of content for several modules
...
original commit: 4e789635c9
2020-05-08 14:22:30 -04:00
Alexander Alekhin
b098b0563b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2020-05-06 19:51:09 +00:00
Alexander Alekhin
d9e7b7f638
Merge moved code from opencv/3.4
2020-05-06 19:51:05 +00:00
Alexander Alekhin
edada8c7da
Merge pull request #2520 from catree:feat_BIMEF_doc_warning
2020-05-06 19:48:21 +00:00
catree
01d7105b7f
Add documentation warning about BIMEF implementation: it does not provide same results compared to the original MATLAB code with some degraded results for bright areas.
2020-05-03 21:21:59 +02:00
Alexander Alekhin
1062808197
Merge pull request #2518 from berak:dnn_objdetect_remove_highgui
2020-04-30 13:58:58 +00:00
Alexander Alekhin
3496967c88
Merge pull request #2035 from kyscg:fix-mismatch
2020-04-30 13:57:46 +00:00
K Yasaswi Sri Chandra Gandhi
444123e346
Fixed typo.
2020-04-29 16:23:02 +03:00
QIU Xiaochen
1b7a06c463
[moved from opencv] Merge pull request opencv/opencv#17180 from PetWorm:3.4
...
* fix Scharr nomination
original commit: cdfa58dde0
2020-04-29 09:55:59 +00:00
berak
af9e3a254a
dnn_objdetect: remove highgui header from core_detect.hpp
2020-04-29 09:19:50 +02:00
Alexander Alekhin
49dde62300
Merge moved code from opencv/3.4
2020-04-28 16:44:15 +00:00
Paul Jurczak
79041db1fa
[moved from opencv] Added to Camera constructor parameter description
...
original commit: 599a3026d1
2020-04-26 00:17:39 -06:00
Alexander Alekhin
69c8689338
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2020-04-24 18:31:24 +00:00
Alexander Alekhin
b31e55b6b5
Merge pull request #2506 from alalek:move_sift
2020-04-24 18:14:50 +00:00
Alexander Alekhin
e5f36d65fd
Merge pull request #2509 from AjitPant:aruco-doc-bug
2020-04-24 17:20:46 +00:00
Alexander Alekhin
10d42eeca3
Merge pull request #2503 from ogreen:median-reference
2020-04-24 17:19:47 +00:00
Ajit Pant
865aef83d0
Added the missing default values in documentation of aruco:DetectorParameters.
2020-04-24 19:22:26 +05:30
Alexander Alekhin
a4ca61e24d
xfeatures2d(python): compatibility cv.xfeatures2d.SIFT_create()
2020-04-23 08:44:49 +00:00
Alexander Alekhin
6d85574870
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2020-04-21 21:08:36 +00:00
Alexander Alekhin
1248735d1e
xfeatures2d: move SIFT to main repository
2020-04-21 11:22:41 +00:00
Alexander Alekhin
e92cbd0432
Merge pull request #2501 from alalek:sift_optimization_1
2020-04-21 07:36:49 +00:00
Alexander Alekhin
811f363d35
Merge pull request #2448 from catree:feat_BIMEF
2020-04-21 07:35:58 +00:00
catree
a59932b52c
Add BIMEF: A Bio-Inspired Multi-Exposure Fusion Framework for Low-light Image Enhancement.
2020-04-20 20:57:23 +02:00
Amy Tabb
66ce803849
Merge pull request #2504 from amy-tabb:charuco-localization-fix
...
aruco: test for singular matrix in _interpolateCornersCharucoLocalHom()
* fixed charuco interp bug
* coding style
2020-04-20 18:54:56 +00:00
Devansh Batra
aba93d5fd5
Merge pull request #2464 from devanshbatra04:master
...
Add Stroke Width Transform algorithm for Text Detection
* added SWTTextDetection code
* remove warnings from opencv_text compilation
* added bib for SWT Text Detection
* resolve initial pr suggestions
* change file name according to convention
* added optional OutputArray
* removed bug related to letter candidature
* added unit tests for stroke width transform text detection
* Added demo program
* made all minor edits required
* corrected findDataFilePath and removed manual allocation
* Added ArgumentParser
* corrected typo
* remove headers not allowed
* correct test case
* corrected float typecast warnings and test case
* remove final double correction and problematic test case
* test(swt): coding style
* finalminor bug corrections
2020-04-19 12:16:05 +00:00
Oded Green
1d8b6423f4
Added references to GPU median filtering algorithm
2020-04-17 08:40:49 -04:00
Alexander Alekhin
2a293da61b
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
2020-04-16 18:29:31 +00:00