StevenPuttemans
8fc35bb6ae
fix typo which confuses everything
10 years ago
Vadim Pisarevsky
89c043572e
Merge pull request #78 from avdmitry/datasetstools
...
datasets loading module
10 years ago
Vadim Pisarevsky
d099fbcb0a
Merge pull request #83 from vpisarev/fix_android_warnings
...
fixed android warnings
10 years ago
dmitriy.anisimov
ee684c8ad2
structure names capitalized + minor cleaning
10 years ago
Vadim Pisarevsky
d4d2a6ef7b
fixed android warnings
10 years ago
Vadim Pisarevsky
c54ae801d3
Merge pull request #82 from rokm/matlab-fix
...
matlab: fix bindings generation for xfeatures2d
10 years ago
tolgabirdal
80317410c2
hash license added
10 years ago
Bence Magyar
ef9b8a98b2
Update docu sample source
10 years ago
Bence Magyar
a8a4524ddb
UNFINISHED: get rid of pointers
10 years ago
Bence Magyar
3f620fd19f
Refactored API classes, removed unused params
10 years ago
Bence Magyar
995b696360
Cosmetic changes
10 years ago
Bence Magyar
d1193e31e5
Move header files inside opencv2/surface_matching/, update the rest
10 years ago
Bence Magyar
9401285e12
Unify include guards
10 years ago
Bence Magyar
a392d11d36
cv::Mat -> Mat
10 years ago
Bence Magyar
9d6fc0488b
__inline -> inline
10 years ago
Bence Magyar
607f2bfc99
Add surface_matching module.
10 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.
10 years ago
Vadim Pisarevsky
1bd91cd5c7
Merge pull request #39 from fpuja/saliencyModuleDevelop
...
Saliency module develop
10 years ago
dmitriy.anisimov
2916f89d82
enhanced base class: created hierarchy for objects in train\test and moved train\test to base class
10 years ago
jaco
e2fde8a610
commented code removed
10 years ago
dmitriy.anisimov
5e647ff075
fixed all comments except base class enhancment and interface-implementation pattern
10 years ago
Vadim Pisarevsky
b4edf34f6b
Merge pull request #38 from ubisum/line_descriptor_module
...
Line descriptor module
10 years ago
Vadim Pisarevsky
71c98af04b
Merge pull request #80 from znah/py_wrap
...
StructuredEdgeDetection to python
10 years ago
Alexander Mordvintsev
b5a6b1f0a3
make opencv_cudaarithm dependency for xfeatures2d optional
10 years ago
Daniel Angelov
9fb1a6dbc4
Fixed windows warnings. Updated docs to include default detector/matcher.
10 years ago
Alexander Mordvintsev
96efa4cd90
RFFeatureGetter* -> Ptr<RFFeatureGetter> (need this for python wrapper and proper pointer handling)
10 years ago
Daniel Angelov
01d3b69b82
Updated ITERATIVE -> SOLVEPNP_ITERATIVE.
10 years ago
dmitriy.anisimov
17616a8659
fixed last warning in document
10 years ago
Daniel Angelov
e5bc40e608
Swapped CV_RGB macro to Scalar.
10 years ago
dmitriy.anisimov
e1e269dbac
fixed warnings for document & Win64
10 years ago
dmitriy.anisimov
bb704fc3af
removed generated document
10 years ago
dmitriy.anisimov
17d7398825
finished conversion project to module
10 years ago
Vadim Pisarevsky
5e70cd8549
Merge pull request #77 from StevenPuttemans/fix_nonfree
...
fixing further nonfree elements
10 years ago
Vadim Pisarevsky
2ad5ff3790
Merge pull request #79 from PhilLab/patch-1
...
HDR tutorial text removed from edge detection
10 years ago
Bellaktris
eeca866993
images -> vectors in xphoto/inpainting
10 years ago
dmitriy.anisimov
3787bf999a
document updated, added simple base class for datasets and other minor changes
10 years ago
Philipp Hasper
72f94ca543
HDR tutorial text removed from edge detection
10 years ago
dmitriy.anisimov
8b4a38964e
initial commit
10 years ago
StevenPuttemans
d27141abe3
fixing further nonfree elements
10 years ago
Vadim Pisarevsky
071eb5a7c5
Merge pull request #69 from thorikawa/fix-usage-text
...
Fix key name to switch between MSER/CSER regions.
10 years ago
Vadim Pisarevsky
1ce1522712
Merge pull request #75 from StevenPuttemans/fix_build_includes
...
fixing build with extra modules
10 years ago
biagio montesano
c28417c8ff
Array32 class removal.
10 years ago
Vadim Pisarevsky
e4cfe59a99
Merge pull request #74 from znah/to_python
...
[WIP] Effort to expose new contributions into python
10 years ago
Vadim Pisarevsky
9c1f398dd0
Merge pull request #76 from sanchom/master
...
Bugfix: Precision error.
10 years ago
Bellaktris
a5ba77a069
Merge branch 'gsoc' of https://github.com/Bellaktris/opencv_contrib into inpainting
10 years ago
Bellaktris
408559d641
pre-merge
10 years ago
Sancho McCann
86dd8f745a
Bugfix: Precision error.
...
When p >= 1, setting p to 0.999999999999999999999999999999, didn't actually make p less than one.
10 years ago
StevenPuttemans
e7d9d119ef
fixing build with extra modules
10 years ago
Alexander Mordvintsev
4ba60f022e
expose edge-aware filters to python
10 years ago
Alexander Mordvintsev
3f7cca4a6f
fixed 'xphoto' and 'text' build on MSVC 2008
10 years ago