berak
c17dbb45bb
wrapping remaining xfeature2d classes to scripting
2015-05-20 10:07:20 +02:00
Vadim Pisarevsky
ea682d6f04
Merge pull request #219 from cbalint13/brisk
...
Remove AGAST (for push to opencv's main)
2015-05-07 13:39:10 +03:00
Vadim Pisarevsky
9d38de38b2
fixed compile error and warning
2015-05-05 18:56:45 +03:00
cbalint13
459c05b732
Remove AGAST (for merger to upstream opencv)
2015-04-28 18:12:57 +03:00
Vadim Pisarevsky
4d30d09b47
Merge pull request #210 from vpisarev/extending_hal_part1
...
fixed contrib code to match the HAL
2015-04-21 17:36:13 +03:00
yifita
a275cedd83
added missing typePtr_DualTVL1OpticalFlow
2015-04-18 14:12:44 +02:00
Vadim Pisarevsky
cdddcc8237
fixed contrib code to match the HAL
2015-04-16 22:52:05 +03:00
Maksim Shabunin
c6ea6d126d
Fix build of tools with hal module
2015-04-07 18:14:45 +03:00
cbalint13
c3be5a0c11
Fix (typo) bug in soring routines.
2015-04-06 22:35:59 +03:00
cbalint13
eeb00c887a
More detailed documentation and proper cite.
2015-04-04 09:57:24 +03:00
cbalint13
a68027a408
Fix AGAST function and documentation.
2015-04-03 18:01:29 +03:00
cbalint13
06cfc63f3a
Merge branch 'master' of https://github.com/Itseez/opencv_contrib into agast
2015-04-03 17:34:27 +03:00
cbalint13
9d93d04589
Remove deprecated RST doc.
2015-04-03 16:56:42 +03:00
Vadim Pisarevsky
a1313db95c
Merge pull request #159 from Str3iber/add_lucid_rc1
...
Locally uniform comparison image descriptor
2015-04-03 16:14:26 +03:00
Vadim Pisarevsky
5f4cda5053
Merge pull request #136 from Dikay900/fix_line_descriptor_module
...
line_descriptor module fix vs2013 build
2015-04-03 15:09:20 +03:00
Vadim Pisarevsky
bcb5c6d7c3
Merge pull request #176 from berak/lfw_benchmark
...
add a 'split' train method to datasets/lfw_benchmark
2015-04-03 14:59:41 +03:00
Vadim Pisarevsky
f5e5a6b206
Merge pull request #138 from Dikay900/fix_samples_with_incorrect_private_include
...
[fix issue #3996 ] delete private.hpp include in sample code
2015-04-03 14:20:47 +03:00
Vadim Pisarevsky
c82b06f232
Merge pull request #146 from Dikay900/fix_vs2010_and_pre_compilation_line_descriptor_module
...
fix issue for vs versions which aren't standarized for the c99 standard
2015-04-03 14:17:35 +03:00
Vadim Pisarevsky
5c86e4bc9e
Merge pull request #192 from Jiaolong/lasvm_test_path
...
corrected the testing data path for latentsvm detector and some typos
2015-04-03 14:02:39 +03:00
Vadim Pisarevsky
fa4a4c60d5
Merge pull request #190 from pmkalshetti/bugfix
...
Link Correction
2015-04-03 13:57:50 +03:00
Vadim Pisarevsky
f4df732bc0
Merge pull request #200 from alfonsosanchezbeato/fix-sample-reg
...
Adapt reg sample to changes in features detectors
2015-04-03 13:56:38 +03:00
Vadim Pisarevsky
f822984a3f
Merge pull request #196 from Auron-X/bug_fixing
...
Bug fixing
2015-04-03 13:34:46 +03:00
Alfonso Sanchez-Beato
97cf5ade02
Adapt reg sample to changes in features detectors
...
Adapt to changes in the interface of feature detectors, using now
Feature2D interface.
2015-04-03 12:15:57 +02:00
Vladimir
dd9531a5eb
Unused header deleted
2015-03-26 22:11:02 +09:00
Maksim Shabunin
aa11ac48f1
Wrap face module with python and java
2015-03-26 11:39:11 +03:00
jiaolong_cvc228
7589685882
corrected the testing data path for latentsvm detector and some typos
2015-03-25 11:50:45 +01:00
Auron-X
f430f808a2
Bug fix #2
...
The bug has the same origin as:
https://github.com/Itseez/opencv_contrib/pull/187
The problem was in "fast" version of function generating a binary code
for ensemble classifier posterior probability calculation. Bug was
eliminated by fixing the order of "values" in offsets calculating
function
2015-03-25 16:40:37 +09:00
Auron-X
0ea70a46f5
Unused header
...
Unused header
2015-03-25 15:57:48 +09:00
Dikay900
361dff4ee4
fix already defined macro variable
2015-03-24 21:39:39 +01:00
Dikay900
9bc8514fd9
fix issue for visual studio versions which arent standarized for the c99
...
standard
2015-03-24 21:39:12 +01:00
Dikay900
8f9dd88c32
delete private.hpp include in sample code and corresponding documentation
2015-03-24 21:35:53 +01:00
pmkalshetti
872366245e
Link Correction
...
Corrected Link for corresponding dataset
2015-03-19 20:57:12 +05:30
Maksim Shabunin
da7ff82d19
Replaced CV_IMPL_PROPERTY macros in public headers
2015-03-18 17:56:47 +03:00
Maksim Shabunin
05405e3dca
Replaced CV_PURE_PROPERTY macros with the code
2015-03-18 17:37:37 +03:00
Vadim Pisarevsky
63a86ac44e
Merge pull request #187 from Auron-X/tracking_TLD_bug_fixes
...
Bug fix #1
2015-03-16 13:19:12 +03:00
Vadim Pisarevsky
ec2b3ed662
Merge pull request #185 from mshabunin/remove-docs
...
Removed sphinx documentation
2015-03-16 13:07:31 +03:00
Auron-X
afa9e93389
Bug fix #1
...
The bug appears on the initialization step, if the initial bounding box width was larger than height. The problem was in function calculating a binary code for ensemble classifiers. In this function “measurement” values were used in wrong order (h1,w1,h2,w2; instead of: w1,w2,h1,h2), generating a access violation error on “patch” data access by the reason that width>height and pointer to data is calculated linearly data.step*height+width
2015-03-16 16:39:27 +09:00
berak
b07c6d71a4
fix missing delete[] calls in or_mnist.cpp
2015-03-04 10:12:15 +01:00
Maksim Shabunin
67a2066c4b
Java and python wrappers for contrib modules
2015-02-26 15:46:02 +03:00
berak
04dfaaf935
add a 'split' train method to datasets/lfw_benckmark
2015-02-20 14:55:26 +01:00
Vadim Pisarevsky
23314751aa
Merge pull request #169 from mshabunin/remove-algorithm-factory
...
Remove algorithm factory
2015-02-20 10:15:54 +03:00
Maksim Shabunin
380e6111ec
Doc files reorganized
2015-02-17 12:49:37 +03:00
Maksim Shabunin
7d9bbdcaad
Remove all sphinx files
2015-02-17 12:49:37 +03:00
Maksim Shabunin
61f36de542
Doxygen tutorials support
2015-02-17 12:49:37 +03:00
Maksim Shabunin
34131405df
Removed some methods from cv::Algorithm and changed ml module interfaces
2015-02-17 11:45:57 +03:00
Maksim Shabunin
2b74ca6f12
Added opencv_contrib_world module and fixed some compilation warnings on iOS
2015-02-10 18:27:52 +03:00
Vadim Pisarevsky
312c8fa7e1
Merge pull request #133 from StevenPuttemans/master
...
updating github documentation structure
2015-01-22 12:54:30 +03:00
Maksim Shabunin
63a8a60bdb
Fixed cvv module build
...
- updated header inclusions
- added export instruction to public methods
- fixed some small problems
2015-01-21 16:50:44 +03:00
Vadim Pisarevsky
219fbc0003
Merge pull request #161 from vpisarev/surface_matching_credits
...
added information about the patents related to the surface matching algorithm
2015-01-20 22:02:01 +03:00
Vadim Pisarevsky
5e427d223f
Merge pull request #147 from mshabunin/ios-extra-world
...
Disable some modules for iOS framework world build
2015-01-20 18:38:54 +03:00