Vadim Pisarevsky
a5f4cdbcdd
another fix in line descriptor module for Win32 MSVC
10 years ago
Vadim Pisarevsky
db1667ed6c
fixed the hamming distance function not to use 64-bit pop count. This should fix compile errors on Windows
10 years ago
dmitriy.anisimov
ee12bc12f2
added MNIST dataset loader
10 years ago
dmitriy.anisimov
9ee9f182d6
minor CMakeLists cleaning
10 years ago
dmitriy.anisimov
4041650fc4
updated fr_lfw dataset loader
10 years ago
berak
714b3137ac
fix asterisk warning
10 years ago
Bellaktris
63c308a968
error fix
10 years ago
Bellaktris
0f7df3152f
-||-
10 years ago
Bellaktris
33eb6c28a4
warning & error fixes
10 years ago
Bellaktris
e8315763e4
-||-
10 years ago
Bellaktris
877f2f3597
warning & error fixes
10 years ago
Bellaktris
1a170fcc12
tiny changes
10 years ago
Bellaktris
ec8b2a230e
high resolution images support
10 years ago
vludv
11940dac0d
added python wrapper macros in edge_filter.hpp
10 years ago
Beat Küng
728b8253f8
seeds sample: fix compiler warnings
...
the exact warnings are:
/builds/precommit-contrib_macosx/opencv_contrib/modules/ximgproc/samples/seeds.cpp:32:6: warning: no previous prototype for function 'trackbarChanged' [-Wmissing-prototypes]
/builds/precommit-contrib_macosx/opencv_contrib/modules/ximgproc/samples/seeds.cpp:32:26: warning: unused parameter 'pos' [-Wunused-parameter]
/builds/precommit-contrib_macosx/opencv_contrib/modules/ximgproc/samples/seeds.cpp:32:37: warning: unused parameter 'data' [-Wunused-parameter]
10 years ago
dmitriy.anisimov
5624ad2c8e
slight updated ir_affine
10 years ago
Dmitriy Anisimov
4000b35dbe
minor changes & fixed win64 warning
10 years ago
dmitriy.anisimov
ad14f83b04
last planned large refactoring
10 years ago
dmitriy.anisimov
444480df2d
several enhancements
10 years ago
dmitriy.anisimov
7597e46ee3
interface-implementation pattern implemented
10 years ago
Beat Küng
265a7ad11d
seeds: add C++ and python samples
10 years ago
Beat Küng
770a8b598f
seeds: add documentation
10 years ago
Beat Küng
05293a4c31
seeds: add SEEDS superpixels implementation to ximgproc module
10 years ago
Maksim Shabunin
f63324ac39
Fixed line_descriptor android build
10 years ago
berak
e991db75c2
removed wildcards from fg/bg path in ICFDetector::train
10 years ago
biagio montesano
b0cb1c0d82
Corrected possible loss of precision
10 years ago
Dmitriy Anisimov
b5b3ecf6f5
fixed warning with hashMurmur
10 years ago
biagio montesano
b83bff0c8f
Removed optim dependence
10 years ago
Daniel Angelov
ae008ddf21
fixed float warning.
10 years ago
Daniel Angelov
c5b57d0c58
Enclose code in ccalib namespace. Switch defines to consts.
10 years ago
StevenPuttemans
8fc35bb6ae
fix typo which confuses everything
10 years ago
dmitriy.anisimov
ee684c8ad2
structure names capitalized + minor cleaning
10 years ago
Vadim Pisarevsky
d4d2a6ef7b
fixed android warnings
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
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
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