Alexander Karsakov
|
b14c314fc3
|
Fixed incorrect thread synchronizations
|
11 years ago |
Ilya Lavrenov
|
ce0557ebb8
|
fixed defects from Xcode
|
11 years ago |
Vadim Pisarevsky
|
30593ee55e
|
3rd attempt to prepare patch with improved OpenCL kernels of CascadeClassifier.
|
11 years ago |
Konstantin Matskevich
|
5c38519c65
|
some changes
|
11 years ago |
Konstantin Matskevich
|
3ea32b87bb
|
perf test
|
11 years ago |
Konstantin Matskevich
|
9a62df1650
|
HOG
|
11 years ago |
Vladislav Vinogradov
|
0c7663eb3b
|
Merge branch 'master' into gpu-cuda-rename
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
|
11 years ago |
Roman Donchenko
|
b12894d95a
|
Boring changes - objdetect.
|
11 years ago |
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
11 years ago |
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
11 years ago |
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
12 years ago |
Andrey Kamaev
|
5e048d1fa5
|
Move C API of opencv_objdetect to separate file
Also move cv::linemod to own header
|
12 years ago |
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
12 years ago |
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
12 years ago |
Andrey Kamaev
|
4ab650d15b
|
Remove gcd function from core headers
|
12 years ago |
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
12 years ago |
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
12 years ago |
Ilya Lavrenov
|
8b510ad8dc
|
sse2 hog
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
Andrey Kamaev
|
37d695a62e
|
Use gtest assertions in cascade test
This simplifies test debugging a lot
|
12 years ago |
marina.kolpakova
|
1b43b0e2df
|
move soft cascade functionality into dedicated module
|
12 years ago |
Vadim Pisarevsky
|
638c0d1bf4
|
fixed compile warnings
|
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 |
Evgeny Talanin
|
50c2f87add
|
Fix and test for #2607
|
12 years ago |
marina.kolpakova
|
e15bdea663
|
fix test for new cascade
|
12 years ago |
marina.kolpakova
|
913faf2ef4
|
fix test for a new test data
|
12 years ago |
marina.kolpakova
|
f1b4b13e64
|
perf test
|
12 years ago |
marina.kolpakova
|
3e7965a5a5
|
first debug integration of newly trained cascade
|
12 years ago |
marina.kolpakova
|
1edab12068
|
fix for negative confidence
|
12 years ago |
marina.kolpakova
|
bd9ca48fab
|
export to python/java
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
12 years ago |
marina.kolpakova
|
157ab66ab9
|
add ROI support
|
12 years ago |
marina.kolpakova
|
65543c53f6
|
update test according to resize usage
|
12 years ago |
marina.kolpakova
|
4a1c4a9862
|
soft cascade become Algorithm
|
12 years ago |
marina.kolpakova
|
ff8417db00
|
remove input frame size constraints
|
12 years ago |
marina.kolpakova
|
3cb9afb4e7
|
test update because changed Sobel Normalization
|
12 years ago |
marina.kolpakova
|
16dd09ccfc
|
move scale related parameters to SoftCascade constructor
|
12 years ago |
marina.kolpakova
|
017d970b9a
|
load SoftCascade from FileStorage
|
12 years ago |
marina.kolpakova
|
2d0fc80c95
|
use IntegralChannels class
|
12 years ago |
marina.kolpakova
|
5651743784
|
remove debug imshow from code
|
12 years ago |
marina.kolpakova
|
8e092f8b5d
|
add Detection struct to interface
|
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
|
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
|
b0b85f36f6
|
add test for soft cascade detect method
|
12 years ago |
marina.kolpakova
|
a54d456ad0
|
parse soft cascade from xml
|
12 years ago |
marina.kolpakova
|
9966d7feba
|
add structures for cascade representation
|
12 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
12 years ago |