1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 12:55:15 +08:00
Commit Graph

1009 Commits

Author SHA1 Message Date
cbalint13
cef5666fa3 Bugfix Normalization / Enhance "double" mode queries for DAISY. 2015-06-03 17:04:50 +03:00
Kurnianggoro
df9adff577 Fixed warning: conversion from double to int 2015-06-03 16:59:56 +09:00
Kurnianggoro
f4ba9a8baa Fixing the ColorNames table initialization 2015-06-03 16:33:51 +09:00
Kurnianggoro
b2db444907 Added new line at end of file 2015-06-03 14:56:34 +09:00
Kurnianggoro
26962e86b4 Added error message for descriptor other than GRAY 2015-06-03 14:53:20 +09:00
Vadim Pisarevsky
d4f651ea25 Merge pull request #242 from Aljaksandr/patch-1
Bug fix for feature extraction
2015-06-02 22:15:18 +03:00
Vadim Pisarevsky
a08b709e16 Merge pull request #243 from cbalint13/daisy
BugFix & Enhance DAISY.
2015-06-02 22:14:29 +03:00
cbalint13
d3895582c7 Add back the wrapper. 2015-06-02 14:04:02 +03:00
cbalint13
a7356eb532 BugFix & Enhance DAISY. 2015-06-02 13:29:12 +03:00
Aliaksandr
d76b976012 Bug fix for feature extraction
According to CartToPolar() function documentation, result angles could be in range (0..360). To prevent index overflow this check is important.
2015-06-02 12:12:11 +03:00
Vadim Pisarevsky
7e0e8e72ab Merge pull request #241 from vpisarev/30_small_fixes
fixed several warnings in opencv_contrib (text, xfeatures2d)
2015-06-02 11:36:25 +03:00
Kurnianggoro
efc0322ec8 Add a framework for choosing the descriptor 2015-06-02 14:39:46 +09:00
Vadim Pisarevsky
cf3dff2e9a fixed several warnings in opencv_contrib (text, xfeatures2d); added tesseract installation mini-guide in text/readme.md 2015-06-02 01:16:03 +03:00
Vadim Pisarevsky
e76ca3ee67 Merge pull request #207 from cbalint13/brief
Add rotation invariance option for BRIEF descriptor.
2015-06-01 23:25:18 +03:00
Kurnianggoro
e746608599 change the color-names table to const 2015-06-01 16:57:53 +09:00
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
73a384d2dd Merge branch 'brief' of https://github.com/cbalint13/opencv_contrib into brief 2015-05-29 12:50:13 +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
Vadim Pisarevsky
c9fb391305 Merge pull request #234 from berak/wrap_xfeatures2d
wrapping remaining xfeature2d classes to scripting
2015-05-21 15:46:36 +03:00
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
89a2302685 Merge branch 'daisy' of https://github.com/cbalint13/opencv_contrib into daisy 2015-05-18 15:01:27 +03:00
cbalint13
fe38c9ef46 Squash all commits into single one. 2015-05-18 15:00:10 +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