Bellaktris
9c606686af
fix merge with upstream
11 years ago
Bellaktris
1a170fcc12
tiny changes
11 years ago
Bellaktris
ec8b2a230e
high resolution images support
11 years ago
vludv
fcca6483ad
Merge branch 'edgefilter'
11 years ago
vludv
11940dac0d
added python wrapper macros in edge_filter.hpp
11 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]
11 years ago
dmitriy.anisimov
5624ad2c8e
slight updated ir_affine
11 years ago
Dmitriy Anisimov
4000b35dbe
minor changes & fixed win64 warning
11 years ago
dmitriy.anisimov
ad14f83b04
last planned large refactoring
11 years ago
dmitriy.anisimov
444480df2d
several enhancements
11 years ago
dmitriy.anisimov
7597e46ee3
interface-implementation pattern implemented
11 years ago
Beat Küng
84ae22c73d
add gitignore (from opencv main repository)
11 years ago
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
Vadim Pisarevsky
d3568b7eda
Merge pull request #89 from mshabunin/java_test_fix
...
Fixed line_descriptor android build
11 years ago
Maksim Shabunin
f63324ac39
Fixed line_descriptor android build
11 years ago
Vadim Pisarevsky
07a76464da
Merge pull request #86 from ubisum/line_descriptor_module
...
Removed optim dependence
11 years ago
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