dmitriy.anisimov
|
ee934e29bb
|
added benchmark for fr_lfw dataset
|
10 years ago |
Vadim Pisarevsky
|
dca8904dbc
|
Merge pull request #97 from andreasBihlmaier/integrate_cvv
Integrate cvv module: Interactive Visual Debugging of Computer Vision applications
|
10 years ago |
ahb
|
e114d95e6e
|
Integrate cvv module: Interactive Visual Debugging of Computer Vision applications
|
10 years ago |
Vadim Pisarevsky
|
47131fd1c0
|
Merge pull request #84 from avdmitry/datasetstools2
datasets loading module: continue
|
10 years ago |
Vadim Pisarevsky
|
bc5d9c5175
|
Merge pull request #92 from Bellaktris/inpainting
Inpainting
|
10 years ago |
Vadim Pisarevsky
|
f07e304d21
|
Merge pull request #90 from bkueng/superpixel_SEEDS
Integration of SEEDS superpixel algorithm to opencv_contrib
|
10 years ago |
Vadim Pisarevsky
|
4114d068b2
|
Merge pull request #95 from berak/line_descriptor_fix_delete
fix mismatched delete[] calls in line_descriptor.cpp
|
10 years ago |
berak
|
70e9ee6292
|
fix mismatched delete[] calls in line_descriptor.cpp
|
10 years ago |
Vadim Pisarevsky
|
0ea1de85bf
|
Merge pull request #94 from vpisarev/fixed_win32_compile_errors2
another fix in line descriptor module for Win32 MSVC
|
10 years ago |
Vadim Pisarevsky
|
f1f579f557
|
do not use __popcnt64
|
10 years ago |
Vadim Pisarevsky
|
70252d9af8
|
Merge pull request #88 from berak/glob_xobjdetect
removed wildcards from fg/bg path in ICFDetector::train
|
10 years ago |
Vadim Pisarevsky
|
a5f4cdbcdd
|
another fix in line descriptor module for Win32 MSVC
|
10 years ago |
Vadim Pisarevsky
|
a76666264b
|
Merge pull request #93 from vpisarev/fixed_win32_compile_errors
fixed the hamming distance function not to use 64-bit pop count.
|
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
|
9c606686af
|
fix merge with upstream
|
10 years ago |
Bellaktris
|
1a170fcc12
|
tiny changes
|
10 years ago |
Bellaktris
|
ec8b2a230e
|
high resolution images support
|
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
|
84ae22c73d
|
add gitignore (from opencv main repository)
|
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 |
Vadim Pisarevsky
|
d3568b7eda
|
Merge pull request #89 from mshabunin/java_test_fix
Fixed line_descriptor android build
|
10 years ago |
Maksim Shabunin
|
f63324ac39
|
Fixed line_descriptor android build
|
10 years ago |
Vadim Pisarevsky
|
07a76464da
|
Merge pull request #86 from ubisum/line_descriptor_module
Removed optim dependence
|
10 years ago |
Vadim Pisarevsky
|
ad5de30926
|
Merge pull request #87 from avdmitry/hash_murmur_warning
fixed warning with hashMurmur
|
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 |
Vadim Pisarevsky
|
b41783a990
|
Merge pull request #70 from tolgabirdal/add_surface_matching_gsoc
Add surface_matching module.
|
10 years ago |
Vadim Pisarevsky
|
80da2ce522
|
Merge pull request #85 from StevenPuttemans/fix_docs_xfeatures2d
fix typo which confuses everything
|
10 years ago |
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 |