Beat Küng
265a7ad11d
seeds: add C++ and python samples
11 years ago
Beat Küng
770a8b598f
seeds: add documentation
11 years ago
Beat Küng
05293a4c31
seeds: add SEEDS superpixels implementation to ximgproc module
11 years ago
StevenPuttemans
8fc35bb6ae
fix typo which confuses everything
11 years ago
dmitriy.anisimov
ee684c8ad2
structure names capitalized + minor cleaning
11 years ago
Vadim Pisarevsky
d4d2a6ef7b
fixed android warnings
11 years ago
tolgabirdal
80317410c2
hash license added
11 years ago
Bence Magyar
ef9b8a98b2
Update docu sample source
11 years ago
Bence Magyar
a8a4524ddb
UNFINISHED: get rid of pointers
11 years ago
Bence Magyar
3f620fd19f
Refactored API classes, removed unused params
11 years ago
Bence Magyar
995b696360
Cosmetic changes
11 years ago
Bence Magyar
d1193e31e5
Move header files inside opencv2/surface_matching/, update the rest
11 years ago
Bence Magyar
9401285e12
Unify include guards
11 years ago
Bence Magyar
a392d11d36
cv::Mat -> Mat
11 years ago
Bence Magyar
9d6fc0488b
__inline -> inline
11 years ago
Bence Magyar
607f2bfc99
Add surface_matching module.
11 years ago
Rok Mandeljc
347fa4fc5c
matlab: fix binding generation for modules that are part of opencv_contrib (xfeatures2d)
...
This patch fixes Matlab binding generation for modules that are
part of opencv_contrib (xfeatures2d specifically), and are therefore
not located in ${CMAKE_SOURCE_DIR}/modules.
For this, gen_matlab.py script is extended to accept multiple values
for --modules-root argument, and to check for a module's header in
all possible paths. This way, both ${CMAKE_SOURCE_DIR}/modules and
${OPENCV_EXTRA_MODULES_PATH} can be passed as modules root paths,
and main header for xfeatures2d module is correctly located.
11 years ago
dmitriy.anisimov
2916f89d82
enhanced base class: created hierarchy for objects in train\test and moved train\test to base class
11 years ago
jaco
e2fde8a610
commented code removed
11 years ago
dmitriy.anisimov
5e647ff075
fixed all comments except base class enhancment and interface-implementation pattern
11 years ago
Alexander Mordvintsev
96efa4cd90
RFFeatureGetter* -> Ptr<RFFeatureGetter> (need this for python wrapper and proper pointer handling)
11 years ago
dmitriy.anisimov
17616a8659
fixed last warning in document
11 years ago
dmitriy.anisimov
e1e269dbac
fixed warnings for document & Win64
11 years ago
dmitriy.anisimov
bb704fc3af
removed generated document
11 years ago
dmitriy.anisimov
17d7398825
finished conversion project to module
11 years ago
dmitriy.anisimov
3787bf999a
document updated, added simple base class for datasets and other minor changes
11 years ago
dmitriy.anisimov
8b4a38964e
initial commit
11 years ago
StevenPuttemans
d27141abe3
fixing further nonfree elements
11 years ago
biagio montesano
c28417c8ff
Array32 class removal.
11 years ago
Sancho McCann
86dd8f745a
Bugfix: Precision error.
...
When p >= 1, setting p to 0.999999999999999999999999999999, didn't actually make p less than one.
11 years ago
StevenPuttemans
e7d9d119ef
fixing build with extra modules
11 years ago
Alexander Mordvintsev
4ba60f022e
expose edge-aware filters to python
11 years ago
Alexander Mordvintsev
3f7cca4a6f
fixed 'xphoto' and 'text' build on MSVC 2008
11 years ago
biagio montesano
9a52f4626b
Created nested classes. Removed some useless headers.
11 years ago
jaco
9462b818c7
new windows compile warning fixed
11 years ago
jaco
07e66a4b4a
new windows build error fixing 3
11 years ago
jaco
bdb26b3d22
new windows build error fixing 2
11 years ago
jaco
dd951a80db
windows build error fixing
11 years ago
jaco
71e18ff042
Pull Request mandatory changes finished
11 years ago
jaco
e670bd5793
Pull Request mandatory changes 3
11 years ago
jaco
8c90b54f60
Pull Request mandatory changes 2
11 years ago
jaco
255d83aca4
Pull Request mandatory changes 2
11 years ago
biagio montesano
e39065bf77
Created nested namespace. Modified interface classes.
11 years ago
jaco
02aa915504
Pull Request mandatory changes
11 years ago
Ernest Galbrun
b757d6cc83
some correction to make xfeature2d compilation work and adding 2d cuda features back
11 years ago
Vlad Shakhuro
1695ee7cfd
Add xobjdetect documentation
11 years ago
Alex Leontiev
0cd798ed02
buildbot
11 years ago
tpietruszka
d07bf35b9b
Fixed type conversions (warnings in MSVC)
11 years ago
Poly Takahiro Horikawa
d9d8db3f1c
Fix key name to switch between MSER/CSER regions.
11 years ago
tpietruszka
4ea0ce0999
Added Deepflow docs
11 years ago