Muresan Mircea Paul
3ac150bce0
changed the pragmas to be compatible with build bot
...
Update README.md
10 years ago
Vladimir
26f16e6438
Merge pull request #1 from Auron-X/TLD_fixes_&_optimizations
...
Tld fixes & optimizations
10 years ago
Seon-Wook Park
58cecb8cf4
Use cvRound to suppress Windows warnings
10 years ago
Seon-Wook Park
964cb360de
Remove dangling N_good++
10 years ago
Seon-Wook Park
4c4331975a
Be more correct with int types
10 years ago
jiaolong_x220
f7a5bab785
added INRIA pedestrian dataset
10 years ago
Seon-Wook Park
ba0b4023c2
Apply fixes suggested by Vadim
10 years ago
Vadim Pisarevsky
11f538856e
Merge pull request #253 from lluisgomez/master
...
Fix for Bug 4074. This seems to be just a typo-error.
10 years ago
Seon-Wook Park
508092ac23
Suppress uchar conv related warning on Windows
10 years ago
Kurnianggoro
7b22105284
Split the training coefficient into numerator and denumerator
10 years ago
Seon-Wook Park
3b4d98017a
Add more doxygen comments
10 years ago
Seon-Wook Park
a8b1abcb30
Add basic perf tests for grayworld
10 years ago
Seon-Wook Park
dea8aae243
Add saturation based thresholding to grayworld WB
10 years ago
Seon-Wook Park
aaf0ffe9e0
autowbGrayworld: include+src+test+testdata+sample
10 years ago
Lluis Gomez-Bigorda
d7410500e0
Fix for Bug #3633 : do away with "quads [2][3] = 255;" The four lowest bits in each quads[i][j] correspond to the 2x2 binary patterns Q_1, Q_2, Q_3 in the NM paper [1] (see in page 4 at the end of first column). Q_1 and Q_2 have four patterns, while Q_3 has only two.
10 years ago
lluis
2dc4cd934b
Fix for Bug 4074. This seems to be just a typo-error, because the Tesseract API can handle correctly with RGB images (double-checked and it works).
10 years ago
Vladimir
1c70b5a014
Shadow Fix
10 years ago
Vladimir
237ca8172d
Fixed Warnings #3
10 years ago
Vladimir
15da808556
Fixed Warnings #2
10 years ago
Vladimir
603fb880e5
Fixed Warnings #1
10 years ago
Vladimir
303c1c507e
Fix #4
10 years ago
Vladimir
59c0798cbd
Fix #3
10 years ago
Vladimir
0c610a5e63
Fix #2
10 years ago
Vladimir
3c200866d8
Fix
10 years ago
Vladimir
2c9b8e8307
Fixed build error
10 years ago
Vladimir
85fdd13220
Fixed header
10 years ago
Vladimir
98afd5525e
Added BSD-compatible license
...
Added BSD-compatible license to some files
10 years ago
Vladimir
135cf2960d
Added test on TLD Dataset
10 years ago
Kurnianggoro
50492e9e38
Fixing the tabulation
10 years ago
Kurnianggoro
f77a46167f
Updated the support for color-names features and fixing some typos
10 years ago
Vladimir
612b7f26b5
TLD Fixes & Optimizations
...
1. TLD now have module structure
2. Made some small code optimizations
3. Fixed Ensemble Classifier according to the original paper - 10
randomized ferns
4. Added comments to most of the functions and methods
10 years ago
Muresan Mircea Paul
01d8c7b491
New stereo module created and added some relevant files for this module
10 years ago
Maksim Shabunin
844c30e8b2
Merge pull request #239 from sbokov/disparityFiltering
...
Interface and demo for disparity filtering, basic WLS implementation
10 years ago
xolodilnik
7a58653866
fast_hough_transform.hpp: temporary replace CV_EXPORTS_W with CV_EXPORTS
10 years ago
xolodilnik
b6a50e7288
HoughPoint2Line: fixed unsuccessful build
10 years ago
Vadim Pisarevsky
6123e89122
Merge pull request #247 from cbalint13/daisy
...
Bugfix Normalization / Enhance "float/double" mode queries for DAISY.
10 years ago
xolodilnik
a02af4a12b
modules/ximgproc/include/opencv2/ximgproc/fast_hough_transform.hpp moved from modules/ximgproc/include/opencv2/ximgproc.hpp
...
HoughPoint2Line returned Vec4i instead of OutputArray
10 years ago
cbalint13
cef5666fa3
Bugfix Normalization / Enhance "double" mode queries for DAISY.
10 years ago
howtobeahacker
b2f3899f35
update comments of tracker algorithm
10 years ago
Kurnianggoro
df9adff577
Fixed warning: conversion from double to int
10 years ago
Kurnianggoro
f4ba9a8baa
Fixing the ColorNames table initialization
10 years ago
Kurnianggoro
b2db444907
Added new line at end of file
10 years ago
Kurnianggoro
26962e86b4
Added error message for descriptor other than GRAY
10 years ago
Vadim Pisarevsky
d4f651ea25
Merge pull request #242 from Aljaksandr/patch-1
...
Bug fix for feature extraction
10 years ago
Vadim Pisarevsky
a08b709e16
Merge pull request #243 from cbalint13/daisy
...
BugFix & Enhance DAISY.
10 years ago
cbalint13
d3895582c7
Add back the wrapper.
10 years ago
cbalint13
a7356eb532
BugFix & Enhance DAISY.
10 years ago
Aliaksandr
d76b976012
Bug fix for feature extraction
...
According to CartToPolar() function documentation, result angles could be in range (0..360). To prevent index overflow this check is important.
10 years ago
Vadim Pisarevsky
7e0e8e72ab
Merge pull request #241 from vpisarev/30_small_fixes
...
fixed several warnings in opencv_contrib (text, xfeatures2d)
10 years ago
Kurnianggoro
efc0322ec8
Add a framework for choosing the descriptor
10 years ago