Bellaktris
e92394d0aa
fixed bugs in WH transform, some code compression
11 years ago
Bellaktris
79020cf755
propagation-assissted kd-tree search added, but not well debugged yet
11 years ago
Bellaktris
809c13bc19
more error fixes
11 years ago
Bellaktris
f213d65dc3
try to fix more errors
11 years ago
Bellaktris
c26e0c0800
try to fix more errors
11 years ago
Bellaktris
4eaf9946a0
try to fix more errors
11 years ago
Bellaktris
2c6f707bd3
fixed some errors
11 years ago
Bellaktris
f86e31561e
another try
11 years ago
Bellaktris
97d602ff8d
some warnings and compmilation error fixed
11 years ago
Bellaktris
cdba517ee7
photomontage is parallel now
11 years ago
Bellaktris
b6f379350d
Walsh-Hadamard transform and clearing of photomontage part
11 years ago
Bellaktris
1aad484ccf
first inpainting code
11 years ago
Bellaktris
cb20770548
deleted redundunt code
11 years ago
Bellaktris
9eefb19137
parallelization and bug fixes
11 years ago
Bellaktris
8b7e001f5f
Merge branch 'ximpgroc' of https://github.com/Bellaktris/opencv_contrib into ximpgroc
11 years ago
Bellaktris
3ceb5331b1
-||-
11 years ago
Bellaktris
a2453fd597
-||-
11 years ago
Bellaktris
1268717921
-||-
11 years ago
Bellaktris
cc9fd5af57
-||-
11 years ago
Bellaktris
444abe8207
dct image denoising added
11 years ago
Bellaktris
bde7ee488c
fixed g++ build
11 years ago
Bellaktris
a200e8ab16
merging
11 years ago
Bellaktris
0fd4823566
colorbalance module added, now it contains the only WHITE_BALANCE_SIMPLE implementation
11 years ago
Bellaktris
eed2ab18cd
minor fixes in ximpgroc/doc/* + fixes gcc & clang build problem
11 years ago
Bellaktris
62c4145c34
tutorial (forgotten in previous commit)
11 years ago
Bellaktris
974b71fffa
ximpgroc module added (structured forests for fast edge detection by Piotr Dollar)
11 years ago
Andrey Pavlenko
f6a80b191a
Merge pull request #22 from alalek/fix_docs
...
(fix docs warnings)
11 years ago
Alexander Alekhin
67ee17078f
fix doc
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