itsyplen
|
24279c2c11
|
Updated sample using new cmd parser
|
13 years ago |
itsyplen
|
49fb4ecbc1
|
Updated samples using new cmd parser
|
13 years ago |
Vadim Pisarevsky
|
c9ed7fee34
|
fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.
|
13 years ago |
Anatoly Baksheev
|
edcfa64d99
|
experimental kernels for cuda
|
13 years ago |
Andrey Kamaev
|
50d1d711de
|
Added reference to Nvidia TADP into Android tutorial; refactored both Android tutorials; fixed some rst warnings
|
13 years ago |
Maria Dimashova
|
6287c113c8
|
fixed compile errors
|
13 years ago |
Anatoly Baksheev
|
b535356ec7
|
experimental kernels for cuda
|
13 years ago |
Maria Dimashova
|
81cb7b2c5e
|
added read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their creation to FeatureDetector::create method (#1290)
|
13 years ago |
itsyplen
|
7f32e8131d
|
Updating samples using cmd parser
|
13 years ago |
itsyplen
|
86cd9fadf3
|
Fixed some grammatical errors
|
13 years ago |
Maria Dimashova
|
999481273e
|
fixed memory leak in SIFT wrapper (#1288)
|
13 years ago |
Vladislav Vinogradov
|
ff1fb9f7cc
|
minor stitching optimization (use cpu matchers instead of gpu matchers on multicore processors)
|
13 years ago |
Vadim Pisarevsky
|
cfdf464052
|
initial (buggy) C++ version of Delaunay triangulation
|
13 years ago |
Andrey Kamaev
|
1248775177
|
Java API: added JNI_OnLoad to eliminate jvm warnings
|
13 years ago |
Maria Dimashova
|
1d7877eeaf
|
added doc on supported Kinect properties (#1251)
|
13 years ago |
Maria Dimashova
|
ec150c24e3
|
added CV_CAP_PROP_OPENNI_REGISTRATION property for getting
|
13 years ago |
Vladislav Vinogradov
|
c5adaa717b
|
minor stitching optimization (improve buffer reuse)
|
13 years ago |
Andrey Kamaev
|
b319e7f403
|
Java API: added support for BruteforceMatcher-SL2
|
13 years ago |
Andrey Kamaev
|
e553a37fe7
|
Removed outdated android-opencv subproject
|
13 years ago |
Andrey Kamaev
|
d9d74678a9
|
Java API: corrected names of methods in Utils class; fixed bug in DMatch (thank for Hussein Abdinoor); added new utility method loadResource
|
13 years ago |
Vladislav Vinogradov
|
13e392763b
|
fixed compilation error without cuda
|
13 years ago |
Maria Dimashova
|
abd12c052a
|
fixed doc warning
|
13 years ago |
Andrey Kamaev
|
0a78cdf264
|
Updated Android tutorials
|
13 years ago |
Maria Dimashova
|
fd27ba248b
|
added doc on CvERTrees
|
13 years ago |
Vladislav Vinogradov
|
36bfa6ea1c
|
minor
|
13 years ago |
Vladislav Vinogradov
|
b2b1d41da8
|
moved GpuMat class to separate header file
|
13 years ago |
Vladislav Vinogradov
|
f4f38fcced
|
fixed gpu test failure on empty test data
|
13 years ago |
Bernat Gabor
|
a5f38806ab
|
Small modifications to the scan tutorial and added the video-input-psnr-ssim sample file.
|
13 years ago |
Maria Dimashova
|
1f07209f6c
|
fixed CvCapture_OpenNI constructor (removed all exceptions) (#1237)
|
13 years ago |
Maria Dimashova
|
4839bfb1a5
|
fixed grammar of the comment
|
13 years ago |
Andrey Kamaev
|
2ec815be89
|
Updated android tutorial for native development
|
13 years ago |
Maria Dimashova
|
fcd999ae6e
|
added SL2 (squared L2 distance) and implemented the descriptors matching in L2 using SL2
|
13 years ago |
Vladislav Vinogradov
|
a9fdc1bdff
|
added buffered version of cornerHarris, cornerMinEigenVal, histEven and histRange
|
13 years ago |
Vladislav Vinogradov
|
12b7090a6f
|
fixed some warnings under win64
|
13 years ago |
Maria Dimashova
|
dc14b45617
|
minor changes
|
13 years ago |
Anatoly Baksheev
|
5c691907ed
|
minor improvements in cmake-file for gpu samples
|
13 years ago |
Vladislav Vinogradov
|
42ced17c2c
|
fixed some warnings under win64
|
13 years ago |
Vladislav Vinogradov
|
767ac9aa10
|
added gpu::Canny function
|
13 years ago |
Andrey Kamaev
|
0a2c7803b6
|
Fixed mixChannels argument types
|
13 years ago |
Vladislav Vinogradov
|
dfaa8af6ee
|
fixed #1279
|
13 years ago |
Bernat Gabor
|
ed801d3e65
|
Added the "Interoperability with OpenCV 1" tutorial.
|
13 years ago |
Andrey Kamaev
|
b486a96601
|
Java API: refactored Core tests
|
13 years ago |
Leonid Beynenson
|
93a0237b64
|
Added the tutorial "Using OpenCV Android binary package to compile applications, which use OpenCV from native level".
|
13 years ago |
Vadim Pisarevsky
|
8ceda8372c
|
corrected PCA::PCA and PCA::operator () description (thanks to Adrian Kaehler)
|
13 years ago |
Vadim Pisarevsky
|
e5c66b5ed4
|
fixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket #1285)
|
13 years ago |
Andrey Kamaev
|
99e3b5a24e
|
Java API: cleaned imgproc tests; changed signatures of several java functions
|
13 years ago |
Vadim Pisarevsky
|
e2e4ee2f53
|
disable implicit numpy array use in old-style Python bindings because of hard-to-fix memory leaks (ticket #1177)
|
13 years ago |
Vadim Pisarevsky
|
3f40a1d8c3
|
fixed KeyPoint::convert(keypoints,point2f) (ticket #1282; thanks to cooperz for the patch)
|
13 years ago |
Vadim Pisarevsky
|
dd1315b22a
|
fixed rank check in 8-point Fundamental Matrix algorithm (patch by F. Devernay; ticket #1273)
|
13 years ago |
Vadim Pisarevsky
|
04a4e51920
|
fixed parallel block matching stereo correspondence algorithm (ticket #997; thanks to jbieger for the patch)
|
13 years ago |