Anton Obukhov
3396a2ec1a
[~] Refactored device reduction for better reuse (now with functor semantics)
2011-11-04 13:49:05 +00:00
Anton Obukhov
56531c6161
[*] Fixed #1461
2011-11-04 12:41:54 +00:00
Andrey Kamaev
2f1cd91ff3
More performance tests for Sobel and Scharr filters
2011-11-03 16:08:49 +00:00
Alexandre Benoit
9883b2d401
corrected stupid error for retina color mode selection in Retina::run method
2011-11-03 10:58:11 +00:00
Andrey Kamaev
a612fa1520
Performance testing: added option to get list of all values for CV_ENUM; added perf test for cv::Sobel
2011-11-01 15:41:43 +00:00
Andrey Kamaev
46262b1972
Added performance test for Canny
2011-11-01 09:07:34 +00:00
Andrey Kamaev
41d3a9a192
Minor perf tests framework improvement
2011-11-01 08:13:30 +00:00
Leonid Beynenson
59d89c7a7a
Added possibility to configure TBB behavior in Perf tests --- now we can set the number of TBB threads in the perf tests either as console parameter perf_tbb_nthreads or
...
in a test itself using the method declare.tbb_threads(n).
2011-10-31 16:22:05 +00:00
Andrey Kamaev
1d5e407211
minor
2011-10-31 13:19:12 +00:00
Vladislav Vinogradov
804d9b72f6
minor
2011-10-31 09:41:29 +00:00
Vladislav Vinogradov
09ba133ddf
prepared GpuMat for moving to core module
2011-10-31 08:51:00 +00:00
Vladislav Vinogradov
0b4e7d6057
fixed remap under cc < 2.0
2011-10-31 08:50:14 +00:00
Andrey Kamaev
583ceef6a5
Terga optimization for integral_8u32s
2011-10-31 08:00:20 +00:00
Kirill Kornyakov
e37930b649
Optimized version of Sum functions added
2011-10-31 07:04:52 +00:00
Vladislav Vinogradov
daf50f8e0d
fixed compilation error
2011-10-31 06:43:00 +00:00
Alexandre Benoit
bb329719c6
short change on default retina values setup for warning avoidance
2011-10-30 07:41:50 +00:00
Alexandre Benoit
57159998f0
clarified parameters inputs and outputs at the interface level for better clarity and ease of use, also corrected a mistake at activateContoursProcessing interface method
2011-10-30 07:33:00 +00:00
Andrey Kamaev
3970664e24
Performance test for FAST features detector
2011-10-28 12:52:20 +00:00
Vadim Pisarevsky
448a252776
added compression strategy as a parameter (another request from ticket #1452 )
2011-10-28 04:11:02 +00:00
Vadim Pisarevsky
17c3102705
improved png compression ratio (ticket #1452 )
2011-10-28 02:22:11 +00:00
Andrey Kamaev
3f22a1c40f
Performace tests for ORB
2011-10-27 14:46:12 +00:00
Andrey Kamaev
b720eddd9e
Tegra-optimized features matching for Stitching
2011-10-27 14:06:06 +00:00
Anton Obukhov
5afb445283
[+] Pixel types via templates
...
[+] Color conversions stub via pixel types
[+] Pyramid calculation (required for mipmaps in CUDA 4.1)
[~] Changed C strings to C++ throughout NCV
[~] Fixed a couple of bugs in NCV
2011-10-27 10:13:28 +00:00
Alexey Spizhevoy
0b192cb4ea
Fixed warning in the ORB features finder
2011-10-27 09:00:28 +00:00
Andrey Kamaev
d7ff92439d
Better NEON Hamming distance
2011-10-26 13:04:53 +00:00
Vladislav Vinogradov
509730c1cd
minor
2011-10-26 12:44:38 +00:00
Andrey Kamaev
f1cb2431b8
Fixed small bugs in Stitcher class
2011-10-25 12:42:08 +00:00
Alexey Spizhevoy
28e006ad4f
Fixed median focal length estimation in the stitching module
2011-10-24 12:35:11 +00:00
Alexey Spizhevoy
b74e9c101a
Fixed bug in the stitching module (some images appeared at result pano center)
2011-10-24 11:52:36 +00:00
Kirill Kornyakov
602ad61967
Optimized versions of Erode and Dilate functions added
2011-10-24 09:12:55 +00:00
Andrey Kamaev
5656a9dd6b
Better default grid size for ORB-based stitching
2011-10-21 15:38:38 +00:00
Leonid Beynenson
9f837d3486
Made changes concerning inserting prefiltering modes into CascadeClassifier class.
...
Now developers should call the method setFaceDetectionMaskGenerator() to use prefiltering mask generator
implemented for face detection.
2011-10-21 14:56:37 +00:00
Alexey Spizhevoy
b8304ce764
Updated stitcher a little bit
2011-10-21 10:47:48 +00:00
Alexandre Benoit
4685f0e9d6
corrected xml parameters file management in the retina interface
2011-10-21 10:02:09 +00:00
Andrey Kamaev
94f72ae876
Stitching: added grid option to OrbFeaturesFinder
2011-10-21 08:40:10 +00:00
Andrey Kamaev
21a4a06d8a
Fixed bug in KeyPointsFilter::runByImageBorder; added ROI adjustment to ORB
2011-10-21 08:38:47 +00:00
Andrey Kamaev
e8032fa8e9
Fixed Android build with SDK revision 14
2011-10-21 08:35:34 +00:00
Kirill Kornyakov
177618984d
dft perf test minor fix
2011-10-21 08:28:33 +00:00
Kirill Kornyakov
11b7127647
minor fix of inpaint perf test
2011-10-21 08:22:11 +00:00
Kirill Kornyakov
f8983e8adf
added small resolutions for perf tests
2011-10-21 08:20:51 +00:00
Andrey Pavlenko
9b0cc77cfe
Fixing compilation
2011-10-21 05:37:33 +00:00
Alexandre Benoit
75506940eb
continuing code correction for windows warning elimination
2011-10-20 13:03:45 +00:00
Kirill Kornyakov
7c83f0dd86
inpaint perf test added
2011-10-20 11:00:29 +00:00
Kirill Kornyakov
3287729c9f
added sz2K resolution for perf tests
2011-10-20 07:50:34 +00:00
Kirill Kornyakov
f2b72928cc
created perf test for DFT
2011-10-20 07:32:12 +00:00
Vladislav Vinogradov
e7502e7641
implemented gpu::gemm via CUBLAS
2011-10-19 13:29:54 +00:00
Vladislav Vinogradov
90ff3dd990
added cublasSafeCall
2011-10-19 11:49:44 +00:00
Andrey Kamaev
f299bde3a9
Added ORB features finder into stitching module
2011-10-19 10:48:45 +00:00
Vladislav Vinogradov
40ee754e28
added WITH_CUFFT and WITH_CUBLAS flags to cmake scripts
...
fixed gpu module error reporting
added asynchronous version of some functions
2011-10-19 09:53:22 +00:00
Marius Muja
a73b509b1e
Clang compilation fixes, closes #1432
2011-10-18 18:37:47 +00:00
Andrey Kamaev
5eee9e6f6d
Several improvements in performance reports
2011-10-18 12:31:08 +00:00
Vladislav Vinogradov
b0536279eb
added wrappers for BroxOpticalFlow and interpolateFrames
2011-10-17 13:12:39 +00:00
Vladislav Vinogradov
87f3451ec6
fixed warnings
2011-10-17 06:44:40 +00:00
Anatoly Baksheev
7106513b8a
warning under vs2008
2011-10-16 13:45:11 +00:00
Alexey Spizhevoy
8cebb0982b
Updated optimal DFT size estimation in gpu::convolve()
2011-10-14 09:42:25 +00:00
Anatoly Baksheev
7076dfd7d6
gpu module: refactored devmem2d.hpp (atomic bomb)
2011-10-13 15:14:04 +00:00
Alexey Spizhevoy
916703c6e5
Updated optimal block size estimation in gpu::convolve()
2011-10-13 13:02:41 +00:00
Andrey Kamaev
e3265b0cfe
Added filters to html perf reports generated by summary.py
2011-10-12 14:41:36 +00:00
Vladislav Vinogradov
631d4b483a
minor fix
2011-10-12 11:36:10 +00:00
Leonid Beynenson
da3a60a5a7
Made changes in the method of inserting prefilters into the CascadeClassifier class.
2011-10-12 11:32:01 +00:00
Vladislav Vinogradov
8f108b4e7e
bug fix
2011-10-12 11:01:11 +00:00
Vladislav Vinogradov
d3c4e90760
new optimized implementation of BruteForceMatcher_GPU (~2-3x faster)
2011-10-12 10:23:03 +00:00
Andrey Kamaev
89be84a396
Fixed Linux build
2011-10-12 06:01:54 +00:00
Vadim Pisarevsky
b74116e694
unified norm computing; added generalized Hamming distance
2011-10-11 15:13:53 +00:00
Andrey Kamaev
c1277b6147
reenabled Tegra optimized resize
2011-10-11 15:00:00 +00:00
Vladislav Vinogradov
f38596b783
implemented brute force convolve for small kernel sizes
2011-10-10 11:58:47 +00:00
Anatoly Baksheev
ee768d4605
fixed bug in ptr in optflow.cu
2011-10-10 09:37:08 +00:00
Vladislav Vinogradov
ed749c4bfe
added missing arithm operations to gpu module
2011-10-10 08:19:11 +00:00
Vadim Pisarevsky
f947c2eb96
new, much simpler and SSE2-optimized implementation of FAST
2011-10-09 18:15:13 +00:00
Leonid Beynenson
484e56f31f
Fixed small bug in opencv_traincascade application: overflow sometimes happened during calculation of the number of negative samples.
2011-10-07 14:00:19 +00:00
Andrey Kamaev
22bd127365
Added performance tests for cv:phase and cv::SURF
2011-10-07 13:55:26 +00:00
Alexey Spizhevoy
9047ef2cdf
Renamed warp of point method into warpPoint
2011-10-07 08:51:01 +00:00
Alexey Spizhevoy
a7fbcad283
Added warp method into the RotationWarper interface, added find() into VoronoiSeamFinder which uses only source image sizes
2011-10-07 08:17:55 +00:00
Andrey Kamaev
9ae8443d37
Tegra optimized FastAtan2
2011-10-07 08:07:25 +00:00
Alexey Kazakov
78bd2133cc
Added HOG features to the traincascade module
2011-10-06 16:46:03 +00:00
Kirill Kornyakov
0e9d0f6d06
updated erode perf test
2011-10-06 14:10:29 +00:00
Kirill Kornyakov
20e49c8286
added perf test for cv::erode
2011-10-06 12:42:14 +00:00
Maria Dimashova
408d6b84fa
added func to different colors generation
2011-10-06 09:34:35 +00:00
Leonid Beynenson
630288fdef
Added possibility of prefiltering into CascadeClassifier. Now OpenCV users can implement their own mask generators and insert them into CascadeClassifier.
2011-10-05 13:21:28 +00:00
Vadim Pisarevsky
1e6479224a
fixed bug #1331
2011-10-05 01:20:52 +00:00
Vadim Pisarevsky
282c3044e6
exported C++ stereoRectify in Python
2011-10-05 00:14:43 +00:00
Andrey Morozov
6138956b5e
minor fix
2011-10-04 22:00:57 +00:00
Andrey Morozov
99c2326e51
minor fix
2011-10-04 21:43:37 +00:00
Andrey Morozov
8a06b20ad6
fixed compile for linux
2011-10-04 21:31:52 +00:00
Anatoly Baksheev
f444f9b43e
optflow gpu compilation fix under vs2010
2011-10-04 17:37:05 +00:00
Andrey Morozov
f366553a80
improved some methods in the Directory class
2011-10-04 16:46:55 +00:00
Andrey Morozov
d58ff0f478
fixed include on Linux
2011-10-04 12:42:49 +00:00
Maria Dimashova
ba62621534
updated test on lsvm
2011-10-04 12:29:56 +00:00
Andrey Morozov
af730e4bff
added class Directory
2011-10-04 12:12:14 +00:00
Maria Dimashova
36967575be
Added doc on c++ version of latent svm
2011-10-04 12:10:57 +00:00
Maria Dimashova
a4bc940a50
fixed method clear()
2011-10-04 11:35:39 +00:00
Vladislav Vinogradov
d6d7ac9cee
fixed tests for BruteForceMatcher_GPU::radiusMatch
2011-10-04 10:03:52 +00:00
Maria Dimashova
d3cd2cb5c0
removed porting to java of latent svm
2011-10-04 06:47:41 +00:00
Alexander Shishkov
b71bfef702
fixed bug with using not built-in ZLIB library
2011-10-03 17:10:18 +00:00
Maria Dimashova
a70496e414
added test for c++ version of latent svm and updated testdata
2011-10-03 16:55:49 +00:00
Maria Dimashova
4d85ee7de1
added c++ wrapper of latent svm
2011-10-03 16:45:46 +00:00
Alexey Spizhevoy
8a799aa89a
Updated optimal block size estimation for the convolve() function
2011-10-03 14:05:52 +00:00
Andrey Morozov
bee68e519a
fixed several bugs in CommandLineParser
2011-10-03 11:44:31 +00:00
Andrey Morozov
bf636e40bf
improved print help in CommandLineParser
2011-10-03 11:17:36 +00:00
Vadim Pisarevsky
60ebe2003f
fixed multiple warnings on Windows. fixed bug #1368
2011-10-03 11:00:28 +00:00
Alexey Spizhevoy
74561c5b8e
Added createWightMaps function into FeatherBlender (stitching)
2011-10-03 09:44:30 +00:00
Anatoly Baksheev
923f771cfc
warnings
...
optical flow gpu cosmetics
2011-10-03 09:26:00 +00:00
Andrey Kamaev
ee413b8026
Avoid duplicated surf extraction step when same parameters are used for detection and descriptors calculation
2011-10-03 08:44:28 +00:00
Andrey Kamaev
20af242a03
Updated command line arguments in performance tests
2011-10-03 07:43:57 +00:00
Alexey Spizhevoy
dce50b67fc
Fixed support of translation in the GPU-based plane warper
2011-10-03 07:42:16 +00:00
Alexey Spizhevoy
607a7fd2c2
Updated GPU warpers interface
2011-10-03 07:10:15 +00:00
Alexey Spizhevoy
404e9cb9d5
Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface
2011-10-03 06:31:24 +00:00
Andrey Morozov
b7a3d36729
fixed several bugs in CommandLineParser
2011-10-01 10:50:50 +00:00
Andrey Morozov
135b9280f1
improved print help in CommandLineParser
2011-10-01 10:27:19 +00:00
Marius Muja
0e18f066a8
Fixing ticket #1402
2011-09-30 16:39:06 +00:00
Andrey Morozov
97d54612c7
fix print help
2011-09-30 14:49:07 +00:00
Andrey Morozov
d449b0492f
fixed several bugs in CommandLineParser
2011-09-30 14:31:32 +00:00
Alexey Spizhevoy
c5357cc17c
Added fix for removing too similar images into the stitching module
2011-09-30 12:46:11 +00:00
Andrey Morozov
3d3efe7c07
fixed sub algorithm in CommandLineParser
2011-09-30 12:45:57 +00:00
Anatoly Baksheev
0fc8fc77c0
eliminated shread_ptr dependency from optical flow gpu. It caused compilation errors.
2011-09-30 11:27:30 +00:00
Maria Dimashova
b3fb4986f2
restored doc on latent svm that was lost in moving to rst
2011-09-30 09:54:31 +00:00
Anatoly Baksheev
b9ea3ef741
compilation under ubuntu
2011-09-30 09:02:03 +00:00
Anton Obukhov
42c7aece36
[+] Added Brox optical flow (implementation courtesy of Michael Smirnov)
2011-09-29 14:46:39 +00:00
Anatoly Baksheev
f838db92c7
1) detail source group for stitching
...
2) warnings
2011-09-29 13:44:27 +00:00
Andrey Kamaev
5d363e67a0
Tegra optimized cvRound; perf test for cvRound; fixed perf test for stitching
2011-09-29 12:11:18 +00:00
Leonid Beynenson
3c9979cd6a
Disabled some unfinished optimizations.
2011-09-29 08:51:03 +00:00
Vadim Pisarevsky
bf19d66bc2
re-enabled 16s images in cvSobel & cvLaplace.
2011-09-29 07:32:02 +00:00
Leonid Beynenson
87a21016d8
Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon.
2011-09-28 21:14:20 +00:00
Vladislav Vinogradov
4d3b1a4a02
fixed build for compute capability < 2.0
2011-09-28 16:24:51 +00:00
Vladislav Vinogradov
f536dfa439
fixed build under linux
2011-09-28 12:08:17 +00:00
Vladislav Vinogradov
9da6d78989
optimized gpu filters, added buffered version for different filters
2011-09-28 11:52:26 +00:00
Andrey Kamaev
340e23a4f0
Fixed TBB-related bug in YUV420 to RGB conversion
2011-09-28 09:10:24 +00:00
Leonid Beynenson
fcaa587b67
CMake scripts changed a bit: added more accurate variant of the Threading Framework support (it is a lightweight analogue of TBB for ARM-s).
2011-09-27 16:25:13 +00:00
Vadim Pisarevsky
f0759437c0
fixed bug #1364
2011-09-27 15:58:08 +00:00
Vadim Pisarevsky
86882e5dd1
fixed bug #1381
2011-09-27 15:50:17 +00:00
Vadim Pisarevsky
1c738820de
fixed resource leak in lsvmparser (ticket #1390 )
2011-09-27 15:43:13 +00:00
Vadim Pisarevsky
65e036fe6d
fixed bug #1368
2011-09-27 15:34:39 +00:00
Vadim Pisarevsky
a512883170
fixed bug #1388
2011-09-27 15:23:43 +00:00
Vadim Pisarevsky
3535aacc23
fixed bug #1389
2011-09-27 15:17:00 +00:00
Alexey Spizhevoy
e0bf60fd3e
Minor changes in stitching module
2011-09-27 07:46:28 +00:00
Vladislav Vinogradov
ea4f65b570
implemented optimized version of bf_radius_match for train collection
2011-09-27 06:45:17 +00:00
Alexey Spizhevoy
e99b090871
Fixed bug in ROI based features finder (stitching)
2011-09-26 13:17:06 +00:00
Vladislav Vinogradov
b119833ad1
implemented optimized version of gpu::bf_radius_match
2011-09-26 11:18:30 +00:00
Andrey Kamaev
961dc4e348
Fixed build error (Linux)
2011-09-26 11:05:56 +00:00
Alexey Spizhevoy
a7d053f10d
Added handling of ROI in stitching features matchers
2011-09-26 09:59:13 +00:00
Alexey Spizhevoy
b053a3b486
Added matching mask into pairwise matcher from stitching module
2011-09-26 09:24:45 +00:00
Alexey Spizhevoy
551113292b
Refactored stitching module
2011-09-26 08:52:31 +00:00
Vladislav Vinogradov
67a9b79433
added performance tests for gpu::reduce
2011-09-26 08:14:31 +00:00
Alexey Spizhevoy
66b41b67f9
Added support of GPU in stitching seam estimators
2011-09-26 07:57:05 +00:00
Alexey Spizhevoy
16f5c67914
Added support of vertical straightening into stitching
2011-09-24 08:20:13 +00:00
Alexey Spizhevoy
48dec9c03a
Fixed GPU version of multi-band blending in stitching module
2011-09-24 05:58:29 +00:00
Alexey Spizhevoy
afc894db9f
Replaced SVD with eigenval decomposition in waveCorrect func (stitching)
2011-09-23 10:57:20 +00:00
Andrey Kamaev
7ca53cfcd4
Added debug function to project back from pano to original image
2011-09-22 13:58:07 +00:00
Andrey Pavlenko
823b6567a3
Java API: fix for Subdiv2D::getTriangleList() and Subdiv2D::getEdgeList(); test for getTriangleList() is added.
2011-09-22 11:22:15 +00:00
Vadim Pisarevsky
1dbe5ccc5f
improved phaseCorrelate() performance (thanks to Will Lucas for the patch)
2011-09-22 10:40:48 +00:00
Vadim Pisarevsky
a1d6671451
fixed bug #1370
2011-09-22 09:58:58 +00:00
Alexey Spizhevoy
39533a0b1b
Added BA refinement flags into stitching_detailed
2011-09-22 08:58:48 +00:00
Alexander Mordvintsev
0ad1d0afac
fixed problem with incorrect distance values returned by FlannBasedMatcher for hamming metric (int's were interpreted as floats)
2011-09-22 08:52:40 +00:00
Vladislav Vinogradov
8b23c79294
implemented gpu::reduce
2011-09-22 07:08:26 +00:00
Vladislav Vinogradov
ce35a6d8be
fixed bug in cv::reduce in reduceC_ for multi-channels source
2011-09-22 06:43:52 +00:00
Marius Muja
78bbefec98
Applied fix from #1382
2011-09-22 00:42:51 +00:00
Jose Luis Blanco
5029dfed87
Removed extra "," that raised GCC warnings.
2011-09-22 00:31:45 +00:00
Anatoly Baksheev
25cadb1abd
fixed compilation under ubuntu
2011-09-21 18:25:22 +00:00
Alexey Kazakov
50543d627f
Added HOG features to cascade detection algorithm.
...
Added pedestrian detection trained model for HOG cascade detection algorithm.
2011-09-21 18:03:53 +00:00
Alexey Spizhevoy
4ee462c961
Added selction of BA cost function in stitching samples (and added other BA cost func into stitching module)
2011-09-21 13:22:12 +00:00
Alexey Spizhevoy
dbce155874
Refactored motion estimators in stitching module
2011-09-21 12:13:07 +00:00
Alexey Spizhevoy
4a5abc7552
Added translation parameter into stitching module warpers. For now only PlaneWarper and PlaneWarperGpu warpers support it.
2011-09-21 10:53:23 +00:00
Vladislav Vinogradov
0aaaad1ea8
implemented gpu::addWeighted
2011-09-21 08:58:54 +00:00
Vladislav Vinogradov
64119dd924
implemented gpu::copyMakeBorder for all border modes
2011-09-21 07:02:45 +00:00
Ilya Lysenkov
8483f9ce40
Fixed the new version of findCirclesGrid.
2011-09-20 13:45:46 +00:00
Ilya Lysenkov
d105264bad
Added tests of findCirclesGrid() with the asymmetric pattern.
2011-09-20 13:35:21 +00:00
Ilya Lysenkov
d263fe2b25
Removed unnecessary variables.
2011-09-20 13:16:54 +00:00
Ilya Lysenkov
0ef4ff8925
Improved robustness of the findCirclesGrid() to affine distortions.
2011-09-20 12:47:24 +00:00
Vladislav Vinogradov
5ed65979c1
fixed bug in gpu::HOGDescriptor::getBuffer (ticket #1379 )
2011-09-20 06:38:40 +00:00
Andrey Kamaev
f45a886adc
Tegra optimization for CirclesGridClusterFinder::hierarchicalClustering
2011-09-19 15:14:14 +00:00
Alexey Spizhevoy
07efb17d12
Fixed warper selection bug in stitching_detailed. Removed estimation of aspect ratio in BA in stitching to avoid stretching of input images. Did minor refactoring.
2011-09-19 06:22:40 +00:00
Andrey Kamaev
1554d7ab65
Removed countNonZero call from CirclesGridClusterFinder::hierarchicalClustering
2011-09-16 12:38:41 +00:00
Alexey Spizhevoy
23636433d7
Updated bundle adjustment in stitching module: 1) it minimizes reprojection error now, 2) it minimizes error over focal, aspect, p.p.x, p.p.y parameters. Refactored and updated warpers.
2011-09-16 12:25:23 +00:00
Andrey Kamaev
aebd7ebb75
Perf tests: added option to set affinity mask on Android platform
2011-09-16 11:27:19 +00:00
Andrey Kamaev
6d56105b42
Removed unnecessary comparison from CirclesGridClusterFinder::hierarchicalClustering
2011-09-15 14:43:23 +00:00
Alexander Mordvintsev
028c44531f
wrapped FlannBasedMatcher (and extended DescriptorMatcher wrapper)
...
updated feature_homography.py sample to use new features
2011-09-15 11:10:06 +00:00
Alexander Shishkov
d174c3db04
fixed compilation errors in TeX
2011-09-15 09:52:51 +00:00
Alexander Shishkov
d069396546
fixed problem in rst files
...
changed OpenCV version to 2.3.2
2011-09-15 08:31:14 +00:00
Alexander Mordvintsev
b679ebc1b4
python DescriptorExtractor.compute now returns filtered keypoints
...
wrapped StarFeatureDetector and GridAdaptedFeatureDetector
2011-09-15 08:07:37 +00:00
Andrey Kamaev
49d33f6109
Perf tests: linux version of adb search
2011-09-15 07:35:05 +00:00
Andrey Kamaev
db4b72c1ba
Perf tests: fixed some bugs with adb tool search
2011-09-15 06:31:59 +00:00
Anatoly Baksheev
ffc5a7b809
minor
2011-09-15 05:51:41 +00:00
Andrey Kamaev
6ff2ae1d3a
Tegra-optimized minMaxLoc/minMaxIdx
2011-09-14 16:20:10 +00:00
Vadim Pisarevsky
82da7f18d8
replaced "unsigned int" -> "unsigned" to make Python/Java wrapper generator work correctly
2011-09-14 14:29:30 +00:00
Vadim Pisarevsky
cdbee71f1c
always initialize the output values in LSH-based k-nearest search (patch by Alex Mordvintsev)
2011-09-14 10:57:50 +00:00
Vladislav Vinogradov
be8e31f14d
minor gpu module refactoring: split big .cu files, disabled unnecessary template instantiation
2011-09-14 06:23:46 +00:00
Leonid Beynenson
d99f4a2beb
Since there is no a standard functions cv::min and cv::max which has cv::Scalar argument, removed the performance tests,
...
calling the functions cv::min and cv::max with cv::Scalar argument.
Instead of them two performance tests were created which call the functions cv::min and cv::max with 'double' argument.
2011-09-13 21:57:42 +00:00
Alexey Spizhevoy
a72da12c80
Added fix for 0 found features in stitching matcher
2011-09-13 14:15:18 +00:00
Andrey Pavlenko
94b3bb154e
Perf Tests: default stitching scenario.
2011-09-13 11:19:40 +00:00
Alexander Mordvintsev
069c43835b
work on #1360 (custom LshIndex params fixed)
2011-09-13 09:14:49 +00:00
Andrey Kamaev
99d3ce52c5
Added performance tests for findCirclesGrid and solvePnP
2011-09-13 07:54:19 +00:00
Marius Muja
16dd655dd3
Fixing ticket #1366
2011-09-13 06:08:38 +00:00
Marius Muja
281b953815
Fixing include defines
2011-09-12 20:20:49 +00:00
Vadim Pisarevsky
d77cf38896
corrected formula formatting in phaseCorrelate docs (thanks to the author for the patch)
2011-09-12 15:28:04 +00:00
Vladislav Vinogradov
4b46e35287
minor
2011-09-12 15:15:02 +00:00
Vladislav Vinogradov
dac9f69ba4
fixed bug in SURF_GPU (memory access error)
2011-09-12 15:14:02 +00:00
Alexey Spizhevoy
485e71bcc2
Bug in multiply was fixed (by Vlad Vinogradov)
2011-09-12 14:58:56 +00:00
Vladislav Vinogradov
29b9720aab
added check if src.size() == dst.size() to gpu::resize
2011-09-12 10:23:20 +00:00
Vladislav Vinogradov
b2079d6de1
implemented gpu::resize for all types
2011-09-12 10:13:14 +00:00
Vladislav Vinogradov
acac27d8fe
optimized gpu::multiply
2011-09-12 08:45:56 +00:00
Vladislav Vinogradov
6763bd6d01
added padded performance tests for gpu module
2011-09-12 07:48:09 +00:00
Andrey Kamaev
6167469bbd
Fixed fullscreen window mode on Windows.
2011-09-11 18:54:25 +00:00
Alexey Spizhevoy
fd5b0c1f18
Reverted some unnecessary changes in GPU module
2011-09-10 12:30:28 +00:00
Alexey Spizhevoy
a7c6b84390
Added TODOs into GPU module
2011-09-10 12:28:03 +00:00
Alexey Spizhevoy
903f835d9f
added support of 8UC4*32FC1 multiply into GPU module
2011-09-10 11:56:55 +00:00
Andrey Kamaev
ab3ec788ce
Perf tests: improved reporting when test fails because of exception
2011-09-09 13:21:26 +00:00
Andrey Kamaev
5ab6d5a05a
Perf tests reports - added output format with embedded styles
2011-09-09 12:15:09 +00:00
Leonid Beynenson
5c3a93a5b8
Small modification in test parameters.
2011-09-09 11:28:19 +00:00
Andrey Kamaev
c08dab0c52
Fixed modules order in OpenCVConfig.cmake
2011-09-09 10:00:10 +00:00
Alexey Spizhevoy
f515337beb
Added handling of stitching module into OpenCVConfig.cmake.in
2011-09-08 15:03:35 +00:00
Andrey Pavlenko
f69bb74202
Fixing static libs build on Windows
2011-09-08 13:13:37 +00:00
Andrey Kamaev
6cb1036e04
Perf tests: method ::perf::TestBase::getDataPath made public static; added base CUDA detection into run.py script
2011-09-08 11:01:45 +00:00
Andrey Kamaev
ccfb3e6a21
Perf tests: fixed some issues
2011-09-08 09:29:27 +00:00
Andrey Pavlenko
6ceb322a47
Fixing Windows build
2011-09-08 08:54:14 +00:00
Andrey Kamaev
1917d8b006
Fixed perf target on Windows.
2011-09-08 06:27:46 +00:00
Leonid Beynenson
6bb15fa711
Made perf test for CascadeClassifier (LBP frontal face cascade).
2011-09-07 19:52:52 +00:00
Kirill Kornyakov
b0535e0456
Neon Optimized Resize added
2011-09-07 15:06:51 +00:00
Alexey Spizhevoy
55f38ae8b3
fixed bug in gpu perf. test
2011-09-07 14:01:12 +00:00
Vladislav Vinogradov
8009b5150e
added performance tests for gpu module
2011-09-07 13:16:07 +00:00
Andrey Pavlenko
3206945b6d
Fixing Windows build
2011-09-07 12:51:41 +00:00
Andrey Pavlenko
b58b04a31c
Perf Tests: updates to cvtColor() & integral() perf tests
2011-09-07 12:50:56 +00:00
Alexey Spizhevoy
cbb6ac0c34
refactored features finders in stitching module
2011-09-07 12:48:48 +00:00
Andrey Kamaev
6d09dd5cf7
Perf tests: minor fix in chart.py
2011-09-07 11:41:30 +00:00
Alexey Spizhevoy
c9a41c6802
added first version of public stitching API, added simple sample which uses that API, old sample renamed to stitching_detailed
2011-09-07 11:14:27 +00:00
Andrey Kamaev
1449dd1f02
fixed Java API build (not sure if features2d is wrapped correctly now)
2011-09-07 09:51:26 +00:00
Alexander Mordvintsev
d50cc51070
handling Ptr<> arguments and return values in Python wrappers
...
partially wrapped features2d framework
added feature_homography.py sample
2011-09-07 09:38:22 +00:00
Andrey Kamaev
2ef4e2eeb7
Perf tests: fixed some bugs in scripts
2011-09-07 09:38:12 +00:00
Andrey Kamaev
52184c8803
Gpu functionality in stitching module is excluded from Android build
2011-09-07 08:59:39 +00:00
Alexey Spizhevoy
95a3ffd0c5
put all old stitching API into detail namespace
2011-09-07 06:34:22 +00:00
Vladislav Vinogradov
bf0081a850
fixed bug in stitching in GpuSurfFeaturesFinder (missing upright parameter)
2011-09-07 06:19:21 +00:00
Andrey Kamaev
5cce038958
Performance testing branch is merged back into trunk
2011-09-06 15:30:28 +00:00
Vladislav Vinogradov
df9f707ff0
fixed bug in gpu::remap under win32
2011-09-06 13:42:50 +00:00
Alexey Spizhevoy
ca8c5b633c
minor fixes in stitching module
2011-09-06 09:31:54 +00:00
Alexey Spizhevoy
b0fe660d5b
fixed stitching module link error on Windows
2011-09-06 08:41:38 +00:00
Andrey Pavlenko
f2da701723
cvtColor: dst channels number default is set to 4 for RGBA/BGRA cases; added new codes for yuv420 to RGBA/BGRA.
2011-09-06 08:35:31 +00:00
Vladislav Vinogradov
84022779a1
added bicubic interpolation to gpu::remap
2011-09-06 07:01:23 +00:00
Anatoly Baksheev
415978b1c9
warnings
2011-09-05 14:37:27 +00:00
Alexey Spizhevoy
fbe2e6fb01
refactored stitching module
2011-09-05 11:52:30 +00:00
Alexey Spizhevoy
9be4701f24
turned opencv_stitching application to module and sample
2011-09-05 10:41:54 +00:00
Vladislav Vinogradov
30ecb28877
fixed build under windows (replace M_PI with CV_PI)
2011-09-05 09:25:10 +00:00
Alexey Spizhevoy
bcec7a7e35
minor changes in opencv_stitching
2011-09-05 08:20:54 +00:00
Alexey Spizhevoy
3bb0a5e331
minor changes in opencv_stitching
2011-09-05 08:18:45 +00:00
Vladislav Vinogradov
e0c0461787
optimized gpu::remap (use texture memory)
2011-09-05 07:59:59 +00:00
Vadim Pisarevsky
32ed1bf858
added phaseCorrelate function by Will Lucas.
2011-09-05 07:57:18 +00:00
Vladislav Vinogradov
c26b005371
optimized gpu::remap (use texture memory if possible), added stream support to gpu::remap
2011-09-05 07:51:00 +00:00
Vladislav Vinogradov
b2d5839af7
added GpuFeature assertion to gpu::Canny
2011-09-05 06:20:34 +00:00
Vladislav Vinogradov
b371bd68df
added assertion for small image sizes to SURF_GPU (ticket #1323 )
2011-09-05 06:03:49 +00:00
Vladislav Vinogradov
914ed44e28
fixed CudaMem::createMatHeader (ticket #1353 )
2011-09-05 05:45:27 +00:00
Vladislav Vinogradov
ef430882a1
fixed build under linux
2011-09-05 05:40:57 +00:00
Alexandre Benoit
69b8f304d7
memory safety test added
2011-09-04 16:46:56 +00:00
Alexandre Benoit
c02b5f1d45
Updated retina access methods and OpenEXR image tone mapping demo cleaned
2011-09-04 08:00:28 +00:00
Vincent Rabaud
ec6636a664
- add documentation for LshIndexParams
2011-08-31 17:56:33 +00:00
Vladislav Vinogradov
15b1b4e232
switched to gpu::pyrDown and gpu::pyrDown in opencv_stitching
2011-08-31 13:26:33 +00:00
Vladislav Vinogradov
ea2f5b1391
added BORDER_REFLECT and BORDER_WRAP support to gpu module
...
switched to gpu::remap in opencv_stitching
2011-08-31 13:21:14 +00:00
Vadim Pisarevsky
a5df21bf24
removed problem with duplicated CV_OUT InputOutputArray parameters (ticket #1348 )
2011-08-31 12:36:19 +00:00
Vladislav Vinogradov
47d68f6967
implemented gpu::remap for all types
2011-08-31 11:42:54 +00:00
Anatoly Baksheev
39373cd9f9
minor update of device layer
2011-08-30 09:08:41 +00:00
Anatoly Baksheev
c19f88853a
minor update of device layer
2011-08-30 09:04:31 +00:00
Vladislav Vinogradov
0f5f57561e
optimized memory usage in BruteForceMatcher_GPU_base::knnMatch when k==2
2011-08-30 08:49:11 +00:00
Vladislav Vinogradov
837f65784e
update gpu docs
2011-08-30 08:27:23 +00:00
Vladislav Vinogradov
50d012b56b
fixed gpu::pyrUp implementation
2011-08-29 11:32:18 +00:00
Vladislav Vinogradov
5f9e47a9cd
refactored gpu::BruteForceMatcher (moved some utility functions to device layer)
2011-08-29 11:31:52 +00:00
Alexey Spizhevoy
50b72197ab
fixed bug in gpu::matchTemplate (added normalization routine to make the GPU version consistent with the CPU one), added test cases from the ticket #1341
2011-08-29 08:06:45 +00:00
Andrey Pavlenko
8bf5c0e7ae
typo is fixed
2011-08-29 07:41:56 +00:00
Vadim Pisarevsky
df5c60c50a
added missing cv::moveWindow & cv::resizeWindow
2011-08-27 20:05:07 +00:00
Vadim Pisarevsky
714732e9bb
fixed some more hybrid tracker build problems on Windows
2011-08-27 10:43:53 +00:00
Andrey Pavlenko
1bae6413c1
Java API: generator script whitespace cleanup, adding statistics gathering code
2011-08-26 15:15:15 +00:00
Andrey Pavlenko
3e323e6ff8
Java API: test for Highgui.imencode() is added
2011-08-26 14:39:04 +00:00
Vadim Pisarevsky
07746b54d6
fixed hybrid tracker build problems on Windows
2011-08-26 13:52:46 +00:00
Vadim Pisarevsky
c593355e42
fixed declaration of imencode to make it usable in Python etc.
2011-08-26 13:06:43 +00:00
Vadim Pisarevsky
ae83fe7645
added hybrid (feature-based & meanshift-based) tracker (by Pushkar)
2011-08-26 12:22:19 +00:00
Leonid Beynenson
f69aa40310
Added the declaration of the type ConcurrentDoubleVector for TBB case.
2011-08-26 11:05:51 +00:00
Anatoly Baksheev
e90aeb08f9
1) ticket #1332
...
2) device layer utility
2011-08-26 09:34:49 +00:00
Vladislav Vinogradov
173ac5a64b
optimized gpu pyrDown and pyrUp
2011-08-24 11:16:42 +00:00
Artem Myagkov
3a3bc18381
modified capturing building ligic for iOS
2011-08-24 10:53:57 +00:00
Artem Myagkov
8c6782300a
modified highgui and ts modules and cmakelists for ios cross-compiling, added ios toolchains, added ios build tutorial
2011-08-23 11:19:58 +00:00
Alexandre Benoit
a288163d73
enhanced and more robust image input management
2011-08-22 20:09:01 +00:00
Vladislav Vinogradov
0ed6d86a49
optimized some gpu::cvtColor functions
2011-08-22 11:07:52 +00:00
Alexandre Benoit
4408423c9f
waiting for optimisation at Retina::_convertCvMat2ValarrayBuffer
2011-08-21 13:12:14 +00:00
Alexandre Benoit
05c0cd72d0
updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes
2011-08-21 11:02:42 +00:00
Alexandre Benoit
66ee335ca9
updated retina modules : minor misakes correction & changed pixel format to float instead of double to keep some memory, precision is almost sufficient, check for residual mistakes
2011-08-21 11:01:53 +00:00
Vadim Pisarevsky
eb9401d353
applied patch #1326
2011-08-21 10:39:38 +00:00
Alexandre Benoit
752eed00f2
updated GUI photoreceptors sensitivity parameter management
2011-08-20 12:41:34 +00:00
Andrey Kamaev
014ba699a3
Attempt to fix a build problem (ambiguous PixelType error when compiled on Mac x86)
2011-08-19 19:18:32 +00:00
Vadim Pisarevsky
3b7b833a4e
merged latest fixes from 2.3 branch; since 2.3.1 is out, the version in trunk is bumped to 2.3.2
2011-08-17 20:12:11 +00:00
Vladislav Vinogradov
971e35f283
fixed bug in gpu::cvtColor
2011-08-17 13:46:36 +00:00
Vladislav Vinogradov
5e9ae6b19f
added TransformFunctorTraits, optimized some functions that use transform
2011-08-17 11:32:24 +00:00
Vadim Pisarevsky
6ce2277cc7
fixed multi-scale Hough transform (ticket #1320 )
2011-08-17 09:19:46 +00:00
Vadim Pisarevsky
d3d55f3234
fixed crashes in parallel HOG detector; avoid use of new POPCNT instruction in ORB (to make it compatible with older CPUs).
2011-08-16 13:52:02 +00:00
Alexey Spizhevoy
78bb392088
refactored opencv_stitching
2011-08-16 12:36:11 +00:00
Alexey Spizhevoy
b6e9ed4ec5
fixed bug in opencv_stitching (added handling of homography evaluation failure)
2011-08-16 09:51:54 +00:00
Vadim Pisarevsky
c66ed3e02f
fixed Ximea constructor call
2011-08-15 14:23:55 +00:00
Vadim Pisarevsky
fba70ca131
fixed bug #1306 (Vec assignment); added tests for Vec & Matx multiplication
2011-08-15 13:24:13 +00:00
Alexey Spizhevoy
ee18397f58
added CameraInfo class into opencv_stitching
2011-08-15 13:03:59 +00:00
Alexey Spizhevoy
b97ecdff0d
refactored opencv_stitching, added possibility to turn off BA
2011-08-15 12:20:27 +00:00
Vladislav Vinogradov
6e3a1f7b49
implement optimized version of gpu::BruteForceMatcher::knnMatch when k == 2
2011-08-15 12:14:02 +00:00
Alexey Spizhevoy
c92b040c48
updated saving matches graph in opencv_stitching
2011-08-15 09:22:22 +00:00
Alexey Spizhevoy
8b7d74e9f0
minor changes in opencv_stitching
2011-08-15 08:26:11 +00:00
Alexey Spizhevoy
f95e71ea3a
added saving of matches graph into opencv_stitching (in DOT format)
2011-08-15 08:19:57 +00:00
Andrey Kamaev
7820c343eb
Documentation: fixed CvSlice and FeatureDetector descriptions.
2011-08-15 07:05:04 +00:00
Andrey Kamaev
a69c591927
Fixed Android build.
2011-08-15 07:03:22 +00:00
Alexey Spizhevoy
aba2008711
implemented rotating-only cameras calibration
2011-08-15 06:15:06 +00:00
Vadim Pisarevsky
a51a8ad577
fixed tickets #1301 , #1303 , #1305
2011-08-14 19:46:39 +00:00
Alexander Mordvintsev
a0af870719
added CV_OUT to CvANN_MLP::predict
...
python cv2 MLP sample done
2011-08-14 04:32:27 +00:00
Andrey Kamaev
d7a9b99b1d
Documentation: fixed references for C++ operators
2011-08-13 21:39:10 +00:00
Andrey Kamaev
6168eaf745
Documentation: fixed "template<class T> const T" case for ".. ocv:function::" macro
2011-08-13 18:05:11 +00:00
Andrey Kamaev
d6e3ccc1b2
Documentation: fixed about 100 cross-referencing errors.
2011-08-13 16:49:40 +00:00
Alexandre Benoit
b4d42ae6f1
optimised input image management
2011-08-13 14:14:28 +00:00
Alexandre Benoit
1a749c5141
optimised input image management
2011-08-13 14:13:41 +00:00
Andrey Kamaev
431daf59b6
* Fixed cross-referencing in reference manual (except C++ operator() ).
...
* Fixed display of struct and class definitions (except classes with base class specified).
* Fixed formatting and referencing errors in several documentation files.
2011-08-12 22:18:04 +00:00
Vadim Pisarevsky
cff30dd2bb
added cv.py micro-module for backward compatibility with existing Python scripts using prev-gen Python API.
2011-08-12 18:03:01 +00:00
Vadim Pisarevsky
960fd51cf0
another attempt to fix #1299
2011-08-12 15:19:10 +00:00
Vadim Pisarevsky
d37beb4074
fixed Matx33 * Point3 and Matx22 * Point operators (ticket #1299 )
2011-08-12 12:54:38 +00:00
Vadim Pisarevsky
50d70cf9c6
made retina code compile with VS2005/VS2008
2011-08-12 11:28:17 +00:00
Andrey Kamaev
6c767b281e
Java API: generated test stubs for 2 new functions
2011-08-12 08:14:51 +00:00
Vadim Pisarevsky
02c98152d7
export HOGDescriptor::getDefaultPeopleDetector() to Python (ticket #1298 )
2011-08-12 07:50:55 +00:00
Vadim Pisarevsky
c65c67eff4
preserve alpha channel in PNG, when imread(..., -1) is called (ticket #1107 )
2011-08-11 22:38:09 +00:00
Vadim Pisarevsky
6942799669
fixed kmeans center initialization in the case of huge matrices (ticket #1291 ); fixed warinings in libtiff.
2011-08-11 22:27:18 +00:00
Vadim Pisarevsky
2fe3ed75c1
fixed building retina code on Windows
2011-08-11 22:02:52 +00:00
Vadim Pisarevsky
411f51367e
raised threshold in ORB test; temporarily disabled always failing Opponent SIFT test
2011-08-11 21:35:04 +00:00
Vadim Pisarevsky
2842d34611
added retina model, by Alexander Benoit
2011-08-11 20:42:08 +00:00
Vadim Pisarevsky
d1588c0439
added support for Ximea cameras (missing parts in the prev. commit)
2011-08-11 18:06:09 +00:00
Vadim Pisarevsky
bd0d8429ee
added support for Ximea cameras (patch by Marian Zajko), fixed GCC warnings in MOG2 background subtractor.
2011-08-11 17:59:30 +00:00
Vadim Pisarevsky
d58459ccdd
fixed default maxSize case in cvHaarDetectObjects (ticket #1296 )
2011-08-11 13:16:00 +00:00
Vadim Pisarevsky
d3350b50aa
avoid infinite loops when 0-area image is filtered (ticket #1295 )
2011-08-11 13:12:59 +00:00
Andrey Kamaev
7c8a49b475
Java API: Removed meaningless tests
2011-08-11 07:21:28 +00:00
Andrey Kamaev
1863f58a67
Java API: generated test stubs for recently added functions/classes
2011-08-10 16:57:15 +00:00
Andrey Kamaev
ebb08bc015
Java API: Fixed bug in Mat port; fixed/implemented all java tests for core module
2011-08-10 15:56:47 +00:00
Leonid Beynenson
aa78754720
Changed tabulation.
2011-08-10 14:21:20 +00:00
Andrey Kamaev
92afe9e40a
Java API: fixed input List<List<smth>> arguments
2011-08-10 14:09:22 +00:00
Vadim Pisarevsky
f9ef92d45a
multilib support added (ticket #363 )
2011-08-10 12:49:52 +00:00
Vadim Pisarevsky
645bb0bfbc
added size check to static Mat::diag()
2011-08-10 12:40:41 +00:00
Andrey Kamaev
25261e6ebc
Added new tests written by Hussein Abdinoor; Added support for new classes in features2d and imgproc
2011-08-10 12:35:22 +00:00
Vladislav Vinogradov
bad7dadb75
added remap test, fix compilation error
2011-08-10 12:05:24 +00:00
Vladislav Vinogradov
8bb9e4302e
added registerPageLocked/unregisterPageLocked functions
...
added convert functions to BruteForceMatcher_GPU
other minor fixes
2011-08-10 11:32:48 +00:00
Vadim Pisarevsky
c9ed7fee34
fixed C++ implementation of Delaunay triangulation and moved it from sample to imgproc.
2011-08-10 10:28:01 +00:00
Anatoly Baksheev
edcfa64d99
experimental kernels for cuda
2011-08-10 09:51:36 +00:00
Andrey Kamaev
50d1d711de
Added reference to Nvidia TADP into Android tutorial; refactored both Android tutorials; fixed some rst warnings
2011-08-10 09:45:17 +00:00
Anatoly Baksheev
b535356ec7
experimental kernels for cuda
2011-08-10 09:35:57 +00:00
Maria Dimashova
81cb7b2c5e
added read/write methods for SimpleBlobDetector and DenseFeatureDetector; added their creation to FeatureDetector::create method ( #1290 )
2011-08-10 09:17:37 +00:00
Maria Dimashova
999481273e
fixed memory leak in SIFT wrapper ( #1288 )
2011-08-10 07:02:50 +00:00
Vladislav Vinogradov
ff1fb9f7cc
minor stitching optimization (use cpu matchers instead of gpu matchers on multicore processors)
2011-08-10 06:53:24 +00:00
Andrey Kamaev
1248775177
Java API: added JNI_OnLoad to eliminate jvm warnings
2011-08-09 14:58:24 +00:00
Maria Dimashova
ec150c24e3
added CV_CAP_PROP_OPENNI_REGISTRATION property for getting
2011-08-09 13:58:05 +00:00
Vladislav Vinogradov
c5adaa717b
minor stitching optimization (improve buffer reuse)
2011-08-09 13:08:54 +00:00
Andrey Kamaev
b319e7f403
Java API: added support for BruteforceMatcher-SL2
2011-08-09 12:52:47 +00:00
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
2011-08-09 11:46:27 +00:00
Vladislav Vinogradov
13e392763b
fixed compilation error without cuda
2011-08-09 11:35:42 +00:00
Maria Dimashova
abd12c052a
fixed doc warning
2011-08-09 09:59:44 +00:00
Maria Dimashova
fd27ba248b
added doc on CvERTrees
2011-08-09 09:52:08 +00:00
Vladislav Vinogradov
36bfa6ea1c
minor
2011-08-09 09:15:04 +00:00
Vladislav Vinogradov
b2b1d41da8
moved GpuMat class to separate header file
2011-08-09 07:51:48 +00:00
Vladislav Vinogradov
f4f38fcced
fixed gpu test failure on empty test data
2011-08-09 06:25:01 +00:00
Maria Dimashova
1f07209f6c
fixed CvCapture_OpenNI constructor (removed all exceptions) ( #1237 )
2011-08-08 15:47:52 +00:00
Maria Dimashova
4839bfb1a5
fixed grammar of the comment
2011-08-08 14:03:37 +00:00
Maria Dimashova
fcd999ae6e
added SL2 (squared L2 distance) and implemented the descriptors matching in L2 using SL2
2011-08-08 13:18:12 +00:00
Vladislav Vinogradov
a9fdc1bdff
added buffered version of cornerHarris, cornerMinEigenVal, histEven and histRange
2011-08-08 13:05:50 +00:00
Vladislav Vinogradov
12b7090a6f
fixed some warnings under win64
2011-08-08 13:03:18 +00:00
Maria Dimashova
dc14b45617
minor changes
2011-08-08 12:47:04 +00:00
Vladislav Vinogradov
42ced17c2c
fixed some warnings under win64
2011-08-08 11:28:14 +00:00
Vladislav Vinogradov
767ac9aa10
added gpu::Canny function
2011-08-08 08:53:55 +00:00
Andrey Kamaev
0a2c7803b6
Fixed mixChannels argument types
2011-08-08 07:08:58 +00:00
Vladislav Vinogradov
dfaa8af6ee
fixed #1279
2011-08-08 05:59:09 +00:00
Andrey Kamaev
b486a96601
Java API: refactored Core tests
2011-08-08 05:16:31 +00:00
Vadim Pisarevsky
8ceda8372c
corrected PCA::PCA and PCA::operator () description (thanks to Adrian Kaehler)
2011-08-07 17:12:09 +00:00
Vadim Pisarevsky
e5c66b5ed4
fixed pointPolygonTest(). Now it returns -1, 0, 1 when measureDist=false (ticket #1285 )
2011-08-07 16:58:29 +00:00
Andrey Kamaev
99e3b5a24e
Java API: cleaned imgproc tests; changed signatures of several java functions
2011-08-06 21:19:23 +00:00
Vadim Pisarevsky
e2e4ee2f53
disable implicit numpy array use in old-style Python bindings because of hard-to-fix memory leaks (ticket #1177 )
2011-08-06 20:15:29 +00:00
Vadim Pisarevsky
3f40a1d8c3
fixed KeyPoint::convert(keypoints,point2f) (ticket #1282 ; thanks to cooperz for the patch)
2011-08-06 19:42:29 +00:00
Vadim Pisarevsky
dd1315b22a
fixed rank check in 8-point Fundamental Matrix algorithm (patch by F. Devernay; ticket #1273 )
2011-08-06 19:38:09 +00:00
Vadim Pisarevsky
04a4e51920
fixed parallel block matching stereo correspondence algorithm (ticket #997 ; thanks to jbieger for the patch)
2011-08-06 19:28:20 +00:00
Vadim Pisarevsky
cffd89f88f
added some missing declarations of the functions, noticed in the ticket ##229
2011-08-06 19:17:14 +00:00
Vadim Pisarevsky
4b94d91955
added _InputArray::_InputArray(const Scalar& s) constructor (ticket #1214 )
2011-08-06 18:52:05 +00:00
Vadim Pisarevsky
fc4d64ae6b
temporarily fixed #1279
2011-08-06 18:03:08 +00:00
Andrey Kamaev
6aa1eafc27
Java API: added ticket number to failed test
2011-08-06 12:17:00 +00:00
Andrey Kamaev
c16f018afd
mc
2011-08-06 10:03:24 +00:00
Anatoly Baksheev
7e2fffb194
ticket #1280
2011-08-06 09:59:51 +00:00
Andrey Kamaev
1991440cf7
Java API:
...
* fixed manually ported classes;
* added vector<vector<Point>> support;
* changed argument types for 3 functions;
* finished tests for org.opencv.core.Core class.
2011-08-06 09:22:07 +00:00
Andrey Kamaev
6d9075812f
Java tests: fixed 1 test in core and 1 disabled
2011-08-05 16:33:46 +00:00
Andrey Kamaev
cb2b28636f
Java tests: removed test_1
2011-08-05 15:49:08 +00:00
Maria Dimashova
7db3dd4f0a
fixed comment and doc on L2
2011-08-05 14:05:41 +00:00
Maria Dimashova
0d55ccac74
added check of output image in drawKeypoints()
2011-08-05 14:04:38 +00:00
Andrey Kamaev
a46da86325
Java API: fixed script for coverage calculation
2011-08-05 13:04:14 +00:00
Andrey Kamaev
39c5eb2f66
Java API: new tests for Core and Imgproc from Hussein Abdinoor
2011-08-05 11:59:45 +00:00
Andrey Kamaev
a0590273e9
Java API: fixed problems in video and ml modules; generated test stubs for all exported functions (now we have 1701 tests).
2011-08-05 08:39:28 +00:00
itsyplen
9b1cb7227a
fixed errors in cmdparser
2011-08-04 16:12:55 +00:00
itsyplen
6d3e92517c
new version of command line parser
2011-08-04 16:09:04 +00:00
Andrey Pavlenko
10444f4e50
Java API: vector_vector support for KeyPoint/DMatch/char
...
Testing: 1178/4/576
2011-08-04 14:24:30 +00:00
Andrey Kamaev
874196e384
Implemented read/write methods for FlannBasedMatcher; fixed features2d wrappers for java
2011-08-04 14:13:07 +00:00
Vadim Pisarevsky
16b0fcf083
fixed CvHomographyEstimator::runKernel (ticket #1275 )
2011-08-04 13:06:08 +00:00
Andrey Pavlenko
70caece001
Java API: fitEllipse arg type is changed to List<Point>, test is updated as well
...
Testing: 1176/4/580
2011-08-04 12:00:53 +00:00
Andrey Pavlenko
024482adac
Java API: (per code review) adding check (data.length % CvType.channels(t) != 0) for Mat:: put/get, adding 2 tests for them
...
Testing: 1176/4/580
2011-08-04 11:45:48 +00:00
Andrey Pavlenko
3f22bd6dff
Java API: fixed wrong JNI name for native delete()
2011-08-04 11:13:09 +00:00
Andrey Kamaev
13185ad8f7
Implemented read/write methods for BriefDescriptorExtractor class
2011-08-04 09:56:10 +00:00
Andrey Kamaev
28732d4300
Java API: added tests for SiftDescriptorExtractor and OrbDescriptorExtractor
2011-08-04 06:21:17 +00:00
Andrey Kamaev
1523cb04d1
Added CV_EXPORTS to OrbDescriptorExtractor (ticket #1276 )
2011-08-04 06:19:52 +00:00
Andrey Kamaev
be5328178f
Fixed reading/writing parameters for OrbDescriptorExtractor
2011-08-04 06:18:24 +00:00
Andrey Kamaev
ff9da914ec
Fixed bug in checkRange - integer Mats were always in range
2011-08-04 06:17:23 +00:00
Andrey Kamaev
6944c0dba4
JavaAPI: fixed typo; some constants are moved to private section; added tests for BruteForceMatcher-Hamming
2011-08-03 19:46:30 +00:00
Andrey Kamaev
cc6b7edf95
Java API: added wrapper for GenericDescriptorMatcher
2011-08-03 16:17:33 +00:00
Andrey Pavlenko
790ff8f42a
Java API: minEnclosingCircle() fixed (float& -> float[])
...
Testing: 1130/0/584
2011-08-03 15:23:33 +00:00
Andrey Kamaev
e1cd84bb25
Java API: added and fixed several tests
2011-08-03 15:14:55 +00:00
Kirill Kornyakov
19c3cf45cc
java tests: deleted image writing to sdcard
2011-08-03 14:59:30 +00:00
Kirill Kornyakov
66e79167ee
java tests: updated testFillConvexPolyMatMatScalarIntInt, testFitEllipse colorWhite added
2011-08-03 14:18:26 +00:00
Vadim Pisarevsky
c57799a877
fixed 8-point case in findFundamentalMat (ticket #1262 ). findFundamentalMat needs to be rewritten actually (as well as findHomography)
2011-08-03 14:04:14 +00:00
Andrey Pavlenko
8b16dbe791
Java API: calcOpticalFlowPyrLK() args types are changed to vector<>
...
Testing: 1130/0/585
2011-08-03 13:31:51 +00:00
Andrey Kamaev
7d513a6671
Java API: added tests for FlannBased DescriptorMatcher
2011-08-03 13:20:01 +00:00
Kirill Kornyakov
2a47ab6e08
java tests: minor updates
2011-08-03 13:12:39 +00:00
Andrey Kamaev
2d820d2321
Java API: added tests for BruteForceMatcher (L1)
2011-08-03 12:57:19 +00:00
Andrey Kamaev
472820d889
Java API: added tests for BruteForceMatcher (L2)
2011-08-03 12:49:52 +00:00
Vladislav Vinogradov
3fac5d54ca
minor fix
2011-08-03 12:30:40 +00:00
Vladislav Vinogradov
5f03548530
minor fix
2011-08-03 12:18:17 +00:00
Vladislav Vinogradov
3ab2728da1
gpu device layer code refactoring
2011-08-03 12:10:36 +00:00
Andrey Pavlenko
fa0daa4809
Java API: fixing converters (copyData=true) and samples compilation
...
Testing: 1079/0/592
2011-08-03 11:57:00 +00:00
Andrey Kamaev
6935e95c2a
Fixed crash in BruteForceMatcher::clone
2011-08-03 11:30:09 +00:00
Kirill Kornyakov
43628ab868
java: bugfix in RotatedRect, one test fixed
2011-08-03 09:43:36 +00:00
Andrey Kamaev
69588dfabf
Java API: fixed bugs; added tests for SURF and BRIEF descriptor extractors
2011-08-03 09:27:50 +00:00
Kirill Kornyakov
f81e6f82f5
Android.mk now automatically founds all cpp-files
2011-08-03 09:11:13 +00:00
Andrey Pavlenko
25db453812
Java API: (per code review) renaming and moving utility classes
...
Testing: 1079/0/584
2011-08-03 08:53:27 +00:00
Andrey Pavlenko
02d5d93c3a
Java API: code clean-up
...
Testing: total 1079, failures 584, errors 0.
2011-08-03 08:19:06 +00:00
Vadim Pisarevsky
29bf7384dc
fixed useOptimized(); added checkHardwareSupport description (ticket #1258 )
2011-08-03 08:17:58 +00:00
Vadim Pisarevsky
c8378fa4c4
added "inclusive" & "exclusive" adjectives to startrow, endrow, startcol, endcol parameter descriptions (ticket #1272 )
2011-08-02 19:50:13 +00:00
Andrey Kamaev
1890a0ae9a
Java API: added new tests for SURF and STAR feature detectors
2011-08-02 16:10:58 +00:00
Andrey Kamaev
257c0bf413
Java API: Fixed typo
2011-08-02 15:14:13 +00:00
Andrey Pavlenko
f1d24e1868
Java API: adding missing class
2011-08-02 15:00:00 +00:00
Andrey Kamaev
2a6dd2e807
Fixed Android build
2011-08-02 14:56:51 +00:00
Andrey Pavlenko
2c5e79507d
Java API: new types and converters are added, jni suffixes changed
2011-08-02 14:56:47 +00:00
Andrey Kamaev
99b8e2db14
Java API: added tests for FAST feature detector
2011-08-02 14:32:43 +00:00
Andrey Morozov
bba4f9e5d6
removed property. added automatically define number of cpus for decoding video
2011-08-02 14:27:21 +00:00
Kirill Kornyakov
d87f513b4f
java tests: addede tests for Converter and core classes by Hussein Abdinoor
2011-08-02 13:47:40 +00:00
Andrey Pavlenko
f4e28f87d8
Java API: new converters, findFundamentalMat/cornerSubPix/findHomography/solvePnP/solvePnPRansac and their tests are updated
2011-08-02 13:10:23 +00:00
Vadim Pisarevsky
ce2f4c6a4d
propagated fix for EXR from 2.3 branch to trunk
2011-08-02 12:55:05 +00:00
Vadim Pisarevsky
f0b3cb1845
added getNumberOfCPUs() function
2011-08-02 12:42:58 +00:00
Andrey Kamaev
6be846aa52
Java API: string constants for features2d classes are converted to enums
2011-08-02 11:40:41 +00:00
Vadim Pisarevsky
4884c911fb
fixed compile warnings in FLANN about too long integer constants
2011-08-02 11:39:31 +00:00
Andrey Kamaev
d5d897b7cb
Java API: added support for read/write functions in features2d
2011-08-02 10:58:26 +00:00
Andrey Pavlenko
d86605f6a7
Java API: class KDTree is added to ignore list, JNI funcs names for renamed classes are fixed
2011-08-02 08:45:06 +00:00
Vladislav Vinogradov
6ff975af9e
added gpu::equalizeHist function
2011-08-02 08:33:27 +00:00
Andrey Pavlenko
36a5b6e215
Java API: tests are updated after randu/randn args types changes
2011-08-02 07:57:09 +00:00
Andrey Pavlenko
96ca253a00
Java API: added class pointer ret type support, CV_EXPORTS_AS(x) support for classes, vector<T> as ret type support, randu/randn params type changed to double
2011-08-01 16:11:24 +00:00
Andrey Morozov
d0176d69f2
fixed property for ffmpeg
2011-08-01 16:05:34 +00:00
Andrey Kamaev
d8b93b3569
Minor bugfix.
2011-08-01 15:06:11 +00:00
Andrey Kamaev
10ea580fa8
Java API: Added more classes from features2d.
2011-08-01 14:31:38 +00:00
Vladislav Vinogradov
33df5ea07b
added gpu::calcHist function
2011-08-01 13:15:37 +00:00
Andrey Kamaev
69352e5241
Java API: Added base port of features2d.DescriptorMatcher class
2011-08-01 12:47:04 +00:00
Vadim Pisarevsky
f85b9754e0
fixed Vec*scalar operations, fixed minEnclosingCircle Python interface.
2011-08-01 12:01:43 +00:00
Kirill Kornyakov
5868875ab9
doc: added maxSize parameter to CascadeClassifier::detectMultiScale
2011-08-01 08:23:03 +00:00
Vladislav Vinogradov
e746b3e8ae
added buffered version of pyrDown and pyrUp
...
added stream support to downsample, upsample, pyrUp and pyrDown
2011-08-01 08:15:31 +00:00
Vladislav Vinogradov
cf42f3088d
fixed doc bug in gpu/introduction (ticket #1260 )
2011-08-01 05:35:34 +00:00
Andrey Kamaev
5041773f0d
Java API: updated Mat port
2011-07-31 20:23:23 +00:00
Andrey Morozov
c697f6a3f8
fixed build ffmpeg v0.8.1
2011-07-31 17:34:31 +00:00
Vadim Pisarevsky
a826a983d3
added EMD to ch7 hist sample, fixed bug with cv::min/cv::max (ticket #1270 ), fixed mixChannels description
2011-07-31 09:23:05 +00:00
Kirill Kornyakov
edead9a2c2
java tests: added some new asserts, and new tests by Hussein Abdinoor
2011-07-30 12:01:00 +00:00
Andrey Morozov
c55a37ad7c
fixed build with ffmpeg 0.5.X
2011-07-30 10:26:37 +00:00
Andrey Morozov
c0a0c881ee
minor fix
2011-07-30 07:52:06 +00:00
Andrey Pavlenko
b99c5db124
Java API: tests for polylines() and goodFeaturesToTrack(), fix of GFTT corners arg type
2011-07-29 15:18:04 +00:00
Andrey Morozov
418bc6dbe9
minor fix for ffmpeg
2011-07-29 14:37:54 +00:00
Andrey Pavlenko
750c56cc0e
adding arg name (to fix doc reference and wrappers consistency)
2011-07-29 14:31:28 +00:00
Leonid Beynenson
dc13ec205d
Made additional internal header modules/objdetect/src/cascadedetect.hpp, and moved
...
some internal classes and template functions from cascadedetect.cpp to this header.
This will allow to make a child class for such classes as LBPEvaluator, etc.
Also made all "private" fields in LBPEvaluator and HaarEvaluator to be "protected".
2011-07-29 14:18:45 +00:00
Andrey Morozov
d87a56a639
added support new ffmpeg (0.8.X)
2011-07-29 14:17:42 +00:00
Andrey Kamaev
680ec04b53
Fixed regex bug in script for java tests coverage calculation
2011-07-29 14:06:02 +00:00
Andrey Kamaev
387e8c9ef5
Java API: star detector is covered by tests
2011-07-29 12:42:23 +00:00
Andrey Pavlenko
f5008f9cdf
Java API generator changes randu/randn/inRange args to Scalar; Java tests are updated.
2011-07-29 08:12:00 +00:00
Andrey Kamaev
b7fc94c251
Java API: Finished SURF tests.
2011-07-29 07:39:56 +00:00
Vadim Pisarevsky
db19eb1586
converted part of ch12
2011-07-28 20:51:05 +00:00
Andrey Kamaev
754a8c1b66
Java API: added more tests
2011-07-28 16:03:16 +00:00
Andrey Pavlenko
6b888ada8a
Java API tests are added: fillConvexPoly, mixChannels, drawContours
2011-07-28 15:48:08 +00:00
Andrey Pavlenko
8c328a9e3b
Java API: typo in converter is fixed
2011-07-28 15:37:46 +00:00
Vadim Pisarevsky
0c096b3dc2
fixed floodfill with mask parameter when no mask is passed
2011-07-28 14:10:17 +00:00
Andrey Pavlenko
d2080a117e
Java API: converter for vector<KeyPoint> is fixed; test for inRange() improved
2011-07-28 14:08:55 +00:00
Andrey Pavlenko
ec1023813f
Java API: KeyPoint::toString() is added
2011-07-28 13:09:58 +00:00
Andrey Pavlenko
d2233f9de2
Java API: converters vector<> to/from Mat are fixed
2011-07-28 12:43:22 +00:00
Andrey Kamaev
954f3c1eb9
Java: fixed Mats comparison; added resahpe mathod to core.Mat; fixed test resources extraction.
2011-07-28 12:13:11 +00:00
Andrey Pavlenko
3f5089411a
2 'findContours(...)' tests are added
2011-07-28 11:28:33 +00:00
Vadim Pisarevsky
3636eec789
fixed flow matrix dimensionality in EMD
2011-07-27 20:13:50 +00:00
Vadim Pisarevsky
eebe4860da
added minEigThreshold parameter to calcOpticalFlowPyrLK to filter out bad points earlier.
2011-07-27 19:07:45 +00:00
Andrey Kamaev
eb61a62dbc
Added missed import
2011-07-27 17:17:32 +00:00
Andrey Kamaev
eff9eda9a6
Added some new tests for Java API
2011-07-27 17:06:33 +00:00
Andrey Kamaev
e3ede92db6
Added vector_Point3f_to_Mat converter and some java API tests
2011-07-27 16:26:46 +00:00
Andrey Pavlenko
9235a80109
Java API generator: KeyPoint converters from/to Mat
2011-07-27 15:16:24 +00:00
Andrey Kamaev
20b4d0fae9
Added vector_Point2f_to_Mat converter
2011-07-27 15:03:16 +00:00
Andrey Kamaev
c966d077c0
Added some tests; Added assertion for comparing Mats with epsilon.
2011-07-27 14:19:45 +00:00
Andrey Pavlenko
5ba826d297
Java API generator: pointers handling fixed, KeyPoint manual port added
2011-07-27 14:09:49 +00:00
Andrey Kamaev
3b558508be
TEGRA optimized add8u, sub8u and logical 8u operations
2011-07-27 13:36:53 +00:00
Vadim Pisarevsky
eac0309324
converted live camera calibration sample
2011-07-27 13:03:59 +00:00
Andrey Kamaev
039fd554f2
Added several Android tests
2011-07-27 12:55:43 +00:00
Kirill Kornyakov
f7ff65f5df
added java tests for imgproc by Hussein Abdinoor
2011-07-27 07:14:06 +00:00
Andrey Pavlenko
55aab59e26
class & funcs ignore list support is added
2011-07-26 13:40:26 +00:00
Kirill Kornyakov
423ecfb42a
added stub java tests
2011-07-26 10:27:51 +00:00
Andrey Kamaev
e22045502d
Fixed module detection in gen_javadoc.py script
2011-07-26 09:13:30 +00:00
Andrey Pavlenko
fc7219d1db
new tests stubs
2011-07-26 08:17:58 +00:00
Andrey Kamaev
a4af33758d
Added Android tests coverage calculation into build
2011-07-26 08:17:52 +00:00
Andrey Pavlenko
d58a5b269d
statistic report improved
2011-07-26 07:50:44 +00:00
Marius Muja
b5cfe6be32
Specifying correct parameter types for cv::flann::GenericIndex and cv::flann::Index_
2011-07-25 23:58:54 +00:00
Andrey Pavlenko
55e71a5cd7
a couple of new smoke tests; Mat.java code clean-up
2011-07-25 15:09:16 +00:00
Andrey Kamaev
ac7e16fdf6
Fixed camera output format handling
2011-07-25 12:32:33 +00:00
Andrey Pavlenko
4ddc1a6477
script to find Java API methods that not covered by auto-generated JUnit stubs
2011-07-25 12:13:37 +00:00
Andrey Kamaev
8ab16f66a8
Fixing native camera for Android
2011-07-25 11:16:32 +00:00
Kirill Kornyakov
d0cac8a93a
bugfix in cmake for java api
2011-07-25 07:47:18 +00:00
Andrey Kamaev
a17b693aa9
Fixed build of Android samples and tests
2011-07-24 20:44:20 +00:00