Tobias Senst
40b238b01d
Merge pull request #2367 from tsenst:add_robust_interpolation_of_correspondence
...
Add RIC method for sparse match interpolation
* * add RIC
* 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
* * add RIC citation
* * update EdgeAwareInterpolatorImpl
* * add intermediate RIC implementation
* * implementation of new paralelization classes. First test where sucessfull.
* * update documentation RICInterpolatorImpl and RLOF
* * update CMakeLists.txt remove highgui
* add test for RIC
* add ASSERTION for curr image
* * add cost map interface
* * fix internal cost map allocation bug
* * remove white spaces
* fix warnings
* *fix compiler warnings
* * remove double whitespaces
* underscore from parameters
* substitute parallel_for_() classes with lambda functions
* remove complex assertion statements
* remove dead code
* substitute swap function with std::swap()
* ocv_define_module now contains video instead of tracking module
* * remove whitespace endings
* * documentation update
* * remove double declarations that lead to warnings
* * unrole tracker.py
* remove double space
* use static for inner functions
* update create function
* modify mem init. to avoid manual memory management
* * uncomment parallel_for_ for parallelization
* * unrole unwanted changes
* uncomment paralellization
* * remove empty comment
* change CHECK to CHK_GD
* remove not necessary ;
* *documentation remove double space
5 years ago
Alexander Alekhin
cacec38ec1
Merge pull request #2380 from cudawarped:patch_cudacodec_memory_leak
5 years ago
Alexander Alekhin
83ad5c6383
Merge pull request #2378 from bansan85:master
5 years ago
cudawarped
7cb627a372
Patch cv::cudacodec::createVideoReader() memory leak until cudacodec can be updated to miirror NVidia example code.
5 years ago
LE GARREC Vincent
9bc0d8d0b4
Fix compilation with +cuda -optflow
5 years ago
Alexander Alekhin
7011e1b1cb
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
5 years ago
Alexander Alekhin
d01edbd66b
Merge pull request #2375 from alalek:backport_contrib_2369
5 years ago
Alexander Alekhin
a89f104d19
Merge pull request #2374 from alalek:backport_contrib_2372
5 years ago
Lizeth Huertas
5efd1e2f5f
shift corner positions to the correct rotation
...
backport commit 13f7637585
5 years ago
Alexander Alekhin
cde48f4c0f
Merge pull request #2373 from alalek:issue_15990
5 years ago
Alexander Alekhin
d0d86695f8
Merge pull request #2369 from bwignall:typo
5 years ago
Brian Wignall
078c45633d
Fix typos
...
backport commit 8c09249352
5 years ago
Alexander Alekhin
dc1934410a
Merge pull request #2372 from szk1509:invMarkerCorner
5 years ago
cudawarped
7cbe83f217
Merge pull request #2362 from cudawarped:fix_cudacodec_python
...
Fix cudacodec::VideoReader::nextFrame python bindings
* Signla to python bindings generator that nextFrame's OutputArray is a GpuMat.
Also remove duplicate test in cudacodec
* cudacodec: drop CV_GPU, wrap GpuMat only
* Make it explicit that frame in nextFrame is GpuMat and cannot be multiple types as implied by OutputArray
5 years ago
Lizeth Huertas
13f7637585
shift corner positions to the correct rotation
5 years ago
Alexander Alekhin
d930ad9c77
rgbd: don't use CV__ENABLE_C_API_CTORS
5 years ago
Brian Wignall
8c09249352
Fix typos
5 years ago
Alexander Alekhin
763a451654
Merge pull request #2365 from malfet:dont-use-VLA
5 years ago
Alexander Alekhin
3ae0e1256c
Merge pull request #2364 from paroj:ovisup
5 years ago
Nikita Shulga
42e049278b
Do not use VLA in dynafu.cpp
...
VLA is part of C99, but still not part of C++ standard
Replace float variable-length-arrays with unique_ptr arrays (which are
part of C++14)
5 years ago
Pavel Rojtberg
8f2b705d0e
ovis: implement setting diffuse color
6 years ago
Pavel Rojtberg
8a8d609afa
ovis: drop several workarounds for old OGRE versions
...
not needed since we require OGRE 1.11.5 via CMake
6 years ago
Alexander Alekhin
c9514b8049
Merge pull request #2358 from paroj:ovisup
6 years ago
Alexander Alekhin
6a9555886e
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Pavel Rojtberg
647e79cfcc
ovis: addResourceLocation - assert pre-condition
6 years ago
Pavel Rojtberg
3604786e6b
ovis: add support for off-screen windows
6 years ago
Alexander Alekhin
e70a4c423b
Merge pull request #2355 from czgdp1807:pr-2341-follow-up
6 years ago
czgdp1807
854d33bca9
shifted constructor and destructor definitions
6 years ago
Alexander Alekhin
dff1422532
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Gagandeep Singh
b3ad2c323d
Merge pull request #2341 from czgdp1807:issue-2277
...
Added constructors and destructors for RgbdPlane
* declared constructors and destructors of RgbdPlane
* definitions written
* tests for python bindings added
6 years ago
Alexander Alekhin
c5e0fa982d
Merge pull request #2353 from alalek:python_fix_arginfo
6 years ago
cudawarped
53b9880f8e
Merge pull request #2180 from cudawarped:example_fix_for_cudacodec
...
OpenCV fix 14774 breaks cudacodec
* Example to describe comilation issue
* Added required changes, builds with -DWITH_FFMPEG=ON|OFF
* Working with standard ffmpeg cap.
* Changed cudacodec to use new retrieveRaw() function, to retrieve the raw encoded bitstream, from the videoio module instead of its own implementation.
* Fix cv::cudacodec::VideoWriter
* Update to use VideoContainer
* Remove header used in testing
* Remove warning
* remove dependence on redundant ffmpeg codecs
* cudacodec: use .set(CAP_PROP_FORMAT, -1) to extract RAW streams
* whitespace
* addressed alalek's comment
6 years ago
Alexander Alekhin
35972a1ec4
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
d1fc1c64d4
Merge pull request #2342 from alalek:issue_9863
6 years ago
Alexander Alekhin
62c969dd97
Merge pull request #2349 from alalek:fix_contrib_2346
6 years ago
Alexander Alekhin
47de8dd38f
python: force using of ArgInfo
6 years ago
Alexander Alekhin
10828884ec
Merge pull request #2347 from alalek:build_gcc_9
6 years ago
Alexander Alekhin
ad8f00017a
typo
6 years ago
Alexander Alekhin
22f0ea0cb3
ximgproc: avoid data race in StructuredEdgeDetection::detectEdges()
6 years ago
Alexander Alekhin
4c5f06128b
build: GCC9 compilation
6 years ago
Alexander Alekhin
64961f3794
Merge pull request #2332 from si40wiga:fsr-tutorial
6 years ago
Alexander Alekhin
863d6ad391
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
anna
35de0aa7ca
add short tutorial
6 years ago
Alexander Alekhin
fa50918ea3
Merge moved code from opencv/3.4
6 years ago
RAJKIRAN NATARAJAN
6ae9809b2e
Merge pull request #2178 from saskatchewancatch:opencv_contrib_edgeboxes_testimage
...
Add test for ximgproc/edgeboxes and fix up Python sample to work with returning scores
* Test for Edgeboxes implementation
* Fix and enhance edgeboxes_demo.py
* Make double literal a float literal
* Address review feedback
6 years ago
Gagandeep Singh
61cbb44539
Merge pull request #2336 from czgdp1807:issue-2333
...
* corrected scope of CV_Error()
* removed the return statement
6 years ago
Alexander Alekhin
3146e4a46d
Merge pull request #2335 from paroj:ovisup
6 years ago
Pavel Rojtberg
29d8e6854f
ovis: add createTriangleMesh method
...
to create a mesh from arbitrary sources
6 years ago
Alexander Alekhin
f452bd49e4
update tests (gaussianBlur fix)
6 years ago
czgdp1807
7a0ddd820a
[moved from opencv] removed typo
...
original commit: 07ef08e966
6 years ago