Maksim Shabunin
c56efb910e
Fix clang 14 warnings
2 years ago
Alexander Smorkalov
2abfef7d08
3.4: -Wunused-but-set-variable warnings fix after XCode update with clang
2 years ago
Alexander Smorkalov
f149f26ca0
-Wunused-but-set-variable warnings fix after XCode update with clang 13.1.
2 years ago
Alexander Alekhin
95d1aa4910
obj-c: remove 'const_fix' usage
2 years ago
Alexander Alekhin
839db44377
Revert "suppress warning on GCC 7 and later"
...
This reverts commit a96a930f12
.
3 years ago
Tomoaki Teshima
a96a930f12
suppress warning on GCC 7 and later
3 years ago
Gary Allen
9d0a451bee
Merge pull request #3296 from gvcallen:4.x
...
Allow new glog in SFM CMake Project
* Allow new glog in SFM CMakeLists.txt
* Fix typo
* Fixed missing bracket
3 years ago
Alexander Alekhin
ce196ce2d6
build: eliminate build warnings
4 years ago
Vincent Rabaud
f10f4a64f7
Optimize calls to std::string::find() and friends for a single char.
...
The character literal overload is more efficient. More info at:
http://clang.llvm.org/extra/clang-tidy/checks/performance-faster-string-find.html
4 years ago
Elizarov Ilya
d706072784
Merge pull request #2620 from ieliz:goturn
...
Bounding box fixes for GOTURN tracker
* Trying to change branch from master to 3.4
* Removing unnecessary if statement
* Frame existence check is added
* Changes in GOTURN tracker for reading path to caffemodel and prototxt files in opencv_extra
* Replacing get_data_path with findDataFile and moving paths in parameters
* tracking: fix GOTURN model loading
* Fixing GOTURN memory test: paths to GOTURN files are in cv::FileNode now
* Fix
* Fix
* Fixing comments
* Deleting trailing space
* Trying to solve the problem with test
* Removing ground truth reading part in GOTURN test
* Removing trailing spaces
* Trying to fix win64/win32 issue
* Fixing problem with win32/win64
* Trying to solve issue with win32/win64
5 years ago
Kunal Tyagi
c98a434fd2
[Multi TLD] Removed early exit in case of sampling failure
5 years ago
berak
162647c023
remove CV_64F conversion in tracking sample
5 years ago
Brian Wignall
078c45633d
Fix typos
...
backport commit 8c09249352
5 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
Suleyman TURKMEN
264615b55b
Update documentation of Tracking API
6 years ago
Suleyman TURKMEN
2074cc48e5
minor changes
7 years ago
Mohammad Haghighat
6bd26d33f3
Merge pull request #1847 from mhaghighat:master
...
* Checker for empty region
* Update trackerKCF.cpp
* Update trackerKCF.cpp
* Update trackerKCF.cpp
* fix whitespace
7 years ago
tompollok
8893087432
change area() emptiness checks to empty()
7 years ago
berak
ad8cf97e9d
tracking: add a threshold to the CSRT tracker
7 years ago
Alexander Alekhin
8277ca6aae
opencv-core: avoid using of multi-argument CV_Assert()
...
replace to CV_Assert_N()
7 years ago
Alexander Alekhin
fc69aa57bc
opencv: use cv::AutoBuffer<>::data()
7 years ago
Alexander Alekhin
b8de57f8bd
cleanup unnecessary setNumThreads() calls
7 years ago
Alexander Alekhin
df483cfdc9
build: unreachable code after CV_Error()
7 years ago
Alexander Alekhin
7c9cff72fc
refactor: don't use CV_ErrorNoReturn() internally
7 years ago
Alexander Alekhin
874edea9f4
tracking: apply CV_OVERRIDE/CV_FINAL
7 years ago
Alireza Davoudi
1794ab57e4
fixed a bug in mean subtraction from target and search patches
...
As the type of `targetPatch` and `searchPatch` is CV_8UC3, subtracting 128 from them will saturate all values smaller than 128 to zero.
7 years ago
Andrej Muhič
ced5aa7606
Merge pull request #1552 from amuhic:master
...
Implementation of CSR-DCF tracker (#1552 )
* Initial commit for CSR-DCF tracker implementation
* Fixes for automatic build
* General code fixes
* Removed unused parameters. Added CSRT to automatic tests.
* Fixed VS build warnings. Fixed a bug with gray sequences.
* Fixed VS build errors for samples file.
7 years ago
Alexander Alekhin
edfdf12c31
tests: refactor test files
7 years ago
Maksim Shabunin
c99d1c3b04
Fixed several warnings produced by clang-6.0.0
7 years ago
klchang
344f84218e
Merge pull request #1484 from klchang:master
7 years ago
Vitaly Tuzov
8c394a4f2e
Updated internal calls to linear resize to use bit-exact version
7 years ago
Alexander Alekhin
57ff363389
python: 'cv2.' -> 'cv.' via 'import cv2 as cv'
7 years ago
berak
102c80a2c9
remove some non-ascii symbols
8 years ago
berak
94c09fe8c8
tracking:fix rounding and grayscale for KCF
8 years ago
Maksim Shabunin
b16d9dbcc5
Fixed several warnings produced by GCC 7
8 years ago
klchang
88847ac766
Fix the runtime bug again.
8 years ago
berak
ea6f3d1928
tracking: adding a mosse tracker
8 years ago
Vladislav Sovrasov
0c5a8e1fec
tracking: speedup NCC kernel for TLD and Median Flow
8 years ago
Vladislav Sovrasov
941865c9a1
tracking: reduce useless computations in TLD
8 years ago
Vladislav Sovrasov
62939e2937
tracking: slightly rewrite main loop in TLD
8 years ago
Vladislav Sovrasov
a0896c7bd1
tracking: update tresholds in regression tests of the TLD
8 years ago
Vladislav Sovrasov
895a9143a6
tracking: fix unitialized memory access in TLD
8 years ago
Vladislav Sovrasov
a6215264ed
tracking: eliminate code duplication
8 years ago
Vladislav Sovrasov
b8588f845f
tracking: disable OCL in TLD (kernels are slow and broken)
8 years ago
Vladislav Sovrasov
ccfd55dc7a
tracking: enable tests for TLD
8 years ago
Vladislav Sovrasov
e83871228c
TLD: fix NCC calculation
8 years ago
Vladislav Sovrasov
255de8777b
tracking: fix wrong conditions of OCL run
8 years ago
Vladislav Sovrasov
926b7af8c9
tracking: hide unused debug method in MedianFlow
8 years ago
Alexander Alekhin
27ced2cb2c
tracing: disable unused code
8 years ago
Alexander Alekhin
374e321877
build warning ( #1400 )
8 years ago