Vadim Pisarevsky
ad5de30926
Merge pull request #87 from avdmitry/hash_murmur_warning
...
fixed warning with hashMurmur
11 years ago
berak
e991db75c2
removed wildcards from fg/bg path in ICFDetector::train
11 years ago
biagio montesano
b0cb1c0d82
Corrected possible loss of precision
11 years ago
Dmitriy Anisimov
b5b3ecf6f5
fixed warning with hashMurmur
11 years ago
biagio montesano
b83bff0c8f
Removed optim dependence
11 years ago
Daniel Angelov
ae008ddf21
fixed float warning.
11 years ago
Daniel Angelov
c5b57d0c58
Enclose code in ccalib namespace. Switch defines to consts.
11 years ago
Vadim Pisarevsky
b41783a990
Merge pull request #70 from tolgabirdal/add_surface_matching_gsoc
...
Add surface_matching module.
11 years ago
Vadim Pisarevsky
80da2ce522
Merge pull request #85 from StevenPuttemans/fix_docs_xfeatures2d
...
fix typo which confuses everything
11 years ago
StevenPuttemans
8fc35bb6ae
fix typo which confuses everything
11 years ago
Vadim Pisarevsky
89c043572e
Merge pull request #78 from avdmitry/datasetstools
...
datasets loading module
11 years ago
Vadim Pisarevsky
d099fbcb0a
Merge pull request #83 from vpisarev/fix_android_warnings
...
fixed android warnings
11 years ago
dmitriy.anisimov
ee684c8ad2
structure names capitalized + minor cleaning
11 years ago
Vadim Pisarevsky
d4d2a6ef7b
fixed android warnings
11 years ago
Vadim Pisarevsky
c54ae801d3
Merge pull request #82 from rokm/matlab-fix
...
matlab: fix bindings generation for xfeatures2d
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
Vadim Pisarevsky
1bd91cd5c7
Merge pull request #39 from fpuja/saliencyModuleDevelop
...
Saliency module develop
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
Vadim Pisarevsky
b4edf34f6b
Merge pull request #38 from ubisum/line_descriptor_module
...
Line descriptor module
11 years ago
Vadim Pisarevsky
71c98af04b
Merge pull request #80 from znah/py_wrap
...
StructuredEdgeDetection to python
11 years ago
Alexander Mordvintsev
b5a6b1f0a3
make opencv_cudaarithm dependency for xfeatures2d optional
11 years ago
Daniel Angelov
9fb1a6dbc4
Fixed windows warnings. Updated docs to include default detector/matcher.
11 years ago
Alexander Mordvintsev
96efa4cd90
RFFeatureGetter* -> Ptr<RFFeatureGetter> (need this for python wrapper and proper pointer handling)
11 years ago
Daniel Angelov
01d3b69b82
Updated ITERATIVE -> SOLVEPNP_ITERATIVE.
11 years ago
dmitriy.anisimov
17616a8659
fixed last warning in document
11 years ago
Daniel Angelov
e5bc40e608
Swapped CV_RGB macro to Scalar.
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
Vadim Pisarevsky
5e70cd8549
Merge pull request #77 from StevenPuttemans/fix_nonfree
...
fixing further nonfree elements
11 years ago
Vadim Pisarevsky
2ad5ff3790
Merge pull request #79 from PhilLab/patch-1
...
HDR tutorial text removed from edge detection
11 years ago
Bellaktris
eeca866993
images -> vectors in xphoto/inpainting
11 years ago
dmitriy.anisimov
3787bf999a
document updated, added simple base class for datasets and other minor changes
11 years ago
Philipp Hasper
72f94ca543
HDR tutorial text removed from edge detection
11 years ago
dmitriy.anisimov
8b4a38964e
initial commit
11 years ago
StevenPuttemans
d27141abe3
fixing further nonfree elements
11 years ago
Vadim Pisarevsky
071eb5a7c5
Merge pull request #69 from thorikawa/fix-usage-text
...
Fix key name to switch between MSER/CSER regions.
11 years ago
Vadim Pisarevsky
1ce1522712
Merge pull request #75 from StevenPuttemans/fix_build_includes
...
fixing build with extra modules
11 years ago