dnandha
6810e6c894
ovis: add methods (+ sample) for setting entity animations
...
ovis: add methods (+sample) to play/stop animations
ovis: add entity property and according function override
ovis: fix overloaded method wrap aliases
ovis, samples: add animation to ovis demo
ovis: consolidate setting entity property
6 years ago
Pavel Rojtberg
adeae9972d
ovis: fix build of cpp example, which depends on aruco
6 years ago
RAJKIRAN NATARAJAN
fc979a85ba
Merge pull request #2152 from saskatchewancatch:issue-2060
...
* issue-2060: implement ability to return scores for edgeboxes implementation
* issue-2060: address feedback to add some foolproofing
6 years ago
dnandha
a05d30e419
ovis: add cpp samples
...
ovis, aruco_ar_demo, remove trailing whitespace
6 years ago
James Bowley
66aba496f1
Add missing codecs to cudacodec which uses Nvidia Video Codec SDK including checks to ensure codec used in input video file is supported on the current device.
...
Re-enable cudacodec performance test.
6 years ago
lichun
9267b4850d
push frame when videoCapture opened
6 years ago
Pavel Rojtberg
b2f082775e
aruco: simplify code by using lambdas
6 years ago
Ahmed Ashour
cd7276f41f
Merge pull request #2131 from asashour:param
...
* doc: fix return parameter for void method
* docs: add missing parameter description
6 years ago
Rostislav Vasilikhin
a1d873092f
Merge pull request #2133 from savuor:kinfu_truncate
...
KinectFusion: several updates (#2133 )
* truncateThreshold added
* demo updated for RealSense
* first Kinect2, then RealSense
* more distance-based parameters
6 years ago
Ahmed Ashour
55f389e8fa
[moved from opencv] java: generated code to have javadoc
...
original commit: 5c56b8ce92
6 years ago
Andrew
81b61652cc
Added a fix for issue 2102.
6 years ago
Lizeth Huertas
ffd13f9263
Merge pull request #2055 from szk1509:detectionInvertedMarker
...
* added detection of inverted Markers, tests included
* corrections added, default preserved, identation, var, comment
6 years ago
mehlukas
724b3c0c9f
Merge pull request #2120 from mehlukas:3.4-addbgsegm
...
Move background subtraction python tutorial to proper location (#2120 )
* add tutorial from OpenCV-Python Tutorials
* remove trailing whitespace
* remove MOG2 part
* add cross-link to MOG2 tutorial
6 years ago
LaurentBerger
a6d4573213
add glog_library to correspondence cmakelists.txt
6 years ago
Krutika Bapat
9005e9ea7e
Merge pull request #2000 from krutikabapat:master
...
Incomplete sentence corrected. Resolves Issue #1997 (#2000 )
* Incomplete sentence corrected. Issue #1997
Resolves Issue #1997
``` FaceRecognizer::train(InputArrayOfArrays src, InputArray labels); ```
The type `InputArray` can accept `vector<T>` or `Mat` types as mentioned here: https://docs.opencv.org/3.4/d4/d32/classcv_1_1__InputArray.html
* Trailing whitespaces problem resolved
6 years ago
Alexander Alekhin
983e4c1379
sfm: fix build with eigen
6 years ago
Suleyman TURKMEN
5e254cff81
Update fld_lines.cpp
6 years ago
clunietp
24cd5e21a1
Merge pull request #2113 from clunietp:quality-refactor
...
* Simplified quality API
* Compilation fixes
* test fixes
* Test updates
* Test fixes
* Fixed brisque data file location for install, test
* Increase error epsilon to account for multiple architectures
6 years ago
tegusi
5101dcc45a
Fix python version face landmark detector
6 years ago
Rostislav Vasilikhin
5eaa25c950
Merge pull request #2106 from savuor:kinfu_fix_ocl
...
KinFu: try to fix OCL fails (#2106 )
* some TODOs closed
* temporary turn on NaNs patching
* reverted
* temporary debug code added
* more debug code
* inf check; more debug code
* debug code in kernel
* debug code, try to disable some optimizations
* -cl-fast-relaxed-math option removed, debug code removed
6 years ago
Alexander Alekhin
aa04285d13
videostab: fix CUDA build
...
reverts CUDA related stuff of commit ff0167b981
6 years ago
sebastian
ff0167b981
Added an option to mask features used for videostabilization
6 years ago
Tobias Senst
7ac648c2bd
Merge pull request #2097 from tsenst:robust_optical_flow_fix
...
optflow: RLOF fixes (python-binding, status flag, flat textures) (#2097 )
* * Bugfix for python-binding related to issue #2094 . Copying the prevPtsMat to prevPoints was broken, when using python-binding.
* * Connect the blurred image correctly to CROSS support region segmentation. This allows to compute more robust support region shapes. Commit refers to issue #2094 .
* * Bugfix to avoid the unintended assertion on flat textures discussed in issue #2094 .
* * Bugfix on SparseRLOFOpticalFlow status was wrongly to to 0 if forward backward error < threshold, which is wrong. Inequation has been corrected. Refers to in issue #2087 .
* small documentation changes
* bugfix on assertions and small test changes
6 years ago
Alexander Alekhin
3761c56542
shape: remove duplicate python test
6 years ago
Alexander Alekhin
8fce7e9fa7
optflow: fix RLOF SR_CROSS check
6 years ago
bitsun
c7f2e2a2bb
Merge pull request #2074 from bitsun:master
...
* fix rectifyPatch bug when patch orientation is not extracted
6 years ago
Alexander Alekhin
fa4ef14cd6
cmake: use ocv_check_modules()
6 years ago
berak
5bf98275f4
optflow: add a check for 3 channel images for sparse RLOF
6 years ago
Alexander Alekhin
429418ebea
text: fix build on windows
...
avoid broken min/max macros from tesseract headers
6 years ago
Pavel Rojtberg
0f030dd002
aruco: forward drawAxis to drawFrameAxes
6 years ago
Pavel Rojtberg
310ca2b4a3
ovis: addResourceLocation - only retain unique locations
6 years ago
Julian Seuffert
826b77e567
ximgproc: Fix support for CV_32F WLS Filter
...
If the disparity maps have the depth CV_32F, they are wls-filtered
in `DisparityWLSFilterImpl::filter` but the result is not saved in the
OutputArray of the method. Now, the result is copied to that array.
6 years ago
shimat
9a5f442dd4
fix SuperResolution::getLabmda/setlabmda typo
6 years ago
JoeHowse
b7e785233c
Merge pull request #2046 from JoeHowse/master
...
Minor changes to the quality module to support Visual Studio 2013 (#2046 )
* quality: revise syntax to support Visual C++ 2013
* quality: changes to standardize constness between Visual C++ 2013 and other compilers
6 years ago
clunietp
ebad13e0ba
Updated to use OpenCV ML, removed libsvm. Updated model, tests and documentation. Provided cpp samples for model training and evaluation.
...
Fixes for warnings
Improved BRISQUE documentation
Fixed documentation typo
6 years ago
kushashwa ravi shrimali
4c2f5135dd
BRISQUE commit
...
Minor edits
minor edits
double* to vector<data>
Updates: BRISQUE and Python
Added BRISQUE and Python Samples
Minor edits
Final edits: BRISQUE
Final edits: BRISQUE
Copyright notice added
deleted .vscode
Warnings rectified. Added CV_Assert
Final Commit: BRISQUE
Removed whitespaces. Corrected array initializations and override warnings
Removed whitespaces
Resolved array initialization
Override warning
Mac build resolved
Added bibliography and corrected Mac/Android/iOS warnings
Rollback changes
Added BRISQUE bib
Solves Mac/iOS/Android warnings
Removed trailing whitespaces
Updated sample code for BRISQUE C++
Fixes for Win32, Win64
Warnings removed
trailing whitespaces
Trailing whitespace removed
6 years ago
clunietp
476167ed81
BRISQUE initial commit
...
Set BRISQUE expected scores from original impl
Added BRISQUE models and interface, test methods
[alalek] drop changes from libsvm files
6 years ago
Pavel Rojtberg
5ed21bb2ea
ovis: document the supported environment variables
6 years ago
Richard Veale
02645345c3
[moved from opencv] Merge pull request opencv/opencv#13695 from flyingfalling:3.4
...
* Fixed bug that made cuda::filter give corrupted output when different filters called in different threads. This was due to use of global texture variable shared by all filters.
* REV: fixed tab issue for opencv coding style...
original commit: 8158e5b7a0
6 years ago
Pavel Rojtberg
f23d1e9c16
ovis: allow disabling VSYNC - useful in multiwindow scenarios
...
or with batch rendering
6 years ago
Namgoo Lee
90d1627194
[moved from opencv] Move Ptr-related code from lut.cu to lut.cpp
...
original commit: a54affeb8d
6 years ago
utkarshg6
bc0e250216
Changed mismatch grayscale to image with 3 channels
6 years ago
Hamdi Sahloul
e5763fae4b
A pythonic interface for surface_matching module
6 years ago
Tomoaki Teshima
a6b3254db9
fix test failure of CUDA_ImgProc
...
* update the coefficient value
6 years ago
Alexander Alekhin
1756e82bdd
bindings: backport generator from OpenCV 4.x
6 years ago
Namgoo Lee
02b3d77b7b
[moved from opencv] CUDA 10.1 Build Issue Fix
...
original commit: 5a2faab2e6
6 years ago
Hamdi Sahloul
4e3c8189a5
Fix enum wrapper
6 years ago
Alexander Alekhin
e990caef8d
line_descriptor: remove code with conflict license
6 years ago
Maksim Shabunin
b6767ccc43
Merge pull request #2011 from mshabunin:enable-narrowing-warning
...
* Fixed type narrowing issues
6 years ago
Namgoo Lee
cade19501f
[moved from opencv] cudev - Rework some code
...
- Use shfl_down, instead of __shfl_down, on warp scan
- Remove race conditions
original commit: 2b6be3cb0f
6 years ago