Alexander Alekhin
caaf60ba00
remove bindings generation for DetectionBasedTracker
10 years ago
Maksim Shabunin
8e9ea0e3d1
Doxygen doucmentation: ml module
11 years ago
Vadim Pisarevsky
1ad9827fc4
removed ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be moved to opencv_contrib/modules/rgbd)
11 years ago
Vadim Pisarevsky
66f2e527b6
removed extra whitespaces
11 years ago
Vadim Pisarevsky
07c0d50edf
put the detection-based tracker back (to objdetect module), so that the Android face detection sample builds fine. The patch by Konstantin Matskevich that adds C++11 threads support has been merged in too. Also, fixed compile error in the doc builder.
11 years ago
Vadim Pisarevsky
3858f2291d
removed contrib, legacy and softcsscade modules; removed latentsvm and datamatrix detector from objdetect. removed haartraining and sft apps.
...
some of the stuff will be moved to opencv_contrib module.
in order to make this PR pass buildbot, please, comment off opencv_legacy, opencv_contrib and opencv_softcascade test runs.
11 years ago
Ilya Lavrenov
37789f015a
deleted excess semicolons, commas
11 years ago
lluis
047b568f6d
erGrouping now uses a classifier for group validation instead of a set of heuristical ifos.
...
Updated documentation and sample to use the new function API
12 years ago
lluis
2837bfd9fa
Added erGrouping function: Find groups of Extremal Regions that are organized as text blocks. Updated sample/cpp to use the complete text detection pipeline
12 years ago
lluis
d25309f82e
first parameter of createERFilterNM1/createERFilterNM2 is now mandatory. changed the sample program to use the new prototypes
12 years ago
lluis
75fdfba281
renamed getDefaultClassifierNM{1,2}() to loadClassifierNM{1,2}() and added "const std::string& filename" parameter (mandatory).
12 years ago
lluis
95d92c099c
functions getDefaultClassifierNM1() and getDefaultClassifierNM2() allow to implicitly load the default classifiers when creating a ERFilter object
12 years ago
lluis
e8d3732aaf
added computeNMChannels helper function to compute the diferent channels to be processed independently in the N&M algorithm.
12 years ago
lluis
cd33ca0009
changed default parameters in CreateERFiltersNM{1,2} functions. They are not needed now in the sample example.
12 years ago
lluis
6ef1d456dd
fixed rebase conflicts
12 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
12 years ago
lluis
765921cc25
fixed a typo error in the default min_Probability param of CreateERFilterNM2
12 years ago
Roman Donchenko
b12894d95a
Boring changes - objdetect.
12 years ago
Roman Donchenko
9ed475cf52
War on Whitespace, master edition: file endings.
12 years ago
Roman Donchenko
9b92545ce6
War on Whitespace, master edition: trailing spaces.
12 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
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
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
13 years ago
marina.kolpakova
88c71d1b7d
add NMS according to Dollar's paper.
13 years ago
marina.kolpakova
bd9ca48fab
export to python/java
13 years ago
marina.kolpakova
8a3e897999
min and max params become double
13 years ago
marina.kolpakova
e379771c03
git warning
13 years ago
marina.kolpakova
4656872161
fixed typo
13 years ago
marina.kolpakova
157ab66ab9
add ROI support
13 years ago
marina.kolpakova
6a3a723938
refactor integral channels
13 years ago
marina.kolpakova
4a1c4a9862
soft cascade become Algorithm
13 years ago
marina.kolpakova
a84334cfc2
brief soft cascade interface description
13 years ago
marina.kolpakova
2e8ed77383
get rid of hard-coded values
13 years ago
marina.kolpakova
16dd09ccfc
move scale related parameters to SoftCascade constructor
13 years ago
marina.kolpakova
017d970b9a
load SoftCascade from FileStorage
13 years ago