marina.kolpakova
8e092f8b5d
add Detection struct to interface
13 years ago
marina.kolpakova
754fd7311b
improve pointer usage
13 years ago
marina.kolpakova
2914f24521
improve cpu version of SoftCascade:
...
- remove division
- remove cvRound
- cache feature area
13 years ago
marina.kolpakova
2d2c46e717
add const qualifier to detectMultiScale method
13 years ago
marina.kolpakova
9771c3c7ec
remove Mat copying
13 years ago
marina.kolpakova
0ff8a4633d
remove pow calculations
13 years ago
marina.kolpakova
cc300a69b1
add perfomance test for CPU soft cascade
13 years ago
marina.kolpakova
26af7d7389
refactor logs
13 years ago
marina.kolpakova
b6081438fa
clean code
13 years ago
marina.kolpakova
296aa8854c
fix hog channels
13 years ago
marina.kolpakova
efd2615844
fix floating point bug
13 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
13 years ago
marina.kolpakova
ba27d89173
add feature rescaling according to Dollal's paper FPDW
13 years ago
marina.kolpakova
8d90b973b0
add detectAt to soft cascade
13 years ago
marina.kolpakova
801368ee82
refactoring
13 years ago
marina.kolpakova
6f53be4102
shrinking before integral calculation
13 years ago
marina.kolpakova
dc74ce20ab
OpenCV friendly xml format for soft cascade
13 years ago
marina.kolpakova
c04725b681
add apply cascade method
13 years ago
marina.kolpakova
695827050f
Integral images for ICF
13 years ago
marina.kolpakova
b0b85f36f6
add test for soft cascade detect method
13 years ago
marina.kolpakova
f01c5d9033
compute scales pyramid
13 years ago
marina.kolpakova
a54d456ad0
parse soft cascade from xml
13 years ago
marina.kolpakova
fe2c38be80
add method to fill soft cascade
13 years ago
marina.kolpakova
7290d8576d
add ICF feature
13 years ago
marina.kolpakova
fb113e5ce4
scale pyramid calculations
13 years ago
marina.kolpakova
9966d7feba
add structures for cascade representation
13 years ago
marina.kolpakova
108fd169f7
dummy soft cascade
13 years ago
Vadim Pisarevsky
9a08b7be45
fixed compile problem with the old Xcode (<4.5)
13 years ago
Andrey Kamaev
4a2f626d85
Remove "-rc" suffix from version
13 years ago
Andrey Kamaev
dbb5a32453
Use Tegra version of cv::FAST
13 years ago
Vadim Pisarevsky
42471c082f
possibly fixed compile errors in GPU module on Windows
13 years ago
marina.kolpakova
97cab339d2
fix Connected Components Labeling test crash
13 years ago
Kirill Kornyakov
1c77f0abfe
Rewrote abs documentation without funcx, so now :ocv:funcx: is used only for operator()
13 years ago
Kirill Kornyakov
2efd9b6ad7
Fixed a couple of minor issues in Javadocs
13 years ago
marina.kolpakova
7a5b9a6b7f
replase __APPLE__ marco with __clang__
13 years ago
Vadim Pisarevsky
d9d4e8df6f
fixed bugs #2300 (Vector::dot) and #2467 (build with Xcode 4.5 with --stdlib=libc++)
13 years ago
Andrey Kamaev
e3be5f138a
Fixed sanity checks in several performance tests
13 years ago
Alexander Smorkalov
34896529d5
Review comments applied.
13 years ago
Andrey Kamaev
fd4909360f
Remove windows.h include from opencv2/core/internal.hpp to avoid conflicts with TBB library.
13 years ago
Andrey Kamaev
7267d518d5
Fix build in Visual Studio 2005
13 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;
13 years ago
Vadim Pisarevsky
849a8c8d20
fixed many errors in warnings in rst docs; added ocl module description (by Niko Li)
13 years ago
NikoKJ
2045c85ad5
a minor bug fix for brute force
13 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
13 years ago
alexandre benoit
08ff5f92f4
minor updates for doc redirections and tutorial images size
13 years ago
Alexander
b0106ca25e
Test data form features2d updated.
13 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
13 years ago
Vadim Pisarevsky
63bd6f9adf
fixed compile errors in ocl tests; disabled a few problematic tests
13 years ago
morozov.andrey
e0cfc0ccf5
fixed bug with incorrect syntax in CommandLineParser
13 years ago
Andrey Kamaev
ad982f4ed6
Turn off video IO perf tests on Android
13 years ago