marina.kolpakova
296aa8854c
fix hog channels
12 years ago
marina.kolpakova
efd2615844
fix floating point bug
12 years ago
marina.kolpakova
765dea9ddf
fix bugs in the soft cascade detect method; add options for debug logging
...
- WITH_DEBUG_OUT for logging cascade scales
- DEBUG_STORE_IMAGES for xml matrix serialization
- DEBUG_SHOW_RESULT to see detection result
12 years ago
marina.kolpakova
ba27d89173
add feature rescaling according to Dollal's paper FPDW
12 years ago
marina.kolpakova
8d90b973b0
add detectAt to soft cascade
12 years ago
marina.kolpakova
801368ee82
refactoring
12 years ago
marina.kolpakova
6f53be4102
shrinking before integral calculation
12 years ago
marina.kolpakova
dc74ce20ab
OpenCV friendly xml format for soft cascade
12 years ago
marina.kolpakova
c04725b681
add apply cascade method
12 years ago
marina.kolpakova
695827050f
Integral images for ICF
12 years ago
marina.kolpakova
b0b85f36f6
add test for soft cascade detect method
12 years ago
marina.kolpakova
f01c5d9033
compute scales pyramid
12 years ago
marina.kolpakova
a54d456ad0
parse soft cascade from xml
12 years ago
marina.kolpakova
fe2c38be80
add method to fill soft cascade
12 years ago
marina.kolpakova
7290d8576d
add ICF feature
12 years ago
marina.kolpakova
fb113e5ce4
scale pyramid calculations
12 years ago
marina.kolpakova
9966d7feba
add structures for cascade representation
12 years ago
marina.kolpakova
108fd169f7
dummy soft cascade
12 years ago
Vladislav Vinogradov
beb377b38c
gpu implementation of Dual TV-L1 Optical Flow
12 years ago
Vadim Pisarevsky
9a08b7be45
fixed compile problem with the old Xcode (<4.5)
12 years ago
Andrey Kamaev
4a2f626d85
Remove "-rc" suffix from version
12 years ago
Andrey Kamaev
dbb5a32453
Use Tegra version of cv::FAST
12 years ago
Vadim Pisarevsky
42471c082f
possibly fixed compile errors in GPU module on Windows
12 years ago
marina.kolpakova
97cab339d2
fix Connected Components Labeling test crash
12 years ago
Kirill Kornyakov
1c77f0abfe
Rewrote abs documentation without funcx, so now :ocv:funcx: is used only for operator()
12 years ago
Kirill Kornyakov
2efd9b6ad7
Fixed a couple of minor issues in Javadocs
12 years ago
marina.kolpakova
7a5b9a6b7f
replase __APPLE__ marco with __clang__
12 years ago
LeonidBeynenson
02646427fb
Fixed arguments of the function calcOpticalFlowSF.
12 years ago
Vadim Pisarevsky
d9d4e8df6f
fixed bugs #2300 (Vector::dot) and #2467 (build with Xcode 4.5 with --stdlib=libc++)
12 years ago
Andrey Kamaev
e3be5f138a
Fixed sanity checks in several performance tests
12 years ago
Alexander Smorkalov
34896529d5
Review comments applied.
12 years ago
Andrey Kamaev
fd4909360f
Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library.
12 years ago
Andrey Kamaev
7267d518d5
Fix build in Visual Studio 2005
12 years ago
Alexander Smorkalov
a1a2cb0aeb
OpenCV Samples testing problems fixed:
...
Memory leak in color-blob-detection sample fixed;
Default face size in face-detection is set to 20%;
Error handling improved;
Some possible mat leak fixed;
Manager verison and engine interface version incremented to fix incompatibilities;
Docs updated;
12 years ago
Vadim Pisarevsky
849a8c8d20
fixed many errors in warnings in rst docs; added ocl module description (by Niko Li)
12 years ago
NikoKJ
2045c85ad5
a minor bug fix for brute force
12 years ago
Vadim Pisarevsky
adc1d94e95
updated patch for tests; reenabled SURF & Denoising; removed fixes in ocl tests, since this is already fixed in another pull request
12 years ago
alexandre benoit
08ff5f92f4
minor updates for doc redirections and tutorial images size
12 years ago
Alexander
b0106ca25e
Test data form features2d updated.
12 years ago
NikoKJ
9ccdd17376
eliminate all the warnings on win32 and win64
...
add a new function abssum
fix the bug of test and perf because someone remove non-free module from cmakelist.txt
12 years ago
Vadim Pisarevsky
63bd6f9adf
fixed compile errors in ocl tests; disabled a few problematic tests
12 years ago
morozov.andrey
e0cfc0ccf5
fixed bug with incorrect syntax in CommandLineParser
12 years ago
Andrey Kamaev
ad982f4ed6
Turn off video IO perf tests on Android
12 years ago
Andrey Kamaev
fcad269e53
Specify sanity threshold for WarpPerspective perf test
12 years ago
Andrey Kamaev
84934f7bfc
Fix SHORT data type support in Algorithm
...
* typo in Algorithm::addParam for 'short' data type which results in segmentation fault on ARM
on attempt to set type property for FAST using setter inherited from Algorithm
* added short type support to read/write methods
* improved some error messages
12 years ago
Alexander Smorkalov
83d8bc8c55
Tutorial 1 updated. Execution time camera switching implemented.
...
Some unification done to simplify camera switching.
12 years ago
Alexander Smorkalov
016b2cadb0
Issue 2473 Service connection leak in OpenCV Manager installation waiting fixed.
...
Some code refactoring done.
12 years ago
Alexander Smorkalov
9217095955
Issue 2472 Android samples crash on Camera.StartPreview on Android 4.1 fixed.
12 years ago
Andrey Kamaev
63397e825c
Cleanup CMakeLists.txt of ocl module
12 years ago
Vladislav Vinogradov
8db5b7d7d4
fixed warnings under Windows
12 years ago