Philipp Hasper
ab4d697667
Registration sample: adapt to xfeatures2d
10 years ago
vludv
b1b36cd20e
Adaptive manifold filter: downsample/upsample operations where paralleled.
10 years ago
vludv
a31a70bf47
Merge branch 'master' of github.com:Itseez/opencv_contrib
10 years ago
vludv
e8d7975e2c
Adaptive manifold filter changes: Memory consuming was reduced and performance was improved (10% average).
10 years ago
manuele
77116f35db
buffer overrun fix
10 years ago
manuele
a9eebb91f9
warning fixes
10 years ago
manuele
59099ecbc0
adas fix
...
- lowered memory usage (now the train use ~3x less memory)
- improved speed (removed some bottlenecks and added fast_log)
- added support to grayscale images
- the LUV features are not computed if the image is grayscale (leads to
an improved detection rate)
- added various parameters (limit_ps, limit_bg, alpha, slidingStep,
is_grayscale)
- added detect() function for a better control of the resize factor
10 years ago
Vadim Pisarevsky
6a61e07cf4
Merge pull request #103 from bmagyar/fix_doc_title
...
Fix documentation title in TOF and some typos
10 years ago
Vadim Pisarevsky
5fccae3133
Merge pull request #104 from andreasBihlmaier/cvv_fix_docs
...
cvv fix docs
10 years ago
ahb
611c82c30b
cmake -DCVV_DEBUG_MODE= only belongs into tutorial
10 years ago
ahb
d4a6bc0146
2.4 -> master: :ocv:struct:`DMatch` -> :basicstructures:`DMatch <dmatch>`
10 years ago
ahb
9a15276e56
fix unresolved references by using different (old?) style ones
10 years ago
Bence Magyar
098d8193e5
Fix documentation title in TOF and some typos
10 years ago
ahb
4649cbe45e
in future: write about gui
10 years ago
ahb
a220bddd99
api documentation complete; cvv now shows up in index
10 years ago
ahb
b4354bbeaf
almost done with API docs
10 years ago
Maksim Shabunin
6ad96028a2
Merge pull request #101 from mshabunin/java_wrap
...
Enabled java wrappers for bioinspired/retina module
10 years ago
ahb
a686f6269b
add functions with TODOs
10 years ago
ahb
54c5dacf56
start to add proper sphinx docs; remove old stuff here
10 years ago
Vadim Pisarevsky
fcb8e31c53
Merge pull request #63 from 23pointsNorth/ccalib_module
...
Added Custom Calibration Pattern Module.
10 years ago
Maksim Shabunin
e640d6ad48
Merge pull request #81 from znah/xfeatures2d_fix
...
make opencv_cudaarithm dependency for xfeatures2d optional
10 years ago
Dmitriy Anisimov
74fbe96b6f
renamed datasetstools to datasets
10 years ago
dmitriy.anisimov
ee934e29bb
added benchmark for fr_lfw dataset
10 years ago
Maksim Shabunin
f7763b9a4e
Fixed bioinspired/retina OpenCL java wrapping
10 years ago
Maksim Shabunin
d210ec58e0
Enabled java wrappers for bioinspired/retina module
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