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
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
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
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
Bellaktris
408559d641
pre-merge
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
Daniel Angelov
93361768f6
Cleared shadowing warning.
11 years ago
Daniel Angelov
d98136174a
Updated headers.
11 years ago
Alex Leontiev
0cd798ed02
buildbot
11 years ago
Daniel Angelov
71757c2985
Added the precomp.hpp file.
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
tpietruszka
4ec320efe1
Added Deepflow to the testing app
11 years ago
tpietruszka
e349d6d0b6
Deepflow - unfolded loops; faster, terrible code
11 years ago
tpietruszka
9181b2bd3d
Moved deepflow to contrib, minor improvements
11 years ago
Alex Leontiev
2ea09a16a6
Upgrades to benchmark
...
Now algorithm names are overlayed with image and number of frames
assessed can be given via command line (e.g. -a=100 to assess first 100
frames).
11 years ago
Alex Leontiev
e67b9e9eec
Remove dependence on optim module
...
With all functionality preserved. Pure renaming.
11 years ago
tpietruszka
4738fc2e63
Moved optflow interfaces and testing app.
...
Algorithm::info()-related code disabled-after moving to opencv_contrib caused compilation errors
Added usage examples
Added documentation for optflow_io
+bugfix: handling invalid algorithm choice
+ solving MSVC compilation errors; assuming that int and float are 4-bytes long - possibly needs fixing
11 years ago
Alexander Shishkov
b2901d273d
Update ximgproc.rst
11 years ago