yao
568b935246
remove a warning on Linux
...
fix a error in doc
12 years ago
LeonidBeynenson
b85a098d9c
Added float, uint64, and uchar params to Algorithm
...
Made changes to work in cv::Algorithm with parameters of these types.
Also fixed SimpleBlobDetector -- now it can be created by
cv::Algorithm::create and it can work with cv::Algorithm::set/get.
12 years ago
Alexander Smorkalov
3ef588b877
onCameraFrame callback signature changed. CvCameraFame interface added.
...
New interface allows to get one RGBA or Gray frame from camera or both in the same time;
New interface fixes data rase in samples also.
12 years ago
Sergei Nosov
c0e3d48ebc
stricter eps for normed methods
12 years ago
Andrey Kamaev
3c39e146a3
Make parallel video writer test pass if compiled without threading support
12 years ago
Vincent Rabaud
d235c3a678
define the default remapping in the right scope
12 years ago
Vincent Rabaud
0b1599d88a
write documentation for BRISK
12 years ago
yao
9711ef6dee
blend use vector to optimize
12 years ago
Sergei Nosov
15d0484485
matchTemplate perf tests added
12 years ago
Sergei Nosov
c768731e89
enable Tegra optimizations
12 years ago
yao
a639a1ae5c
add setDeviceEx interface
...
simplify the logic of save binary
12 years ago
yao
3c5cb4931e
simplify the kernel logic when using rect kernel or without ROI
12 years ago
Andy Maloney
ac8744af6a
No need to check vector size before clear()
12 years ago
Andy Maloney
c8cad0857e
Remove unused constructor
...
Add checks for valid values
Fix wording on some errors
12 years ago
Andy Maloney
b79e8053c1
Check memory allocation
...
Declare vars as locally as possible
12 years ago
Andy Maloney
b497380a68
Check memory allocation
...
Initialize local variables
12 years ago
Andy Maloney
3154cdf8ac
Fix subtle bug when src & dst agree on sparsity but have different dimensions
...
Remove unused var "total"
Declare vars as locally as possible
12 years ago
Andy Maloney
bc68dfb4e8
Remove unused vars
12 years ago
Andrey Kamaev
0cd8684ade
Fix setting of FPS after frame width and height with DShow cameras
...
Issue #2114
12 years ago
Andrey Kamaev
6f1961031c
Update regression checks in Java test
...
This follows SURF changes in 1f261c2
12 years ago
LeonidBeynenson
87b0126e0d
Fixed dummy warning.
12 years ago
Alexander Smorkalov
25086ed257
Smartek Giganetix Cameras support (Patch #2192 ) integrated.
12 years ago
LeonidBeynenson
013d54c230
Changed types of some variables from int64 back to int.
...
Also corrected some indexes to be size_t.
12 years ago
Vadim Pisarevsky
51eba617a8
a part of PR269 (parallelization of several functions) by Alexander Mordvintsev
12 years ago
Vadim Pisarevsky
638c0d1bf4
fixed compile warnings
12 years ago
Ilya Lysenkov
b24e4bddb1
Documented the TermCriteria class ( #2560 )
12 years ago
Ilya Lysenkov
7745c8806c
Added info() method in descriptor matchers ( #2330 )
12 years ago
Ilya Lysenkov
098ea6fcb7
Checked key_size in LSH table for validness ( #2677 )
12 years ago
Ilya Lysenkov
1becbd9fcc
Added a test for invalid key sizes in LSH tables
12 years ago
Vadim Pisarevsky
50299c1d5e
disabled the use of SSE4 instructions as well to make the code compatible with the old Intel and AMD chips
12 years ago
Vadim Pisarevsky
18039d7829
added test for the old cvHaarDetectObjects. disabled AVX optimization in haar.cpp. it should cover tickets #2534 , #2591 , #2669
12 years ago
Vadim Pisarevsky
54e0765d80
yet another minor fix in cv::transpose()
12 years ago
Vadim Pisarevsky
7ca38d63d9
fixed failure of the C++ test for estimateAffine3D
12 years ago
LeonidBeynenson
6de422701a
Made changes to allow ml module to work with big data.
12 years ago
Andrey Kamaev
55b90d7bae
Modify decode_tile16384x16384 test to not fail when available memory is not enough for test
12 years ago
Daniil Osokin
fe5b9df45f
Fixed multiple issues in docs (bug #2410 )
12 years ago
Vadim Pisarevsky
79e278c008
applied patch #2587
12 years ago
Anna Kogan
ed4c687d45
Increased time limits, eliminated extra params
12 years ago
Vadim Pisarevsky
82b6419d12
added tests for fast (ticket #2613 ) and estimateAffine3D ( #2375 )
12 years ago
Andrey Kamaev
e3b45910aa
Temporary disable unstable Features2d_RotationInvariance_Detector_SIFT test
12 years ago
Andrey Kamaev
e63b4591ff
Suppress clang build warning
12 years ago
Andrey Kamaev
4f1913ed26
Correct tolerance value for sanity checks with ERROR_RELATIVE
...
Use min/max bounds instead of local value to calculate acceptance threshold.
Threshold based on local values somethimes does not work because cancellation
of big values may produce error bigger than local value.
12 years ago
Vadim Pisarevsky
abd9675a99
fixed bugs #1718 , #2375 ; attached the new tests to test.py.
12 years ago
Evgeny Talanin
50c2f87add
Fix and test for #2607
12 years ago
Andrey Kamaev
2d6253609c
Fix truncation of fourcc value in dshow capture property setter (bug #2535 )
...
Added test checking that all valid fourcc values are converted properly
12 years ago
marina.kolpakova
8b3c717e8f
apply patch #2686
12 years ago
marina.kolpakova
5b03d47fb8
fix broken links in cascade classification documentation
12 years ago
Vadim Pisarevsky
1f261c2f9d
changed default parameters of SURF, which improved its performance. Restored bi-linear interpolation in SURF descriptor extractor. Added test for SURF homography + check for non-zero (positive) responses.
12 years ago
Alexander Smorkalov
5bc6365ba5
TestCheckVector java test fixed. Warning fixed.
12 years ago
Andrey Kamaev
f489eb9a5d
Fix build warnings in OpenCL samples
12 years ago