biagio montesano
2d96430a1e
Added possibility to return float descriptors
11 years ago
biagio montesano
044b227d53
gitignore deleted
11 years ago
biagio montesano
6ef866222a
Useless files deleted.
11 years ago
biagio montesano
ef1dfe280d
Useless files deleted.
11 years ago
biagio montesano
eb9bb7d516
Reformatting and deletion of useless files. Part of documentation updated
11 years ago
biagio montesano
79b8b2342f
File names changed
11 years ago
biagio montesano
d191729b46
Matcher functionalities' tests completed
11 years ago
biagio montesano
3b207a77f8
First part of documentation completed
11 years ago
biagio montesano
db189cd3db
Matcher ported, first page od documentation written.
11 years ago
biagio montesano
96183dd09b
Lines extraction and descriptors testing completed
11 years ago
biagio montesano
fc72a71b33
Inheritage completed. Functions with KeyLine objects added.
11 years ago
biagio montesano
8f9bcb77f6
Derivation from Feature2D completed. Warnings corrected.
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
biagio montesano
0863960c75
Reinsertion of OctaveKeyLines
11 years ago
biagio montesano
d5eeb91dbc
New line extraction method and OpenCV standards accomplished
11 years ago
biagio montesano
d79ae76a52
Some compilation-time problems corrected
11 years ago
biagio montesano
523c678281
OpenCV configuration done
11 years ago
biagio montesano
f293765280
Original code + comments
11 years ago
Antonella Cascitelli
079ff5c06d
Merge pull request #19 from nailbiter/Rect2d
...
Change Rect to Rect2d in Tracker::update() and ::init()
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
Alexandre Benoit
9e5c28b88a
Merge pull request #16 from kirill-kornyakov/enable-travis
...
Enable travis and other fixes
11 years ago
Kirill Kornyakov
881b115ea7
Merge pull request #18 from nailbiter/feature
...
New feature to tracking sample
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
04651a25db
Fix Travis config
11 years ago
Kirill Kornyakov
5ec0442311
Ping Travis
11 years ago
Kirill Kornyakov
d678608de8
Initial version of Travis config
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
15c4d9506e
Merge branch 'master' of https://github.com/Itseez/opencv_contrib
11 years ago
Alfonso Sanchez-Beato
25e39c696c
fix compilation problems seen in #11
11 years ago
Alexandre Benoit
319ee9325f
Merge pull request #14 from albenoit/master
...
added a local extremum blob detector
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
Alexandre Benoit
bf32931d03
Update README.md
11 years ago
Alexandre Benoit
e2b1e246ca
Update README.md
...
just added procedure if using cmake-gui interface
11 years ago
Vincent Rabaud
d71d1722bd
fix compilation problems seen in #12
11 years ago
Alexandre Benoit
a218468f7b
Merge pull request #10 from vrabaud/master
...
add an RGBD module
11 years ago
Vincent Rabaud
49a357b948
add an RGBD module
11 years ago
Kirill Kornyakov
7f5a7bf3ac
Merge pull request #9 from alfonsosanchezbeato/master
...
reg module: Add sample and README file
11 years ago
Alfonso Sanchez-Beato
ab3b542957
reg module: Add sample and README file
...
README.md file with a short description of the module is added. An
example on how to use the module can be found now in reg/samples/.
11 years ago
Andrey Pavlenko
69cbf0be6d
Merge pull request #8 from ilya-lavrenov/bio_perf
...
added perf tests for bioinspired
11 years ago
Ilya Lavrenov
2fa1d53ff8
added perf tests for bioinspired
11 years ago
Andrey Pavlenko
b58509870a
Merge pull request #7 from ilya-lavrenov/bioinspired
...
bioinspired -> opencv_contrib
11 years ago
Ilya Lavrenov
bcee96b24d
bioinspired -> opencv_contrib
11 years ago
Antonella Cascitelli
f99369e066
Merge pull request #6 from nailbiter/optimPF
...
The implementation of particle filtering tracker
12 years ago
Alex Leontiev
ceb74acd4d
The implementation of particle filtering tracker
...
This contribution aims to implement the sampler based on particle
filtering within a generic tracking API that opencv has. Maybe, one day
it will become a part of a robust solver.
12 years ago
Antonella Cascitelli
dd1fd48e9e
Merge pull request #2 from nailbiter/optimPF
...
The implementation of particle filtering tracker
12 years ago