1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-20 21:40:49 +08:00
Commit Graph

713 Commits

Author SHA1 Message Date
ahb
a686f6269b add functions with TODOs 2014-09-24 22:15:44 +02:00
ahb
54c5dacf56 start to add proper sphinx docs; remove old stuff here 2014-09-24 21:52:00 +02:00
Vadim Pisarevsky
fcb8e31c53 Merge pull request #63 from 23pointsNorth/ccalib_module
Added Custom Calibration Pattern Module.
2014-09-24 10:12:21 -07:00
Maksim Shabunin
e640d6ad48 Merge pull request #81 from znah/xfeatures2d_fix
make opencv_cudaarithm dependency for xfeatures2d optional
2014-09-24 16:37:29 +04:00
Dmitriy Anisimov
74fbe96b6f renamed datasetstools to datasets 2014-09-23 14:08:09 +04:00
dmitriy.anisimov
ee934e29bb added benchmark for fr_lfw dataset 2014-09-23 14:08:09 +04:00
Maksim Shabunin
f7763b9a4e Fixed bioinspired/retina OpenCL java wrapping 2014-09-23 13:32:34 +04:00
Maksim Shabunin
d210ec58e0 Enabled java wrappers for bioinspired/retina module 2014-09-22 11:42:48 +04:00
Vadim Pisarevsky
dca8904dbc Merge pull request #97 from andreasBihlmaier/integrate_cvv
Integrate cvv module: Interactive Visual Debugging of Computer Vision applications
2014-09-19 21:37:10 +04:00
ahb
e114d95e6e Integrate cvv module: Interactive Visual Debugging of Computer Vision applications 2014-09-19 14:16:55 +02:00
Vadim Pisarevsky
47131fd1c0 Merge pull request #84 from avdmitry/datasetstools2
datasets loading module: continue
2014-09-19 14:25:43 +04:00
Vadim Pisarevsky
bc5d9c5175 Merge pull request #92 from Bellaktris/inpainting
Inpainting
2014-09-19 14:08:16 +04:00
Vadim Pisarevsky
f07e304d21 Merge pull request #90 from bkueng/superpixel_SEEDS
Integration of SEEDS superpixel algorithm to opencv_contrib
2014-09-19 13:55:32 +04:00
Vadim Pisarevsky
4114d068b2 Merge pull request #95 from berak/line_descriptor_fix_delete
fix mismatched delete[] calls in line_descriptor.cpp
2014-09-19 13:54:33 +04:00
berak
70e9ee6292 fix mismatched delete[] calls in line_descriptor.cpp 2014-09-18 17:57:28 +02:00
Vadim Pisarevsky
0ea1de85bf Merge pull request #94 from vpisarev/fixed_win32_compile_errors2
another fix in line descriptor module for Win32 MSVC
2014-09-18 15:30:57 +04:00
Vadim Pisarevsky
f1f579f557 do not use __popcnt64 2014-09-18 15:03:34 +04:00
Vadim Pisarevsky
70252d9af8 Merge pull request #88 from berak/glob_xobjdetect
removed wildcards from fg/bg path in ICFDetector::train
2014-09-18 14:37:48 +04:00
Vadim Pisarevsky
a5f4cdbcdd another fix in line descriptor module for Win32 MSVC 2014-09-18 14:29:48 +04:00
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.
2014-09-18 13:54:54 +04:00
Vadim Pisarevsky
db1667ed6c fixed the hamming distance function not to use 64-bit pop count. This should fix compile errors on Windows 2014-09-18 13:37:23 +04:00
dmitriy.anisimov
ee12bc12f2 added MNIST dataset loader 2014-09-15 13:33:49 +04:00
dmitriy.anisimov
9ee9f182d6 minor CMakeLists cleaning 2014-09-12 15:20:27 +04:00
dmitriy.anisimov
4041650fc4 updated fr_lfw dataset loader 2014-09-12 15:15:02 +04:00
berak
714b3137ac fix asterisk warning 2014-09-12 11:47:16 +02:00
Bellaktris
63c308a968 error fix 2014-09-12 06:08:58 +07:00
Bellaktris
0f7df3152f -||- 2014-09-11 08:43:01 +07:00
Bellaktris
33eb6c28a4 warning & error fixes 2014-09-11 07:29:20 +07:00
Bellaktris
e8315763e4 -||- 2014-09-11 07:11:50 +07:00
Bellaktris
877f2f3597 warning & error fixes 2014-09-11 07:03:42 +07:00
Bellaktris
9c606686af fix merge with upstream 2014-09-11 06:39:53 +07:00
Bellaktris
1a170fcc12 tiny changes 2014-09-11 06:33:56 +07:00
Bellaktris
ec8b2a230e high resolution images support 2014-09-11 06:08:47 +07:00
vludv
fcca6483ad Merge branch 'edgefilter' 2014-09-10 22:26:20 +04:00
vludv
11940dac0d added python wrapper macros in edge_filter.hpp 2014-09-10 21:57:35 +04:00
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]
2014-09-10 08:52:30 +02:00
dmitriy.anisimov
5624ad2c8e slight updated ir_affine 2014-09-09 18:47:10 +04:00
Dmitriy Anisimov
4000b35dbe minor changes & fixed win64 warning 2014-09-09 17:21:19 +04:00
dmitriy.anisimov
ad14f83b04 last planned large refactoring 2014-09-09 17:21:19 +04:00
dmitriy.anisimov
444480df2d several enhancements 2014-09-09 17:21:18 +04:00
dmitriy.anisimov
7597e46ee3 interface-implementation pattern implemented 2014-09-09 17:21:18 +04:00
Beat Küng
84ae22c73d add gitignore (from opencv main repository) 2014-09-09 11:42:10 +02:00
Beat Küng
265a7ad11d seeds: add C++ and python samples 2014-09-09 11:41:29 +02:00
Beat Küng
770a8b598f seeds: add documentation 2014-09-09 11:40:49 +02:00
Beat Küng
05293a4c31 seeds: add SEEDS superpixels implementation to ximgproc module 2014-09-09 11:40:29 +02:00
Vadim Pisarevsky
d3568b7eda Merge pull request #89 from mshabunin/java_test_fix
Fixed line_descriptor android build
2014-09-09 13:28:41 +04:00
Maksim Shabunin
f63324ac39 Fixed line_descriptor android build 2014-09-09 12:20:42 +04:00
Vadim Pisarevsky
07a76464da Merge pull request #86 from ubisum/line_descriptor_module
Removed optim dependence
2014-09-09 10:33:22 +04:00
Vadim Pisarevsky
ad5de30926 Merge pull request #87 from avdmitry/hash_murmur_warning
fixed warning with hashMurmur
2014-09-09 10:32:36 +04:00
berak
e991db75c2 removed wildcards from fg/bg path in ICFDetector::train 2014-09-08 12:26:54 +02:00