1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 04:25:42 +08:00
Commit Graph

877 Commits

Author SHA1 Message Date
Kurnianggoro
b214736e19 Removing all shadowing variables, make functions to const, make the table of color-names become static 2015-06-01 08:26:49 +09:00
Kurnianggoro
5027710ded Fixed: ROI extraction when the given ROI is out of image; made the max_patch_size to be adjustable; add the CN feature extraction method 2015-05-30 11:41:18 +09:00
Kurnianggoro
5d772dae42 Unified the formatting 2015-05-30 11:34:28 +09:00
sbokov
a70af9f7d6 Adding edge-aware disparity filtering
Added basic interface and demo for disparity filtering, added unoptimized fast weighted least
squares filter implementation. Current demo tests domain transform, guided and
weighted least squares filters on a dataset, measures speed and quality.
2015-05-29 20:03:27 +03:00
cbalint13
ee4a9c8d14 Fix docs and repush for buildbot. 2015-05-29 14:07:42 +03:00
Vadim Pisarevsky
860eda950e Merge pull request #214 from LaurentBerger/bugfix4269
bugfix4269 included remarks in http://answers.opencv.org/question/59293/...
2015-05-29 14:00:02 +03:00
Vadim Pisarevsky
9064d28d2a Merge pull request #223 from albenoit/master
Added python support, updated Retina class documentation
2015-05-29 13:59:24 +03:00
cbalint13
6baf963079 Get in sync with master. 2015-05-29 12:53:11 +03:00
cbalint13
332a504b95 Add rotation invariance option for BRIEF descriptor. 2015-05-29 12:40:13 +03:00
Vadim Pisarevsky
5d4350c559 Merge pull request #229 from cbalint13/daisy
Add DAISY descriptor for wide-baseline / keypoints.
2015-05-29 09:54:00 +03:00
cbalint13
7ec4559509 Fix docs once again. 2015-05-29 03:07:22 +03:00
Kurnianggoro
816714841d References for KCF tracker and KCF-CN tracker 2015-05-29 07:13:36 +09:00
Kurnianggoro
89311dd406 adding the resize feature 2015-05-29 07:03:30 +09:00
cbalint13
4c0278f387 Remove few tabs due to vs2013. 2015-05-29 00:01:26 +03:00
cbalint13
a324c6c658 Refactor DAISY for more opencv style. 2015-05-28 23:40:18 +03:00
Vadim Pisarevsky
e47744bad4 Merge pull request #236 from bismoy2013/feature/GrabDisplayRedLinedPolygonFromGoogleMaps
Code to grab the red lined polygon from Google Maps
2015-05-26 17:16:38 +03:00
cbalint13
309274a4ae Fix doc in header. 2015-05-24 13:19:23 +03:00
cbalint13
1a617614b7 Merge branch 'master' of https://github.com/Itseez/opencv_contrib into daisy 2015-05-24 13:12:03 +03:00
Vadim Pisarevsky
7b6fe5cdf9 Merge pull request #231 from GilLevi/AddingLATCH
Adding the LATCH descriptor
2015-05-23 12:06:42 +03:00
Vadim Pisarevsky
8fa8fa803d Merge pull request #233 from vpisarev/features2d_fixes
Features2d fixes
2015-05-22 15:04:18 +03:00
BISMOY MURASING
5925bc539e Code to grab the red lined polygon from Google Maps 2015-05-22 14:50:26 +05:30
GilLevi
5e64ac0ad8 added tests and renamed LATCH 2015-05-21 00:03:13 +03:00
berak
c17dbb45bb wrapping remaining xfeature2d classes to scripting 2015-05-20 10:07:20 +02:00
Kurnianggoro
43e71214c8 + add KCF Tracker, initial commit, added: tutorial, trackerKCF.cpp, modified: tracker.cpp, tracker.hpp 2015-05-19 16:38:53 +09:00
cbalint13
1a9eee393a Fixx win64 compilation. 2015-05-18 21:05:19 +03:00
Vadim Pisarevsky
0f38313f36 added test for http://code.opencv.org/issues/3943;
replaced "const InputArray" with "InputArray" to avoid warnings about "const const _InputArray&"
2015-05-18 19:07:42 +03:00
Vadim Pisarevsky
e3995236ed added test for http://code.opencv.org/issues/3943;
replaced "const InputArray" with "InputArray" to avoid warnings about "const const _InputArray&"
2015-05-18 19:07:30 +03:00
cbalint13
dec629a69f Fix docs warns. 2015-05-18 15:08:54 +03:00
cbalint13
73bed6f3b2 Rebase the code, massive cleanups. We still pass QA. 2015-05-18 14:50:12 +03:00
GilLevi
f7c309983f cleaned the code a bit 2015-05-17 20:15:44 +03:00
cbalint13
2d85137ef1 More fixes, reorganize, fix memleaks, more API tests. 2015-05-17 11:52:25 +03:00
GilLevi
e2dfa35745 added description of LATCH and fixed indentation 2015-05-16 22:39:00 +03:00
GilLevi
292cee6012 fixed warnings5 2015-05-14 08:18:50 +03:00
GilLevi
49a7cb6219 fixed warnings4 2015-05-14 02:14:54 +03:00
GilLevi
cd8a73397b fixed warnings3 2015-05-14 01:47:38 +03:00
GilLevi
6ebebb5782 fixed warnings2 2015-05-14 00:07:19 +03:00
GilLevi
e59efdfd11 fixed warnings 2015-05-13 23:07:20 +03:00
GilLevi
cf6989c6de fixed errors 2015-05-13 22:11:41 +03:00
GilLevi
f8ecc760ec fixed warnings in LATCH 2015-05-13 21:56:46 +03:00
GilLevi
422ae964d3 adding LATCH 2015-05-13 21:07:54 +03:00
cbalint13
6a1bf77c1e Fix win64 warnings (#2). 2015-05-11 20:50:22 +03:00
cbalint13
01a49e7988 Fix win64 warnings. 2015-05-11 17:11:33 +03:00
cbalint13
c1b2e23775 Fix linux warns & more cosmetics. 2015-05-11 16:10:48 +03:00
cbalint13
5785a6a58a Add DAISY descriptor for wide-baseline / keypoints. 2015-05-11 15:17:29 +03: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
root
8591272666 trying to solve pyhton warnings 2015-05-06 16:56:22 +02:00
Alexandre Benoit
ecbc652e2e trying to fix python wrapper warning on win64 2015-05-06 08:10:04 +02:00
Vadim Pisarevsky
9d38de38b2 fixed compile error and warning 2015-05-05 18:56:45 +03:00
Alexandre Benoit
bce2fca9ec text enhancement 2015-05-04 11:45:31 +02:00
Alexandre Benoit
ad9c379a0d fixed warning 2015-05-03 18:40:12 +02:00