Ilya Lavrenov
ae5c87eafa
fixed warnings
11 years ago
jaco
f3cada3154
BING code refined
11 years ago
jaco
b7696377a8
BING porting finalized
11 years ago
jaco
0a1623053a
BING modification after OpenCV master update
11 years ago
jaco
a76954ad32
BING update2
11 years ago
jaco
f28bdc3d1e
BING update
11 years ago
jaco
1c1a9cde84
BING objectness porting finished
11 years ago
biagio montesano
fc72a71b33
Inheritage completed. Functions with KeyLine objects added.
11 years ago
jaco
d972834755
BING Objectness porting progress II
11 years ago
jaco
dae0dc9c8c
BING Objectness porting progress
11 years ago
biagio montesano
8f9bcb77f6
Derivation from Feature2D completed. Warnings corrected.
11 years ago
jaco
6f1b6eb469
Objectness porting partially computed
11 years ago
Alexander Alekhin
67ee17078f
fix doc
11 years ago
biagio montesano
a0237c317a
computeImpl method designed, Gaussian pyramids in a separate function
11 years ago
biagio montesano
9b8b088bd7
Errors on derivation corrected
11 years ago
biagio montesano
fba71a8ecf
Added methods for derivation from FeatureDetector
11 years ago
jaco
071b7ae127
Algorithm Params stuff and InputArray/OutputArray added
11 years ago
biagio montesano
0863960c75
Reinsertion of OctaveKeyLines
11 years ago
biagio montesano
d5eeb91dbc
New line extraction method and OpenCV standards accomplished
11 years ago
jaco
b9e4b3e9c2
saliency sample added
11 years ago
jaco
a1aa369627
Spectral Residual Saliency added
11 years ago
jaco
09151e85c2
Creation of module's classes'sketetons
11 years ago
fpuja
879b9c6a10
Update README.md
11 years ago
fpuja
eb431db3e9
Update README.md
11 years ago
fpuja
b38692df7b
Update README.md
11 years ago
fpuja
0984b448dd
Create README.md
...
Short description ad UML class diagram of the module
11 years ago
biagio montesano
d79ae76a52
Some compilation-time problems corrected
11 years ago
Vlad Shakhuro
0d97598754
Make detector interface simpler
11 years ago
Vlad Shakhuro
cf08b72646
Fix argument types
11 years ago
Vlad Shakhuro
22b165ca9f
Use cv::Point instead of ACFFeature
11 years ago
Vlad Shakhuro
43061d75fa
Add cv::adas namespace
11 years ago
Vlad Shakhuro
b33977d95c
Add adas header, move headers to inner directory
11 years ago
Vlad Shakhuro
c8938d8d6e
Add define guards
11 years ago
Vlad Shakhuro
4a3ab904ab
Add license to headers
11 years ago
Vlad Shakhuro
3e52ae023d
Rename module (asad->adas)
11 years ago
Vlad Shakhuro
5841dc0051
Add asad interface prototype
11 years ago
jaco
91f8d822f5
UML added
11 years ago
biagio montesano
523c678281
OpenCV configuration done
11 years ago
biagio montesano
f293765280
Original code + comments
11 years ago
jaco
fc7a49c3bf
Module creation
11 years ago
Alex Leontiev
6e7d162e5a
Change Rect to Rect2d in Tracker::update() and ::init()
...
I've changed Rect to Rect2d in Tracker::update(), Tracker::init() and
all related methods (including documentation). This allows to initialize
trackers with double-valued rectangles, thus adding versality. Besides,
trackers also can output double-valued rectangles, which may be
beneficial in some scenarios.
However, it remains to change UML diagrams in documentation to tracker
module, as they still display methods above with old signatures.
11 years ago
Alex Leontiev
a0c344c375
New feature to tracking sample
...
Now initial bounding frame can be given in command-line, as an alternative
to manual selection via mouse. Bounding frame is given as optional last
argument in the format "x1,y1,x2,y2" where x's and y's are integers,
symbolizing bounding box with opposite vertices (x1,y1) and (x2,y2).
11 years ago
Kirill Kornyakov
9ec2805e11
Workaround build issue on Mac
11 years ago
Kirill Kornyakov
5970553620
Revert "Temporary hack to workaround optim build issue on Mac (clang)"
...
This reverts commit 2fb9cac027
.
11 years ago
Kirill Kornyakov
2fb9cac027
Temporary hack to workaround optim build issue on Mac (clang)
11 years ago
Kirill Kornyakov
05fc3a9909
Fix bioinspired build on Mac (clang)
11 years ago
Alfonso Sanchez-Beato
25e39c696c
fix compilation problems seen in #11
11 years ago
Alexandre Benoit
8ed9d2604f
added a local extremum blob detector that can be used after retina module to detect transient areas (low level saliency)
11 years ago
Vincent Rabaud
d71d1722bd
fix compilation problems seen in #12
11 years ago
Vincent Rabaud
49a357b948
add an RGBD module
11 years ago