lluis
d25309f82e
first parameter of createERFilterNM1/createERFilterNM2 is now mandatory. changed the sample program to use the new prototypes
11 years ago
lluis
75fdfba281
renamed getDefaultClassifierNM{1,2}() to loadClassifierNM{1,2}() and added "const std::string& filename" parameter (mandatory).
11 years ago
lluis
95d92c099c
functions getDefaultClassifierNM1() and getDefaultClassifierNM2() allow to implicitly load the default classifiers when creating a ERFilter object
11 years ago
lluis
e8d3732aaf
added computeNMChannels helper function to compute the diferent channels to be processed independently in the N&M algorithm.
11 years ago
lluis
cd33ca0009
changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example.
11 years ago
lluis
6ef1d456dd
fixed rebase conflicts
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
lluis
765921cc25
fixed a typo error in the default min_Probability param of CreateERFilterNM2
11 years ago
Roman Donchenko
b12894d95a
Boring changes - objdetect.
11 years ago
Roman Donchenko
9ed475cf52
War on Whitespace, master edition: file endings.
11 years ago
Roman Donchenko
9b92545ce6
War on Whitespace, master edition: trailing spaces.
11 years ago
lluis
c4f88b0687
removed some unnecessary ERStat members as they are easily computable from others
12 years ago
lluis
43e7e6e475
removed extra cv:: scope qualifiers for better readability
12 years ago
lluis
2087d4602b
using Rect for storing the bounding box instead of an integer array
12 years ago
lluis
ca6b30a568
using explicit keyword in the ERStat constructor for safe contruction
12 years ago
lluis
5abe3b59f5
Class-specific Extremal Region Filter algorithm as proposed in :
...
Neumann L., Matas J.: Real-Time Scene Text Localization and Recognition, CVPR 2012.
High-level C++ interface and implementation of algorithm is in the objdetect module.
C++ example, a test image, and the default classifiers in xml files.
12 years ago
Peter Minin
7d70399d72
Add a new variant of detectMultiScale with output arguments 'objects' and 'numDetections'; factor most of detectMultiScale's code into 2 protected methods
12 years ago
Roman Donchenko
d583a79869
Revert "Add a variant of detectMultiScale with an argument 'weights'"
...
It was merged by mistake.
This reverts commit ab6be9b7b7
.
12 years ago
Peter Minin
ab6be9b7b7
Add a variant of detectMultiScale with an argument 'weights' that
...
receives the number of neighbors joined into each detected object
12 years ago
Bahram Dahi
dcad6ce65a
Reverted back to the previous method where a public method groupRectangles was added to HOGDescriptor to take care of ROI and weight grouping
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
jackculpepper
297e6d0b73
mark multiple return arguments for python bindings
12 years ago
Andrey Kamaev
2b1ef95415
Completely separate C and C++ API of OpenCV core
12 years ago
Andrey Kamaev
be7bbe3aa9
Drop cv:: prefix from cv::String used inside the cv namespace
12 years ago
Andrey Kamaev
2ad7b97f1c
All modules (except ocl and gpu) compiles and pass tests
12 years ago
Andrey Kamaev
a42a0f5fca
Added compatibility headers
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
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
marina.kolpakova
1b43b0e2df
move soft cascade functionality into dedicated module
12 years ago
marina.kolpakova
a28f5a89b3
move preprocessor to objdetect
12 years ago
marina.kolpakova
cb329400df
fix tests
12 years ago
marina.kolpakova
8d9c9c2690
integrate new cascade format to GPU soft cascade implementation
12 years ago
marina.kolpakova
53433884ee
fix python wrapping
12 years ago
marina.kolpakova
2d45af790e
fix according to pull requests comments
12 years ago
marina.kolpakova
88c71d1b7d
add NMS according to Dollar's paper.
12 years ago
marina.kolpakova
bd9ca48fab
export to python/java
12 years ago
marina.kolpakova
8a3e897999
min and max params become double
12 years ago
marina.kolpakova
e379771c03
git warning
12 years ago
marina.kolpakova
4656872161
fixed typo
12 years ago
marina.kolpakova
157ab66ab9
add ROI support
12 years ago
marina.kolpakova
6a3a723938
refactor integral channels
12 years ago
marina.kolpakova
4a1c4a9862
soft cascade become Algorithm
12 years ago
marina.kolpakova
a84334cfc2
brief soft cascade interface description
12 years ago
marina.kolpakova
2e8ed77383
get rid of hard-coded values
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
3d41846c39
move frame processing into separate 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
2d2c46e717
add const qualifier to detectMultiScale method
12 years ago