Alexander Alekhin
3ae0e1256c
Merge pull request #2364 from paroj:ovisup
6 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)
6 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
Alexander Alekhin
91859e8112
Merge pull request #2320 from xerus:separate
6 years ago
Alexander Alekhin
abfcde006f
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
2d0c8a4f85
Merge moved code from opencv/3.4
6 years ago
si40wiga
e67653eafc
Merge pull request #2296 from si40wiga:fsr-inpaint
...
* new algorithm Rapid Frequency Selective Reconstruction (FSR) added
* fix compiler warning
* applied changes suggested in alalek's review
* fix trailing whitespace
* xphoto: update inpaint() test
* fix pre-processing of error mask
* xphoto: move inpainting FSR algorithm into a separate file
* xphoto: cleanup inpaining documentation
* xphoto: inpainting fsr - avoid uninitialized values
6 years ago
Gael Colas
277c4be95a
[moved from opencv] Merge pull request opencv/opencv#15821 from ColasGael:colasg-viz-color
...
Fix wrong definition of viz::Color::navy()
original commit: e65b51ca3c
6 years ago
Alexander Alekhin
cd95a5f029
Merge pull request #2312 from kokerf:master
6 years ago
ab-dragon
e45887e1c0
Merge pull request #2301 from ab-dragon:conditionally_compute_dog_pyramid
...
Build DoG Pyramid if useProvideKeypoints is false
The buildDoGPyramid operation need not be performed unconditionally. In cases where it is not needed, both memory and speed performance can be improved
6 years ago
kokerf
20e17e51db
fix memset error in CombinedDescriptor
6 years ago
Pavel Grunt
cef011adf6
ovis: s/seperate/separate/g
6 years ago
Pavel Grunt
ba08dbbef8
s/seperate/separate/g in comments
6 years ago
Alexander Alekhin
7d7312a99a
Merge remote-tracking branch 'upstream/3.4' into merge-3.4
6 years ago
Alexander Alekhin
94d1b9bcd8
Merge pull request #2316 from alalek:core_tls_handle_thread_termination
6 years ago
Alexander Alekhin
7899b4998a
Merge pull request #2315 from alalek:issue_contrib_2279
6 years ago
Alexander Alekhin
daa2448466
text: filter CNN detection results
...
- instead of validation checks
6 years ago
Alexander Alekhin
3e9ebc4b01
Merge pull request #2310 from paroj:ovisup
6 years ago
Pavel Rojtberg
e639c8ef9a
ovis: correctly destroy additional windows
6 years ago
Deni
229cd72911
Merge pull request #2309 from deni64k:master
...
Fix memory corruption in RgbdPlane
* Fix memory corruption
* Use divUp instead of explicit rounding up integer division
* rgbd: add test
6 years ago
Pavel Rojtberg
20dbe789ad
ovis: add PF_DEPTH32F read-back support
6 years ago