lluis
2087d4602b
using Rect for storing the bounding box instead of an integer array
11 years ago
lluis
ca6b30a568
using explicit keyword in the ERStat constructor for safe contruction
11 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.
11 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
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
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
a54d456ad0
parse soft cascade from xml
12 years ago
marina.kolpakova
fe2c38be80
add method to fill soft cascade
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
OpenCV Buildbot
81f826db2b
Normalize line endings and whitespace
12 years ago
OpenCV Buildbot
04384a71e4
Normalize line endings and whitespace
12 years ago
Andrey Kamaev
42c8a42ad3
Fix binary compatibility of opencv_objdetect
12 years ago