Kirill Kornyakov
5a702d7d9d
Optimized version of Norm functions added
2011-11-08 07:39:35 +00:00
Kirill Kornyakov
7113122312
integral perf tests renamed for readability
2011-11-07 13:06:48 +00:00
Kirill Kornyakov
7cd4761fc8
integral perf tests renamed for readability
2011-11-07 13:05:52 +00:00
Andrey Kamaev
664cd5460e
Tegra-optimized cv::compare
2011-11-07 06:29:34 +00:00
Vladislav Vinogradov
938b1b67d1
fixed optical flow test for devices with cc >= 2.0
2011-11-07 06:23:22 +00:00
Anton Obukhov
2cb9192604
[*] Fixed #1464
...
[~] NCVPyramid uses tr1 and thus can be compiled with CL, commented out on linux
[+] Moved reduction functors to NCVAlg
[*] Warnings in NCV
2011-11-06 09:43:17 +00:00
Vadim Pisarevsky
325e0b1ab8
fixed ffmpeg backend build on Ubuntu 11.10
2011-11-04 16:44:52 +00:00
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
Andrey Kamaev
3aea74d408
Fixed precompiled headers support (fixed formatting, fixed dependencies generation)
2011-07-24 19:22:58 +00:00
Maria Dimashova
221422467e
fixed priors usage in ertrees
2011-07-24 18:15:53 +00:00
Vadim Pisarevsky
d8417af086
fixed and improving formatting in opencv2refman.pdf. added support for n-channel mask in Mat::copyTo() and n-channel images in cv::compare(). fixed 2 compile warnings in opencv_python.
2011-07-24 10:34:14 +00:00
Vadim Pisarevsky
df78bc04d6
converted book samples from ch4; fixed potential alignment problems in QTKit video capturing module
2011-07-23 19:11:17 +00:00
Andrey Kamaev
98375e1d4b
Refactoring of native camera implementation
2011-07-22 15:37:01 +00:00
Andrey Pavlenko
3d9cb082c9
making CV data type to be int
2011-07-22 15:11:35 +00:00
Andrey Kamaev
8378ba7554
Fixed Android package build
2011-07-22 14:11:16 +00:00
Kirill Kornyakov
387334e991
java tests: imgproc test cleaned
2011-07-22 13:58:53 +00:00
Andrey Pavlenko
e9cd8296af
fixed warnings in generated Java code (accurate imports)
2011-07-22 13:53:49 +00:00
Andrey Kamaev
ebf9916242
Fixed android samples; fixed cmake files
2011-07-22 13:34:25 +00:00
Anatoly Baksheev
cb9dd71f82
compilation
2011-07-22 13:26:31 +00:00
Anatoly Baksheev
de204fe413
2011-07-22 13:24:27 +00:00
Andrey Kamaev
712ea05058
Refactored CMakeLists.txt for java module
2011-07-22 13:10:50 +00:00
Vadim Pisarevsky
41df54e75f
fixed several typoes and errors in the refman (ticket #1203 )
2011-07-22 12:50:49 +00:00
Kirill Kornyakov
1098566a2f
java api: fixed ctor in RotatedRect, added 114 tests by Hussein Abdinoor
2011-07-22 12:47:11 +00:00
Andrey Pavlenko
2bc9bca349
classes/files renaming, some code refactoring
2011-07-22 12:35:52 +00:00
Vadim Pisarevsky
b700521b95
fixed trim_weights in boosting (thanks to frankman for the patch; ticket #1231 )
2011-07-22 12:20:43 +00:00
Vadim Pisarevsky
216fbc004a
fixed printing Mx0 matrices (ticket #1247 )
2011-07-22 12:15:22 +00:00
Andrey Pavlenko
83e2ecd5e1
renaming the class and file to Tiltle case to meet Java conventions
2011-07-22 07:43:33 +00:00
Andrey Pavlenko
e92ad9275d
renaming the class and its file
2011-07-22 07:41:22 +00:00
Andrey Pavlenko
a89b4f019c
renaming the class and file to Tiltle case to meet Java conventions
2011-07-22 07:40:24 +00:00
Andrey Kamaev
e9458c1f6d
Errors from javadoc generator are redirected to log file.
2011-07-22 06:13:04 +00:00
Andrey Kamaev
bba5653bf0
Added option to automatically move constants to private list
2011-07-22 04:54:19 +00:00
Vadim Pisarevsky
0bf4d9ec2b
fixed Xcode 4.1 compile errors in png codec in highgui
2011-07-21 19:50:20 +00:00
Andrey Kamaev
6d288978ab
Fixed typo
2011-07-21 19:05:21 +00:00
Andrey Pavlenko
eb5e22dd74
Java API generator: refactored manual const and funcs handling, collected real 'import' needs for java classes (to eliminate eclipse warnings in java classes)
2011-07-21 17:20:17 +00:00
Maria Dimashova
0d7a37c1e7
added an ability to make push_back to the empty matrix
2011-07-21 09:38:25 +00:00
Anatoly Baksheev
3a1beb1c01
added cv::gpu::pow, ticket #1227
2011-07-21 08:47:44 +00:00
Andrey Kamaev
05ff8217e0
Removed debug print form cmake
2011-07-19 17:09:44 +00:00
Andrey Kamaev
930b2995eb
Fixed Android samples; Fixed bugs in cmake (java module).
2011-07-19 17:07:01 +00:00
Andrey Pavlenko
fd4fe3ef5a
Java API generator: updated CvException class path
2011-07-19 16:59:12 +00:00
Andrey Pavlenko
4df98f2c2c
Java API generator: class properties support added
2011-07-19 16:47:49 +00:00
Kirill Kornyakov
6b789dd2ea
java tests: adopted for the new package structure
2011-07-19 16:08:26 +00:00
Andrey Kamaev
dfdb15be79
Added Java packages support to cmake
2011-07-19 15:37:17 +00:00
Andrey Pavlenko
070579d9c3
Java API generator: fixed consts generation
2011-07-19 15:04:05 +00:00
Andrey Pavlenko
84ec0d2881
Java API packages restructured (require further changes in CMake part to work)
2011-07-19 13:25:40 +00:00
Vadim Pisarevsky
f4f2340039
fixed just introduced compile errors on Mac
2011-07-19 13:07:51 +00:00
Vadim Pisarevsky
ff5e97c8e4
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
2011-07-19 12:27:07 +00:00
Kirill Kornyakov
6bb1c07fd4
java tests: COLOR_RGB2GRAY used instead of CV_BGR2GRAY
2011-07-19 12:25:07 +00:00
Andrey Kamaev
6932203349
Fixed Android samples; updated black list of enums.
2011-07-19 12:10:05 +00:00
Kirill Kornyakov
1fc895ff42
java tests: added tests for calcHist, calcBackProject, Mat.size() method renamed
2011-07-19 11:44:30 +00:00
Kirill Kornyakov
e715894ffb
fix by Vadim in calcBackProject: additional case is considered
2011-07-19 11:17:03 +00:00
Andrey Pavlenko
343bba93db
Java API: added int64 and Vec3d support; small code refactoring performed
2011-07-19 08:56:31 +00:00
Marius Muja
d8ebf22444
Fixes
2011-07-18 22:01:42 +00:00
Marius Muja
ddc1267410
Checking for already defined proprocessor macros
2011-07-18 22:00:06 +00:00
Marius Muja
481256017e
Fixing ticket #1230
2011-07-18 21:57:28 +00:00
Kirill Kornyakov
39ec7099e2
java tests: split test, minor improvements
2011-07-18 16:41:17 +00:00
Vadim Pisarevsky
1badec0b2d
eliminated opencv_extra_api.hpp (all the functionality is moved to the regular OpenCV headers)
2011-07-18 16:31:30 +00:00
Andrey Kamaev
72541721a1
Added image-manipulations android sample, other samples are updated; added Mat.size method to java API.
2011-07-18 16:17:07 +00:00
Andrey Pavlenko
3119af1c72
Java API: fixed bug in converter vector<Mat> <-> Mat
2011-07-18 16:07:11 +00:00
Andrey Pavlenko
60d59aa9d2
Java API: added missing converter vector<Mat> <-> Mat
2011-07-18 14:23:45 +00:00
Andrey Pavlenko
d989b6c89a
Java API: added pointers support (Point*, double*)
2011-07-18 13:56:49 +00:00
Kirill Kornyakov
51922658b6
java tests: added test for OFLK, FD, other improvements
2011-07-18 13:50:36 +00:00
Vadim Pisarevsky
16ba62dcd5
added COLOR_... enumeration to imgproc.hpp and EVENT_... enumeration to highgui.hpp
2011-07-18 13:05:34 +00:00
Andrey Pavlenko
86105b8727
Java API: fix in Mat::put(r,c,double[]vals) method
2011-07-18 09:27:48 +00:00
Andrey Pavlenko
1e2880b7aa
Java API: fix in Mat::put methods, general improvements
2011-07-18 07:18:35 +00:00
Alexander Mordvintsev
bcac8769b5
fixed broken python cv2.cpp build after rev.6089
2011-07-18 06:48:55 +00:00
Marius Muja
c071f5487e
Fixing ticket #1228
2011-07-17 06:26:40 +00:00
Andrey Kamaev
be2c4ddbdd
Android:
...
* Added manual port for getTextSize;
* Fixed bugs in "native camera" sample;
* Added 15-puzzle sample.
2011-07-16 22:31:47 +00:00
Leonid Beynenson
570041fed5
Fixed bug in modules/java/src/cpp/Mat.cpp
...
Removed some debugging insertions.
Added test for face detector.
Allowed tests to write on sdcard.
2011-07-16 13:29:20 +00:00
Andrey Pavlenko
75bcb1bcfa
Java API generator: implementation of vector<> fixed
2011-07-16 11:40:04 +00:00
Leonid Beynenson
3885772f3e
Added lbp cascade to the tests res/raw folder
2011-07-16 11:26:57 +00:00
Leonid Beynenson
bf40a3a5b8
Added functions required for Java API wrappers generating converting Mat-s to/from vectors.
2011-07-16 11:25:33 +00:00
Kirill Kornyakov
e76ad5509c
java tests: bugfix in hconcat
2011-07-16 10:35:50 +00:00
Kirill Kornyakov
eafa837e34
java tests: commited tests by Hussein Abdinoor
2011-07-16 10:25:05 +00:00
Vadim Pisarevsky
f2e1a64c1b
fixed "import cv" in the new python samples. corrected Python bindings to match the documentation and vice versa (NOTE: in cv2.stereoCalibrate the parameter ordering has been changed)
2011-07-16 09:35:56 +00:00
Andrey Pavlenko
5a5fe40542
Java API generator: implementation of vector<Point> support
2011-07-16 08:25:05 +00:00
Andrey Pavlenko
ecba099754
Java API generator improvements:
...
- fixed return of complex types (Scalar, Point, etc)
- partial implementation of vector<> support (empty stubs for CPP-side converters)
2011-07-16 07:59:34 +00:00
Kirill Kornyakov
30f265a16a
java tests: avoided copy and paste
2011-07-16 07:26:13 +00:00
Vadim Pisarevsky
8f41b2b23b
commented off print (due to the report from the mailing list)
2011-07-15 19:43:34 +00:00
Andrey Kamaev
8288cc108d
Continued Android samples renaming
2011-07-15 16:29:10 +00:00
Leonid Beynenson
b1ed277110
Added Java functions, converting vectors to Mats and Mats to vectors.
2011-07-15 16:25:47 +00:00
Andrey Kamaev
7c6fc6e18a
Android samples are renamed
2011-07-15 15:56:08 +00:00
Andrey Kamaev
39dab5e0cf
Headers are included into opencv_java build
2011-07-15 15:26:29 +00:00
Andrey Pavlenko
4deec6f0f0
partial vector<> support in Java API generator
2011-07-15 15:01:25 +00:00
Andrey Kamaev
cc447448ff
Added native camera Android sample; Added manual port of VideoCapture class.
2011-07-15 14:03:53 +00:00
Leonid Beynenson
c3d40ca0dd
Changed
2011-07-15 13:59:06 +00:00
Leonid Beynenson
8625b5689d
Added setters to Java API
2011-07-15 11:09:23 +00:00
Kirill Kornyakov
c1dab7bf6e
updated some java tests
2011-07-15 11:00:32 +00:00
Andrey Kamaev
72a55a4139
Refactored Android sample (1-java)
2011-07-15 07:18:45 +00:00
Evgeniy Kozinov
c3e9d0dd7e
fixed parser bug.
...
fixed TBB version in LatentSVM.
example works ok.
2011-07-15 06:35:12 +00:00
Leonid Beynenson
c8a603d853
Fixed bug in the function of search of Android applicvation path.
2011-07-14 18:41:09 +00:00
Andrey Kamaev
b16fb5d518
Fixed Android build.
2011-07-14 16:48:15 +00:00
Vadim Pisarevsky
7702fa4d61
added improved version of the variational stereo correspondence algorithm by Sergey Kosov
2011-07-14 15:30:28 +00:00
Andrey Pavlenko
5f0c312087
- partial 'vector' support in Java API generator
...
- const ignore mask list added for Java API generator
2011-07-14 15:24:17 +00:00
Vadim Pisarevsky
12715c210d
fixed mixed-type arithmetic operations (ticket #1224 )
2011-07-14 14:54:05 +00:00
Leonid Beynenson
0db73575a6
Added class TermCriteria.
2011-07-14 14:52:58 +00:00
Kirill Kornyakov
da64ba1bde
java tests: found a reason of crash (addWeighted bug #1224 ), some tests cleaned and added
2011-07-14 14:25:35 +00:00
Vadim Pisarevsky
2dea07f9f8
repaired Python bindings for functions using InputOutputArray
2011-07-14 14:13:10 +00:00
Andrey Kamaev
14bc6e3e6c
Modified Android Samples
2011-07-14 12:47:07 +00:00
Vadim Pisarevsky
08f1f5769a
ok. enabled TBB in LatentSVM, but need to check if it works
2011-07-14 12:11:18 +00:00
Vadim Pisarevsky
36ba3d691e
temporarily switch off TBB
2011-07-14 11:51:43 +00:00
Vadim Pisarevsky
ca2433c212
fixed opencv_flann (with flann 1.6) compile errors on Windows (VS2005 & VS2008)
2011-07-14 11:26:13 +00:00
Leonid Beynenson
510ca53687
Added the function minMaxLoc to JavaAPI as a manual ported function.
...
Added test for the function.
2011-07-14 08:36:48 +00:00
Andrey Pavlenko
ab1ff12a71
class ignore list added for Java API generator
2011-07-14 08:15:35 +00:00
Andrey Pavlenko
a99b80b1a9
funcs ignore list added for Java API generator
2011-07-14 08:10:47 +00:00
Andrey Kamaev
87cfcc8ee2
Fixed Android build
2011-07-14 07:04:36 +00:00
Vadim Pisarevsky
562914e33b
upgraded to FLANN 1.6. Added miniflann interface, which is now used in the rest of OpenCV. Added Python bindings for FLANN.
2011-07-13 23:04:39 +00:00
Maria Dimashova
b64bb95860
added ability to reset view point of depth generator to normal one ( #1195 )
2011-07-13 17:05:57 +00:00
Andrey Kamaev
4d8a261d99
Allowed spaces in path to OpenCV (tested only Android build)
2011-07-13 15:47:04 +00:00
Andrey Pavlenko
801079e2ba
partial implementation of complex out args in Java wrappers
2011-07-13 14:23:47 +00:00
Ilya Lysenkov
2c2d7d7bbd
Fixed findCirclesGrid for the case of working with 'square' asymmetric patterns.
2011-07-13 13:05:41 +00:00
Leonid Beynenson
d60349b1fc
Added to Java API classes Range and CvSlice.
2011-07-13 11:23:32 +00:00
Vadim Pisarevsky
a69bd80b99
fixed opencv_video tests
2011-07-13 10:18:13 +00:00
Vadim Pisarevsky
5352684647
fixed memleak in Python bindings (ticket #1219 )
2011-07-13 08:55:06 +00:00
Andrey Pavlenko
fbfddbd3ea
- 'c_string' support added to Java API
...
- improved CV_IN_OUT/CV_OUT handling for generated Python/Java wrappers
2011-07-12 21:13:56 +00:00
Evgeniy Kozinov
07eed8c489
refactoring latentSVM
2011-07-12 18:43:41 +00:00
Leonid Beynenson
0ddc661882
Fixed bug in the operator of cv::Ranges-s intersection (operator &).
2011-07-12 16:33:26 +00:00
Andrey Kamaev
6623fe3b08
Added option INSTALL_ANDROID_EXAMPLES (default off); Added option for choosing SDK platform for Android tests and samples.
2011-07-12 15:59:31 +00:00
Leonid Beynenson
e59f530338
Added the class RotatedRect to Java API.
...
Added tests for the class.
2011-07-12 15:39:38 +00:00
Kirill Kornyakov
b58dc21074
java tests: added 2 tests for calib3d, implemented assertMatNotEqual
2011-07-12 15:10:54 +00:00
Kirill Kornyakov
63f8feb2a1
java tests: added a chessboard image
2011-07-12 14:53:09 +00:00
Andrey Pavlenko
7ca50b2b3d
org.opencv.utils renamed to org.opencv.android
2011-07-12 13:31:02 +00:00
Andrey Pavlenko
bc9a9b714c
adding runtime Android logging in Debug
2011-07-12 13:13:02 +00:00
Vadim Pisarevsky
569b1ad582
embeded cv Python module into cv2.
2011-07-12 12:56:03 +00:00
Kirill Kornyakov
9b464199d6
java tests: Mat.inv and Mat.cross implemented, almost all Mat tests finished except put, get and dispose
2011-07-12 08:16:01 +00:00
Andrey Kamaev
2dd965b7f5
minor cmake corrections
2011-07-12 07:40:29 +00:00
Vadim Pisarevsky
21409de176
optimized sparse LK optical flow (tickets #1062 and #1210 )
2011-07-11 23:03:05 +00:00
Andrey Pavlenko
4033d8324c
native exception handling added
2011-07-11 15:28:09 +00:00
Kirill Kornyakov
d227079753
java tests: added stubs for calib3d, features2d classes, some other updates
2011-07-11 15:19:53 +00:00
Andrey Kamaev
ec866c5acd
Improved rst_parser and javadoc generation scripts
2011-07-11 15:03:42 +00:00
Andrey Kamaev
dfe7708f17
Improved javadoc comments generation scripts; fixed some typos in documentation
2011-07-11 13:33:05 +00:00
Andrey Pavlenko
eea62ca6fb
- added missing loadLibrary for inner classes
...
- added zero check for pointers in utils.cpp
2011-07-11 12:21:58 +00:00
Andrey Pavlenko
b5d864f579
'clib3d' support added
2011-07-11 08:33:12 +00:00
Alexander Mordvintsev
848fa23a07
made boundingRects argument of segmentMotion CV_OUT
...
updated documentation
2011-07-11 07:51:15 +00:00
Alexey Spizhevoy
8a3d1937c3
fixed BFM GPU test compile-time error on ubuntu x64 in debug mode
2011-07-09 07:32:14 +00:00
Vadim Pisarevsky
3f0c17b592
re-added the opencv_flann documentation
2011-07-08 16:14:13 +00:00
Anatoly Baksheev
e1dd41d1e2
- fixed SetTo tests for GPU (a problem in test code)
...
- minor refactoring
2011-07-08 16:08:58 +00:00
Maria Dimashova
0b1575c485
fixed SIFT when keypoints vector is empty ( #1162 )
2011-07-08 15:54:57 +00:00
Andrey Kamaev
fbed6d1d44
Javadoc comments genearion is integrated into the Java API build
2011-07-08 15:29:59 +00:00
Vadim Pisarevsky
eff35f2341
fixed timeScale formula in CvCapture_FFMPEG::setProperty(... CV_CAP_PROP_POS_...) (ticket #1207 )
2011-07-08 15:03:28 +00:00
Andrey Kamaev
7c43e7e7e0
Improved rst_parser; added javadoc comments generator; added javadoc markers to handwritten .java files
2011-07-08 15:00:11 +00:00
Andrey Pavlenko
086643f5a7
finalize() added to ported classes; javadoc anchor added to ported funcs
2011-07-08 14:46:41 +00:00
Maria Dimashova
370130e464
fixed PyramidAdaptedFeatureDetector (when mask is not empty) ( #1206 )
2011-07-08 14:41:43 +00:00
Alexey Spizhevoy
abe34e3b33
removed debug func. call
2011-07-08 14:00:54 +00:00
Alexey Spizhevoy
e9837b0aa9
added support of old CC into GPU mean shift routines
2011-07-08 13:59:23 +00:00
Vadim Pisarevsky
4e099d2e5c
fixed memory leak in CvKNearest::train() and the constructor.
2011-07-08 06:48:18 +00:00
Andrey Kamaev
2cf34c7f46
Fixed few more bugs in rst_parser. Fixed small typos in documentation.
2011-07-08 04:31:13 +00:00
Vadim Pisarevsky
ddd57e7496
commented off debugging print in cap_libv4l.cpp (ticket #807 )
2011-07-07 22:58:20 +00:00
Vadim Pisarevsky
b0aae19fb4
probably fixed parallel face detector (i.e. built with TBB), ticket #1185 . Thanks to mengw for the patch
2011-07-07 22:52:54 +00:00
Vadim Pisarevsky
5bb8076d7d
added centerPrincipalPoint=false to getOptimalNewCameraMatrix (ticket #1199 )
2011-07-07 21:38:21 +00:00
Vadim Pisarevsky
0940573e8b
fixed a few more typos in the docs.
2011-07-07 16:59:09 +00:00
Vadim Pisarevsky
462d4a1dae
opencl module is not ready for trunk yet
2011-07-07 16:40:44 +00:00
salmanulhaq
1e691daab4
ocl folder contains the gpu implementations
2011-07-07 16:35:20 +00:00
Andrey Kamaev
426c358352
Fixed bugs in rst_parser.py; added parsing of 'seealso' blocks
2011-07-07 16:33:02 +00:00
salmanulhaq
fe86d25694
renamed gpu to ocl
2011-07-07 16:21:20 +00:00
salmanulhaq
e22ad8050b
OclMat implementation
2011-07-07 16:20:43 +00:00
salmanulhaq
64de562db2
Update OclMat to match GpuMat. Include ref counting, opearators, Scalar initialization. Tested for Intel OCL SDK.
2011-07-07 16:06:26 +00:00
Andrey Pavlenko
7432fc1d2d
- 'String' (that is synonym of std::string) is added
...
- report generation added (<module>.txt)
2011-07-07 15:40:54 +00:00
Andrey Kamaev
ed8a2af9b6
Improved rst parser; fixed bug in hdr_parser; some small fixes in documentation
2011-07-07 14:49:24 +00:00
Kirill Kornyakov
72cc69e431
java tests: split into packages, tests for VideoCapture implemented
2011-07-07 14:35:12 +00:00
Vadim Pisarevsky
5649f35757
some more bugfixed in 2.3 propagated to trunk
2011-07-07 11:43:21 +00:00
Andrey Kamaev
58b5256e05
Fixed C functions parsing in rst parser
2011-07-07 11:32:22 +00:00
Andrey Kamaev
741a689f65
Improved RST parser; fixed small typos found by new parser
2011-07-07 11:23:51 +00:00
Andrey Pavlenko
9f4df42e24
Initial classes support, improved generated java & cpp code formatting.
2011-07-06 18:56:09 +00:00
itsyplen
6aab128afe
Java tests: commited some core tests (to be cleaned)
2011-07-06 16:25:33 +00:00
Andrey Kamaev
3156f27d41
Added initial version of rst_parser script
2011-07-05 17:29:54 +00:00
Kirill Kornyakov
80f0901dee
java tests: merged with new CvType, implemented half of the tests for Mat
2011-07-05 16:26:00 +00:00
Andrey Pavlenko
2ef146c2c6
More code review feedbacks addressed: Mat c-tor and setTo uses Scalar, Java Mat::dispose() calls C++ Mat::release().
2011-07-05 15:50:54 +00:00
Andrey Pavlenko
2cce7a87b8
Some of code review feedbacks addressed: CvType moved from Mat, new Mat c-tor, samples updated.
2011-07-05 14:50:16 +00:00
Kirill Kornyakov
ec6fb0bee2
java tests: now only OpenCVTestRunner contains android specific stuff
2011-07-05 14:03:28 +00:00
Andrey Kamaev
3fc879075b
Fixed typo in features2d doc
2011-07-05 13:02:29 +00:00
Kirill Kornyakov
5688b014e9
JavaAPI: implemented Mat.dump method (analog for C++ stream <<)
2011-07-05 08:37:49 +00:00
Vadim Pisarevsky
b33224f0b6
merged the latest fixes in 2.3 to trunk
2011-07-04 16:18:12 +00:00
Kirill Kornyakov
85166360f1
java tests updated: now they independent from android, test methods are sorted alphabetically
2011-07-04 12:21:56 +00:00
Andrey Kamaev
730622178b
Turned off android camera and java wrappers for low Android API levels (android-8 is required for these components)
2011-07-04 11:41:39 +00:00
Kirill Kornyakov
43097c6afb
lena added
2011-07-04 10:51:06 +00:00
Kirill Kornyakov
1649c8f6d0
some tests for highgui java added
2011-07-04 09:30:55 +00:00
Andrey Kamaev
d96f533784
Instroduced separate option for Android examples - BUILD_ANDROID_EXAMPLES
2011-07-04 08:18:02 +00:00
Andrey Kamaev
65cb53aa1e
Fixed Android tests and samples build
2011-07-04 06:33:10 +00:00
Andrey Kamaev
1c96aac52e
Fixed several cross-compiling issues. Fixed cmake status report.
2011-07-02 15:12:07 +00:00
itsyplen
e1ad6b27cf
several java tests added
2011-07-02 12:17:57 +00:00
Andrey Pavlenko
ee10a38851
#863 : typo fixed, minor changes in cpp generator
2011-07-01 15:58:16 +00:00
Andrey Pavlenko
2b83d416b0
#863 : default Mat() c-tor, minor improvements
2011-07-01 15:48:13 +00:00
Vadim Pisarevsky
f8e1e88ce2
we do not need strmiids.lib anymore
2011-07-01 14:03:03 +00:00
Kirill Kornyakov
e958383225
added some tests to core module
2011-07-01 13:34:23 +00:00
Kirill Kornyakov
7fed582d9f
implemented static Mat.eye method
2011-07-01 13:11:03 +00:00
Vadim Pisarevsky
a5d53e3e2f
some more corrections from Gabor
2011-07-01 12:09:39 +00:00
Andrey Pavlenko
3159bd1a74
#863 : 'string' args support added
2011-07-01 11:10:20 +00:00
Vadim Pisarevsky
6c8a2b8888
propagated fixes in docs and cap_dshow to trunk
2011-07-01 09:39:22 +00:00
Alexey Spizhevoy
ad454d83b9
added gpu::buildWarpPlaneMaps and gpu::buildWarpCylindricalMaps functions, integrated into stitching
2011-07-01 07:07:54 +00:00
Andrey Kamaev
68f5a5a904
Reverted change from r5802 (it breaks install target for Android platform)
2011-07-01 06:58:53 +00:00
Alexey Spizhevoy
5f4ba8055f
added tests for pyrDown and pyrUp (gpu)
2011-07-01 05:37:20 +00:00
Vincent Rabaud
3e1b0186fe
- make sure we don't crash for an empty image
2011-07-01 01:28:14 +00:00
Ethan Rublee
08d3dcc709
minor edits to cmake.
2011-07-01 00:57:00 +00:00
Andrey Kamaev
ec90265a08
Fixed compilation problem when building without CUDA
2011-06-30 17:01:15 +00:00
hartmut
7f260a0f0b
fix for capture
2011-06-30 14:57:27 +00:00
Andrey Kamaev
01b3266612
Fixed Android target name for Android samples and tests
2011-06-30 14:56:39 +00:00
Kirill Kornyakov
9fbd47ffb1
added several tests for java/core module
2011-06-30 14:47:50 +00:00
Alexey Spizhevoy
5d703abdc2
fix for GPU module compile time (VS2010) error (from 2.3 branch)
2011-06-30 14:47:20 +00:00
Alexey Spizhevoy
674b763395
GPU: updated upsample, downsample functions, added pyrDown, pyrUp, added support of 16S filtering; put spherical warper on GPU (from opencv_stitching)
2011-06-30 14:39:48 +00:00
Andrey Kamaev
a44d6aacc8
Android tests are included into cmake build
2011-06-30 14:35:35 +00:00
Andrey Kamaev
150c2215bb
Fixed Android tests resources and settings
2011-06-30 14:16:14 +00:00
Andrey Kamaev
092699783a
Added cmake script to build Android samples
2011-06-30 13:37:56 +00:00
Vadim Pisarevsky
995ce4bdcc
:ocv:function => :ocv:cfunction for some old API
2011-06-30 12:25:36 +00:00
Kirill Kornyakov
daa31a0696
autogenerated JUnit stub tests added
2011-06-30 12:07:31 +00:00
Vadim Pisarevsky
cc9a1bb62f
propagated some more fixes from 2.3 branch to the trunk
2011-06-30 12:06:26 +00:00
Kirill Kornyakov
f4894d57cd
opencv_test package renamed to opencv.test
2011-06-30 09:39:30 +00:00
Kirill Kornyakov
217a782d94
opencv_test package renamed to opencv.test
2011-06-30 09:38:07 +00:00
Kirill Kornyakov
56e26b9624
initial commit of JavaAPI unit tests
2011-06-30 09:29:35 +00:00
Bernat Gabor
762bc0f8af
Some reST syntax correction. Now the PDF documentation builds correctly under Windows using MIKTEX. Some update on the tutorial structure. Some CSS syntax correction. Windows Install Tutorial v0.4.
2011-06-30 00:41:41 +00:00
Vadim Pisarevsky
b204e73d9a
propagated some more fixes from 2.3 branch to the trunk
2011-06-29 22:06:42 +00:00
Vadim Pisarevsky
dacd265424
propagated some more fixes from 2.3 branch to the trunk
2011-06-29 22:04:43 +00:00
Vadim Pisarevsky
7cd48accc2
bump version to 2.3.1 in the header too (ticket #1178 )
2011-06-29 17:45:41 +00:00
Vincent Rabaud
b5754550ab
fix #1169
2011-06-29 17:01:23 +00:00
Andrey Kamaev
3df6548c4a
Android samples fixed - line endings are converted to unix style; autogenerated folders are added to ignore list
2011-06-29 13:42:46 +00:00
Vladislav Vinogradov
724a3c1473
added CUDA version info to gpu tests
2011-06-29 12:00:00 +00:00
Vladislav Vinogradov
52bdfbc7fc
added OS info to gpu tests
2011-06-29 11:53:15 +00:00
Vladislav Vinogradov
e8d2dd212c
fixed gpu tests
2011-06-29 11:14:03 +00:00
Vladislav Vinogradov
a4182b5da3
fixed build under linux
2011-06-29 10:57:48 +00:00
Vladislav Vinogradov
d1b4b5f0de
refactored gpu module tests
2011-06-29 10:14:16 +00:00
James Bowman
1d335bddfc
Fix for SSE swapping bug
2011-06-28 23:29:15 +00:00
Ethan Rublee
6259c9ac6a
First pass at name mangling based on version number, to support
...
side by side installs of OpenCV2.3.0 OpenCV2.3.1 OpenCV2.4.x, etc...
2011-06-28 16:02:09 +00:00
Vadim Pisarevsky
2776b42a7b
propagated fix for Matx(Matx::diag_type) constructor from branch 2.3 to trunk
2011-06-27 20:01:05 +00:00
Andrey Kamaev
b43ae03328
* Install path share/opencv is renamed to share/OpenCV.
...
* Fixed zlib search.
* Fixed compiler/linker flags caching bug.
* Fixed OpenCVConfig.cmake generation (currently tested only on Unix).
2011-06-27 13:59:03 +00:00
Andrey Kamaev
f0227edd2c
Minor python search improvements
2011-06-27 08:24:10 +00:00
Vincent Rabaud
7c2e74b649
- fix a bug if the descriptor is used for images of different size
2011-06-24 23:21:39 +00:00
Andrey Kamaev
c1940b4ec7
Modified install layout for Android
2011-06-24 15:40:27 +00:00
Ilya Lysenkov
10065d3321
Trunk: moved contructors implementations from .hpp to .cpp
2011-06-24 12:48:00 +00:00
Ilya Lysenkov
2c958b2598
Trunk: moved contructors implementations from .hpp to .cpp
2011-06-24 12:25:52 +00:00
Andrey Kamaev
2edf764eee
Added video.hpp header (for convenience with other modules); added option to specify list of headers for Java API generator
2011-06-24 08:13:02 +00:00
Andrey Kamaev
69b79f89c1
Updated build scripts for better Java module support
2011-06-24 07:48:04 +00:00
Andrey Kamaev
b5d73111eb
Added new module for Java API
2011-06-23 15:51:51 +00:00
Vadim Pisarevsky
49467947ac
propagated some fixes from 2.3 to trunk
2011-06-23 12:00:09 +00:00
Vadim Pisarevsky
b1bf1deed0
fixed 2 bugs in reference manuals
2011-06-23 11:46:14 +00:00
Andrey Kamaev
ea58cdc71d
(trunk) Do not use prebuilt Android camera libs for armeabi hardware target
2011-06-20 15:57:42 +00:00
Ilya Lysenkov
ee2aefc270
Minor doc fix
2011-06-20 13:27:37 +00:00
Ilya Lysenkov
fce7ba4eaf
Added destroyAllWindows and docs (ticket #957 ).
2011-06-20 13:24:48 +00:00
Ilya Lysenkov
233dfd252d
Qt: fixed signal of a clicked push button (patch #786 )
2011-06-20 09:49:21 +00:00
Ilya Lysenkov
3c7055b9ce
Qt minor doc enhancement
2011-06-20 09:29:04 +00:00
Vadim Pisarevsky
848be8dfe1
temporarily reverted to FLANN 1.5 (FLANN 1.6 is put to a separate branch FLANN_1.6 until it's stabilized)
2011-06-20 09:20:17 +00:00
Ilya Lysenkov
310ed83343
Qt doc: specified an image type in the addText function (ticket #1144 )
2011-06-20 09:06:02 +00:00
Vadim Pisarevsky
6767f1db9e
added dummy symbol to flann to make OpenCV compile on Windows
2011-06-20 08:42:08 +00:00
Vadim Pisarevsky
24cb30fed5
fixed errors and warnings when building with MSVC
2011-06-20 07:53:46 +00:00
Marius Muja
3b2d4b57a0
Bringing get_param and print_params into cv::flann namespace.
2011-06-20 00:26:16 +00:00
Marius Muja
9153018bd2
Updated FLANN
2011-06-19 23:46:23 +00:00
Vadim Pisarevsky
2e54482de9
fixed formula in cvIntegral/integral description
2011-06-19 23:24:01 +00:00
Vadim Pisarevsky
108fc3f4fe
fixed problem with non 4:3 cameras (ticket #142 )
2011-06-19 22:35:24 +00:00
Vadim Pisarevsky
873b72edd9
use original image type (8-bit grayscale or 24-bit RGB) in the case of RAW video (ticket #782 )
2011-06-19 22:23:59 +00:00
Vadim Pisarevsky
ec97683ddf
fixed positioning in ffmpeg wrapper (thanks to mike_at_nrec for the patch). Added frame positioning feature to laplace demo to test the feature
2011-06-19 22:06:32 +00:00
Vadim Pisarevsky
c5088ca1b8
added explicit Mat_<T>::Mat_(const MatExpr&) (resolves ticket #996 )
2011-06-19 21:13:32 +00:00
Elena Fedotova
5d047af005
Purpose: 2nd review cycle.
2011-06-19 20:28:08 +00:00
Vadim Pisarevsky
babec51880
fixed memory leaks in fromarray (thanks to Matthew Baker for the patch!)
2011-06-19 20:14:42 +00:00
Elena Fedotova
a8f1b8be21
Purpose: 2nd review cycle - see ?? .
2011-06-18 20:45:35 +00:00
Elena Fedotova
4ec0287dd3
Purpose: 2nd review cycle - see ?? . wrong syntax format
2011-06-18 20:37:50 +00:00
Elena Fedotova
392b9074f5
Purpose: 2nd review cycle.
2011-06-18 20:19:03 +00:00
Vadim Pisarevsky
0e14fef96e
fixed warnings in gbt; added insertChannel() and extractChannel(); made the code "rand{u|n}(arr, <number>, <number>)" work properly.
2011-06-18 10:56:49 +00:00
Vadim Pisarevsky
c37e063914
removed serveral CV_EXPORTS_AS() to make Python function names in cv2 the same as in C++.
2011-06-18 10:03:01 +00:00
Elena Fedotova
350dfc1ef7
Purpose: 2nd review cycle.
2011-06-17 22:23:37 +00:00
Elena Fedotova
05d36be85b
Purpose: 2nd review cycle.
2011-06-17 21:38:06 +00:00
Elena Fedotova
1f8cf9d062
Purpose: 2nd review cycle - see ?? .
2011-06-17 21:37:42 +00:00
Vadim Pisarevsky
f4dc4b43e4
fixed calibrateCamera API (ticket #1143 )
2011-06-17 21:21:01 +00:00
Vadim Pisarevsky
d5ba7c3826
fixed crashes in camshiftdemo (ticket #875 )
2011-06-17 20:34:34 +00:00
Vadim Pisarevsky
6229af93d6
corrected estimateAffine3D parameter name: outliers=>inliers (ticket #1141 )
2011-06-17 19:12:21 +00:00
Vadim Pisarevsky
9b6d8c3963
added reduce(..., CV_REDUCE_MIN/CV_REDUCE_MAX, ...) for 16u/16s (ticket #1145 )
2011-06-17 19:03:26 +00:00
Vadim Pisarevsky
48a5599c5e
fixed potentially incorrect memory access in cv::transform
2011-06-17 16:14:47 +00:00
Andrey Kamaev
e722cb96e7
Added cmake file to compile Android native camera wrapper if Android source tree is available
2011-06-17 13:52:55 +00:00
Maria Dimashova
4f86b30abc
fixed #1140 and made some other updates of features2d docs
2011-06-17 13:23:28 +00:00
Alexey Spizhevoy
3be51ded5d
fixed typo in opencv_stitching
2011-06-17 13:22:38 +00:00
Alexander Shishkov
d40b37dbf3
modified output stream
2011-06-17 11:51:15 +00:00
Maria Dimashova
907240a865
completed doc on MLData
2011-06-17 11:40:54 +00:00
Andrey Kamaev
6e8b4e646a
Fixed Android install target
2011-06-17 11:10:35 +00:00
Maria Dimashova
e95f8194e2
uncommented Opponent descriptors test, fixed descriptors mat size
2011-06-17 10:47:35 +00:00
Maria Dimashova
814336f4cb
Added doc on CvMLData
2011-06-17 10:13:53 +00:00
Maria Dimashova
fc04b7ab4f
minor refactoring of CvMLData interface
2011-06-17 10:11:52 +00:00
Ilya Lysenkov
77be493e45
Qt: fixed keyPressEvent (ticket #803 )
2011-06-17 09:26:53 +00:00
Vladimir Dudnik
6e38b6aaed
removed trailing backspaces, reduced number of warnings (under MSVC2010 x64) for size_t to int conversion, added handling of samples launch without parameters (should not have abnormal termination if there was no paramaters supplied)
2011-06-17 06:31:54 +00:00
Andrey Kamaev
206aa50f86
Added Android native camera module
2011-06-16 18:00:41 +00:00
Ilya Lysenkov
480f8235a7
Qt: fixed destroyAllWindow crash (patch #794 )
2011-06-16 15:48:01 +00:00
Alexander Shishkov
f010539aaf
Fixed MacOS GPU Compilation for i386
2011-06-16 15:02:58 +00:00
Ilya Lysenkov
0565a9456d
Qt: fixed using of OpenCV in another Qt app (patch #919 )
2011-06-16 13:20:50 +00:00
Vadim Pisarevsky
8d8ef596c8
introduced new RST/Sphinx domain ocv.
2011-06-16 12:48:23 +00:00
Ilya Lysenkov
4f3fb040a4
Qt: fixed resizing of maximized window (patch #858 ).
2011-06-16 12:44:04 +00:00
Maria Dimashova
0209d72534
minor change (moved methods implementation from hpp to cpp)
2011-06-16 12:35:40 +00:00
Anatoly Baksheev
74f1162a41
tabs
2011-06-16 10:33:32 +00:00
Vadim Pisarevsky
17b18de531
added missing evcode.h; made videoinput optional (ticket #1142 )
2011-06-16 09:51:34 +00:00
Andrey Morozov
802fcc57a2
fixed "bitrate tolerance too small for bitrate"
2011-06-16 08:31:08 +00:00
Kirill Kornyakov
b138dbde3f
bugfix in warpAffine, correct buffer size should be used
2011-06-16 06:08:27 +00:00
Vadim Pisarevsky
412e7a835f
videoInput is now integrated into highgui and built from sources
2011-06-15 22:59:41 +00:00
P. Druzhkov
e20d570ed1
brief gbt documentation added. some sample fixes made. code updated.
2011-06-15 21:54:25 +00:00
Elena Fedotova
9c071c6a30
Purpose: 2nd review cycle: many links in this topic are broken (don't know why). The table in the very beginning includes two functions only. what about the rest?
2011-06-15 21:28:58 +00:00
Maria Dimashova
35aa133d9a
minor formating
2011-06-15 13:30:26 +00:00
Alexander Shishkov
db85928e7f
fixed compilation error on MCVS in descriptors.cpp
2011-06-15 13:26:46 +00:00
Ilya Lysenkov
f0cc8d3085
QT: fixed exceptions (ticket #901 )
2011-06-15 13:26:40 +00:00
Vadim Pisarevsky
06ac78ee23
some more corrections in the docs
2011-06-15 13:16:57 +00:00
Maria Dimashova
1932942924
fixed OpponentColorDescriptorExtractor ( #1109 )
2011-06-15 12:51:54 +00:00
Vadim Pisarevsky
0876f69dbf
added variational stereo correspondence (by Sergey Kosov) and polynomial fitting (by Onkar Raut)
2011-06-15 12:10:33 +00:00
Vladislav Vinogradov
0d09352fca
fixed gpu::cvtColor
2011-06-15 11:57:08 +00:00
Maria Dimashova
ada3e6e624
fixed erasing class_id and response members in sift ( #1130 )
2011-06-15 10:15:05 +00:00
Maria Dimashova
2920796800
minor
2011-06-15 10:11:20 +00:00
Ilya Lysenkov
96503991b1
Fixed wheel zoom with QT (ticket #733 )
2011-06-15 09:27:38 +00:00
Anatoly Baksheev
117ff43cc3
default cuda target flags changed
...
cuda support is on by default
2011-06-15 08:05:34 +00:00
Anton Obukhov
c6a7432e92
[*] Approach to the bug with integral image calculation on SM_2.0 (Fermi)
2011-06-14 17:34:00 +00:00
Maria Dimashova
1580806730
removed DOT implementation
2011-06-14 12:28:44 +00:00
Vadim Pisarevsky
22970b8270
fixed multiple GCC warnings on Ubuntu 11.04
2011-06-14 12:03:34 +00:00
Vladislav Vinogradov
e05c488868
minor fix
2011-06-14 11:57:26 +00:00
Vladislav Vinogradov
1c1a61dd37
added __forceinline__ to device functions
...
fixed BFM warning ("cannot tell what pointer points to")
2011-06-14 11:27:32 +00:00
Vadim Pisarevsky
79f3260b8e
fixed bayer pattern picture in cvtColor() description; corrected formula in getGaussianKernel()
2011-06-14 10:26:24 +00:00
Alexander Shishkov
6ecebb7f66
fixed #768 ticket
...
renamed OPENCV_SOURCE_DIR to OpenCV_SOURCE_DIR
2011-06-14 10:19:56 +00:00
Alexander Shishkov
ca758a9dac
fixed #768 ticket
2011-06-14 10:11:16 +00:00
Alexander Shishkov
bce15cb6dd
added new version of ffmpeg binary for compilation on Mingw64/MSVC64
2011-06-14 08:06:55 +00:00
Vladislav Vinogradov
2e13a4cd52
removed MultiGpuManager from docs
2011-06-14 07:50:54 +00:00
Vladislav Vinogradov
c00a1f63a0
fixed csbp test under linux
2011-06-14 07:44:20 +00:00
Vladislav Vinogradov
d469b31aec
fixed csbp test for CC 1.x
2011-06-14 07:00:00 +00:00
Alexander Shishkov
cfe633c6f9
applied patch from ticket #801
2011-06-13 22:40:17 +00:00
Vadim Pisarevsky
127c2bf93e
added missing highgui wrappers (ticket #1040 )
2011-06-13 22:25:21 +00:00
Vadim Pisarevsky
23d211bfed
applied patches from #1005
2011-06-13 22:04:28 +00:00
Elena Fedotova
238b94cbf1
Purpose: 2nd review cycle - check ?? - problems with the output in the syntax sections.
2011-06-13 21:48:14 +00:00
Vadim Pisarevsky
3b97f5d5e9
return Py_None for an empty mat (should fix #1120 )
2011-06-13 21:47:35 +00:00
Vadim Pisarevsky
6f26c55fe3
fixed ticket #983
2011-06-13 21:23:42 +00:00
Vadim Pisarevsky
22927ff121
fixed ticket #983
2011-06-13 21:20:38 +00:00
Vadim Pisarevsky
30020a7350
renamed sum() to sumElems() in Python/Java bindings (ticket #902 )
2011-06-13 21:05:28 +00:00
Vadim Pisarevsky
6407093463
extended Mat::setTo() to support multi-channel arrays; fixed bug #1095
2011-06-13 20:56:27 +00:00
Elena Fedotova
07217b17bf
Purpose: 2nd review cycle - check ?? - problems with the output in the syntax sections.
2011-06-13 19:56:34 +00:00
Elena Fedotova
fd63587c0d
Purpose: 2nd review cycle - merged eng and tw versions.
2011-06-13 19:36:12 +00:00
Alexander Shishkov
a7d1e08bcc
added progress output to the long-time tests (for buildbot)
2011-06-13 19:30:16 +00:00
Alexander Shishkov
b081f8bfd6
changed uint to unsigned int
2011-06-13 19:06:32 +00:00
Alexander Shishkov
4cc167c5d0
fixed problem with norm in opencv_test_core
2011-06-13 18:03:33 +00:00
Vadim Pisarevsky
9df999154c
fixed a few warnings and bugs, including ticket #1079
2011-06-12 20:29:50 +00:00
Anatoly Baksheev
8f4c7db3f6
~40 warnings under VS2008
...
HAVE_CONFIG_H -> HAVE_CVCONFIG_H
2011-06-11 17:24:09 +00:00
Anatoly Baksheev
dc8572dc7b
data_mov_utils.hpp
2011-06-11 10:40:55 +00:00
Ilya Lysenkov
c69180396e
Minor doc fix
2011-06-10 18:00:23 +00:00
Ilya Lysenkov
4ad02804e1
Added documentation of segmentMotion from cvSegmentMotion doc
2011-06-10 17:58:36 +00:00
Vadim Pisarevsky
f9fc180e1a
fixed tickets #1117 and #954
2011-06-10 17:22:33 +00:00
Ilya Lysenkov
1ebdfa4992
Copied docs of Kalman Filter from source code to documentation
2011-06-10 17:20:03 +00:00
Ilya Lysenkov
289a827aed
Minor doc fix
2011-06-10 16:48:39 +00:00
Ilya Lysenkov
0c10ed8faf
Minor doc fix
2011-06-10 16:35:46 +00:00
Vadim Pisarevsky
2741dd0ea6
make type registration ordering in cv2.so consistent with the declaration order (fixes the class hierarchy; see ticket #1113 )
2011-06-10 13:22:40 +00:00
Maria Dimashova
96f69b160c
added implementation of CvHaarFeatureParams::read() in traincascade application ( #1061 )
2011-06-10 13:07:31 +00:00
Vadim Pisarevsky
5ca3bd502c
reverted broken opencv_test_core launcher
2011-06-10 12:21:26 +00:00
Maria Dimashova
eace415f57
fixed cascade detection on images of size equal to feature size ( #1070 )
2011-06-10 12:19:23 +00:00
Ilya Lysenkov
883b87c04f
Minor.
2011-06-10 09:30:41 +00:00
Ilya Lysenkov
d551024fc7
Copied docs of background/foreground segmentation from source code to documentation
2011-06-10 09:19:45 +00:00
Vadim Pisarevsky
cd818192ce
fixed ticket #892
2011-06-10 07:08:34 +00:00
Vadim Pisarevsky
0070ce20af
next attempt to fix ticket #1121
2011-06-10 06:53:34 +00:00
Vadim Pisarevsky
8a888cd9ce
fixed RNG::uniform(double,double) (ticket #1131 )
2011-06-10 06:37:24 +00:00
Alexey Spizhevoy
a8a9278391
updated matches checking in opencv_stitching
2011-06-10 05:38:52 +00:00
Vadim Pisarevsky
bb8198abfd
continued cleaning up the docs and fixing hyperlinks (".. index:: <name>" and ".. _<name>:" are not needed anymore)
2011-06-09 21:47:57 +00:00
Ilya Lysenkov
6d71817ddc
Documented the SimpleBlobDetector class.
2011-06-09 15:20:55 +00:00
Ilya Lysenkov
2beae4d30b
Minor change of SimpleBlobDetector
2011-06-09 12:49:23 +00:00
Andrey Kamaev
9484355137
Reduced logs count in Android camera
2011-06-09 12:04:10 +00:00
Maria Dimashova
8f4f982e5c
added support of several kinects ( #1105 )
2011-06-09 11:22:48 +00:00
Ilya Lysenkov
cb511861ac
Removed unnecessary function from SimpleBlobDetector
2011-06-09 11:16:18 +00:00
Ilya Lysenkov
f60d7fdfef
Simplified SimpleBlobDetector to make it simple)
2011-06-09 11:07:08 +00:00
Maria Dimashova
c6e49402a5
changed temporary filename and aligned RGB data with XYZ data ( #867 )
2011-06-09 10:34:13 +00:00
Alexey Spizhevoy
ace94d2ebf
fixed bug in opencv_stitching (corrected resize images step), added matches checking (both 1->2 and 2->1 must be presented)
2011-06-09 10:16:10 +00:00
Vladislav Vinogradov
cfb8c8418b
minor fix
2011-06-09 08:29:19 +00:00
Vladislav Vinogradov
26dd71d981
fixed gpu::cvtColor according #5324 changes
2011-06-09 08:26:08 +00:00
Stefano Fabri
11feada567
Some warning fix. Initial multicast get property support
2011-06-09 07:54:10 +00:00
Ilya Lysenkov
575ec4aae8
Added doxygen doc to getBackgroundImage
2011-06-09 07:36:26 +00:00
Vadim Pisarevsky
3531521f10
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
2011-06-09 01:17:04 +00:00
Vadim Pisarevsky
20aca7440f
a lot of small corrections to bring down the number of undocumented functions, reported by the script; added em.cpp sample
2011-06-09 01:16:45 +00:00
Vadim Pisarevsky
3b9e752be7
some more core functions documented + minor fixes and rearrangements
2011-06-08 21:35:19 +00:00
Vadim Pisarevsky
51c11ba78b
improved convertPointsHomogeneous documentation. added convertPointsTo/FromHomogeneous (ticket #1011 )
2011-06-08 16:32:39 +00:00
Vadim Pisarevsky
f6b3754f34
handle empty YAML's correctly (ticket #1127 )
2011-06-08 16:13:11 +00:00
Ilya Lysenkov
3822128602
Fixed cv namespace boldface (from ticket #991 )
2011-06-08 16:00:40 +00:00
Ilya Lysenkov
839c1bea4b
Fixed matchTemplate doc (ticket #1045 )
2011-06-08 15:37:49 +00:00
Ilya Lysenkov
99bae77173
Fixed coefficients order in solvePoly doc (ticket #1060 )
2011-06-08 14:58:46 +00:00
Ilya Lysenkov
95bfd022cf
Fixed createButton brief doc (ticket #785 )
2011-06-08 13:32:51 +00:00
Maria Dimashova
4a1ccbeee6
optimized retrievePointCloudMap ( #1106 )
2011-06-08 13:06:29 +00:00
Stefano Fabri
715b5d0c55
Little fix for multicast (we'll testing in a real multicast environment in the next days)
2011-06-08 12:44:01 +00:00
Ilya Lysenkov
c71e24cd96
Updated docs of findCirclesGrid()
2011-06-08 12:26:30 +00:00
itsyplen
a2f5884159
Specialization for 'get' method with bool type was added, help and constructor were updated too
2011-06-08 10:18:56 +00:00
Ilya Lysenkov
35e25b760e
Added the EMD function description (ticket #696 )
2011-06-08 10:16:16 +00:00
Ilya Lysenkov
1e945dc984
Added documenation of the Earth Mover Distance (C++ interface, ticket #696 )
2011-06-08 10:08:24 +00:00
Maria Dimashova
b5163291dd
added upright mode to SURF ( #825 )
2011-06-08 09:23:33 +00:00
Vadim Pisarevsky
2d2b8a496e
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122 )
2011-06-08 06:55:04 +00:00
Kirill Kornyakov
aad9b3219c
Notification messages about bad parameters in command line were added in CommandLineParser. Update sample, using parser
2011-06-08 06:45:21 +00:00
Vadim Pisarevsky
c7a42e9682
started work on API & doc synchronization (in particular, Mat& => Input/OutputArray in the descriptions)
2011-06-07 22:51:31 +00:00
Maria Dimashova
bdae962e13
removed constraint to max_iter in CvANN_MLP ( #1110 )
2011-06-07 12:28:18 +00:00
Ilya Lysenkov
07e2deccb9
Fixed the RGB2HSV formula (ticket #868 )
2011-06-07 12:22:07 +00:00
Maria Dimashova
9e21f06404
replaced M_PI by CV_PI
2011-06-07 12:08:36 +00:00
Ilya Lysenkov
084c640db6
Asked users to pass two operation flags tothe sort() function (ticket #315 )
2011-06-07 11:43:09 +00:00
Ilya Lysenkov
fe5784957c
Fixed Mat::channels() brief documentation (ticket #1064 )
2011-06-07 10:52:24 +00:00
Kirill Kornyakov
65ed270790
class CommandLineParser was updated according new requirements
2011-06-07 10:30:40 +00:00
Vadim Pisarevsky
e46d98a162
excluded "-B" flag for better compatibility with old Python.
2011-06-07 10:22:32 +00:00
Maria Dimashova
3dc03531e1
added CvEM read/write ( #1032 )
2011-06-07 10:05:23 +00:00
Ilya Lysenkov
bd33e0a3da
Minor change to contourArea example
2011-06-07 09:30:49 +00:00
Maria Dimashova
ca551ab9ae
added one more SIFT::CommonParams constructor
2011-06-07 07:41:59 +00:00
Ethan Rublee
7d4f06b7f3
Attempting to add support for openni depth registration.
2011-06-07 03:19:38 +00:00
Vadim Pisarevsky
a87d12eb9e
added CV_CAP_PROP_PVAPI_MULTICASTIP property (thanks to Stefano Fabri for the patch)
2011-06-06 19:23:43 +00:00
Vadim Pisarevsky
fcd2a0c3d3
fixed VS2010 compile warnings and errors
2011-06-06 15:15:30 +00:00
Vadim Pisarevsky
0c877f62e9
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
2011-06-06 14:51:27 +00:00
Alexander Mordvintsev
6dc7ae0ff6
added some constants to python cv2 api
2011-06-06 14:18:25 +00:00
Maria Dimashova
cd2f3786f0
removed duplicated check
2011-06-06 12:07:15 +00:00
Alexander Shishkov
97ae8f7af7
added BUILD_WITH_STATIC_CRT option for static linking with CRT on MSVC
2011-06-06 10:26:59 +00:00
Andrey Kamaev
3956f54040
Android native camera is updated to support RGBA output
2011-06-06 08:52:51 +00:00
Andrey Kamaev
cdda5ec491
YUV420i to RGB conversion is added to cvtColor
2011-06-04 18:15:52 +00:00
Vadim Pisarevsky
922fc58201
added CV_64F support to cv::remap (ticket #650 )
2011-06-03 17:06:08 +00:00
Vadim Pisarevsky
2c1e913b2d
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686 ); fixed bug in cv.CreateHist() when no ranges are passed (ticket #990 )
2011-06-03 15:45:50 +00:00
Andrey Kamaev
2609df00bd
Added missed method declarations. Fix for r5343
2011-06-03 15:09:21 +00:00
Vadim Pisarevsky
262fc33024
added 16-bit support to Bayer2RGB & Bayer2Gray (ticket #686 )
2011-06-03 14:26:30 +00:00
Ilya Lysenkov
04ebfc0a02
Added computing of the mean background image in the BackgroundSubtractorMOG2 model.
2011-06-03 14:10:12 +00:00
Vadim Pisarevsky
6be2a79fb9
fixed incorrect output of resize(...scalex, scaley, INTER_NEAREST) when scalex and scaley are even integers (ticket #1013 )
2011-06-03 13:25:44 +00:00
Andrey Kamaev
c7bdf83de5
Fixed Android build
2011-06-03 12:01:55 +00:00
Andrey Morozov
03c7784186
added several new highgui tests
2011-06-03 08:33:27 +00:00
Alexander Shishkov
c5fa70143d
added check input data
2011-06-03 07:57:07 +00:00
Vincent Rabaud
aa6c2bfbbb
- fixed the grayscale case
2011-06-02 23:12:52 +00:00
Vincent Rabaud
3ed829af71
- make sure we deal with a grayscale image
2011-06-02 22:58:52 +00:00
Vincent Rabaud
ff13c9f818
- fix potential crash if the first scale level is not 0
2011-06-02 18:08:30 +00:00
Andrey Morozov
19900d9894
converted all highgui tests to the format of google test system
2011-06-02 15:23:37 +00:00
Ilya Lysenkov
b884c3c40c
Removed direct tiff writing to in-memory buffers if libtiff is used
2011-06-02 15:16:35 +00:00
Vadim Pisarevsky
ddd8f897fe
fixed drawing test
2011-06-02 12:45:00 +00:00
Anatoly Baksheev
c8544f393b
added begin/and with Thrust iterators for Device classes
2011-06-02 12:38:50 +00:00
Ilya Lysenkov
02cd916ce1
Added reading of floating point tiff data: 32- and 64-bit (ticket #955 )
2011-06-02 12:35:52 +00:00
Alexey Spizhevoy
4401f33e10
fixed error in gcgraph which led to problems in opencv_stitching GC seam finder, added check for duplication in matches (opencv_stitching)
2011-06-02 12:13:06 +00:00
Vadim Pisarevsky
1a0b1d2aea
improved CV_RGBHSV_FULL accuracy (ticket #938 )
2011-06-02 12:10:18 +00:00
Andrey Morozov
da9e3ed6fb
commented several tests because it's very slow
2011-06-02 11:43:13 +00:00
Andrey Morozov
2df096c1e2
converted drawing tests to the format of google test system
2011-06-02 10:05:24 +00:00
Alexander Shishkov
c8f0147a8b
fixed problem with static compilation of highgui_tests on Windows
2011-06-02 10:02:08 +00:00
Alexander Shishkov
8b43e90e7f
fixed ticket #675
2011-06-02 09:51:25 +00:00
Andrey Morozov
de2fd5c430
added a test on read/write images
2011-06-02 09:33:15 +00:00
Ilya Lysenkov
8e93fcbe87
Added writing of compressed tiffs using libtiff library (patch #1080 , thanks to Pieter-Jan Busschaert)
2011-06-02 09:06:00 +00:00
Andrey Morozov
48514337de
minor fix in highgui tests
2011-06-02 08:53:12 +00:00
Ethan Rublee
5964234681
Quiet the errors from the circlesgrid pattern detector. These were really verbose.
2011-06-01 21:49:08 +00:00
Vadim Pisarevsky
124967eefb
very first version of the documentation checking script
2011-06-01 21:15:36 +00:00
Ethan Rublee
6c437cce36
Placed the if in the wrong place.
2011-06-01 18:54:34 +00:00
Ethan Rublee
7e2221f38f
Fix misspelling of a logical block endif.
2011-06-01 18:28:20 +00:00
Vincent Rabaud
fc19e856a6
- fix a memory leak
2011-06-01 18:24:53 +00:00
Ethan Rublee
14f65f79f0
Wrapping the tests in an if guard. Fails to build if the BUILD_TESTS flag is
...
not enabled.
2011-06-01 18:04:46 +00:00
Andrey Morozov
4b5e53b33b
minor fix
2011-06-01 17:41:30 +00:00
Andrey Morozov
abfc5d3405
fixed bugs for windows. added 2 tests for ffmpeg
2011-06-01 16:14:17 +00:00
Vadim Pisarevsky
bf05872929
added opencv_test_highgui
2011-06-01 14:23:55 +00:00
Alexey Spizhevoy
5538e206f9
mac worlaround
2011-06-01 13:57:14 +00:00
Alexey Spizhevoy
aa3e481458
fixed logging function in opencv_stitching
2011-06-01 13:50:41 +00:00
Vadim Pisarevsky
8191b5564f
make scalar and SSE versions of minEigenVal & cornerHarris give [almost] the same results (ticket #811 )
2011-06-01 13:45:08 +00:00
Vadim Pisarevsky
f2f8fc14b0
proper fix for reduce with op=CV_REDUCE_AVG and ddepth==CV_8U
2011-06-01 13:44:09 +00:00
Alexey Spizhevoy
138490fdbb
added \n into help message (opencv_stitching)
2011-06-01 13:34:53 +00:00
Vadim Pisarevsky
d5af311a77
fix bilateral filter behavior when color_sigma == 0 and/or spatial_sigma == 0 (ticket #469 )
2011-06-01 13:15:43 +00:00
Ilya Lysenkov
4875ffc953
Removed using of homogeneous coordinates in cvProjectPoints2 (ticket #845 )
2011-06-01 13:10:14 +00:00
Andrey Kamaev
25213d88a8
fixed compilation problems with new SIFT on Android
2011-06-01 12:42:44 +00:00
Ilya Lysenkov
29b45e70bd
Fixed cluster centers returning in cvKMeans2 (ticket #706 )
2011-06-01 12:06:39 +00:00
Vladislav Vinogradov
f906c9b259
added resetDevice function, removed MultiGpuManager
2011-06-01 10:11:27 +00:00
Ilya Lysenkov
b6c195d44c
Fixed reading of the user class from *.xml (ticket #840 ).
2011-06-01 10:05:11 +00:00
Anatoly Baksheev
68a94665e5
compilation for windows
2011-06-01 08:19:21 +00:00
Ilya Lysenkov
aa3dada2fe
Added support of the CV_64F depth to solvePnP (ticket #835 )
2011-06-01 08:14:59 +00:00
Anatoly Baksheev
e4bbcdac17
minor
2011-06-01 08:01:04 +00:00
Vincent Rabaud
f21fadfa49
- serialize/deserialize the edge threshold too
2011-06-01 03:26:08 +00:00
Vincent Rabaud
7ca26c040f
- make sure we rescale the input keypoints
2011-06-01 03:25:53 +00:00
Vincent Rabaud
211c112b91
- hide the patch size from the user (only one is used now as training was only done at that scale)
...
- enable a border_threshold just like for SIFt so that calling ORB, or descriptor after feature gives the same number of features
2011-06-01 02:09:31 +00:00
Ethan Rublee
ce94e4a994
Fix # of features in orb.
2011-06-01 00:25:32 +00:00
Alexander Shishkov
b644505bdf
fixed compilation problems with new SIFT on Windows
2011-05-31 22:51:16 +00:00
Alexander Shishkov
389bd146c4
fixed compilation problems with new SIFT on MacOs
2011-05-31 22:03:55 +00:00
Alexander Shishkov
b19434513b
reverted the floating-point number formatting (exception in ml tests)
2011-05-31 21:42:49 +00:00
Alexander Shishkov
80dfdf8ff7
removed ddepth from matrix (after Vadim's commit, it generates problem with core and ml tests)
...
returned the new floating-point number formatting
2011-05-31 21:14:42 +00:00
Maria Dimashova
035fd0019b
replaced SIFT implementation (Some default parameters can be changed in the near future)
2011-05-31 18:18:02 +00:00
Maria Dimashova
8c0c773bf2
commented opponent descriptor test (temporarily)
2011-05-31 18:05:43 +00:00
Vadim Pisarevsky
3a4e06e289
resolved ticket #1104 (processing of transposed numpy arrays)
2011-05-31 15:43:11 +00:00
Maria Dimashova
ef5d7278ea
removed evaluation testbetch to sample
2011-05-31 15:30:49 +00:00
Vadim Pisarevsky
facbdc92cb
fixed multi-channel 1x1 array construction (ticket #1103 )
2011-05-31 15:27:31 +00:00
Vadim Pisarevsky
b14ca4299a
reverted the floating-point number formatting
2011-05-31 15:25:50 +00:00
Alexander Shishkov
eae7921da6
fixed build on GNU/Hurd (ticket #761 )
2011-05-31 15:22:22 +00:00
Ilya Lysenkov
dfdbf0abd0
Added support of the 1 width element in morphology (ticket #1099 ).
2011-05-31 14:50:25 +00:00
Vadim Pisarevsky
f154b2d0d7
always build ffmpeg_opencv as a shared lib (ticket #687 )
2011-05-31 14:35:00 +00:00
Vadim Pisarevsky
af2af3af9b
added KeyPoint::hash() (ticket #1100 )
2011-05-31 14:24:45 +00:00
Alexander Shishkov
63dc1cdd2c
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
...
removed one more OPENCV_BUILD_SHARED_LIB flag
2011-05-31 14:22:25 +00:00
Vadim Pisarevsky
6de72ea8ee
resolved tickets #904 (nicer floating-point formatting) and #816 (reduce with CV_REDUCE_AVG on 8-bit arrays)
2011-05-31 14:01:21 +00:00
Leonid Beynenson
1299941622
Made small optimization: for some processors using float accumulator gives speedup.
2011-05-31 13:44:13 +00:00
Alexander Shishkov
6aabf72bc5
removed OPENCV_BUILD_SHARED_LIB in favor of BUILD_SHARED_LIBS
2011-05-31 13:17:59 +00:00
Vladislav Vinogradov
926a6bba00
modified according to CUDA 4.0 API updates
2011-05-31 08:31:10 +00:00
Alexey Spizhevoy
98d663e7e0
updated help message in opencv_stitching app
2011-05-31 08:28:24 +00:00
Ethan Rublee
76538fbe6b
Making the install and lib, bin directories consistent.
2011-05-30 22:13:32 +00:00
Elena Fedotova
9a9bd14f34
Purpose: 2nd review cycle - see ??. added index entries
2011-05-30 20:29:47 +00:00
Kirill Kornyakov
78d821114a
Update CommandLineParser class: move method's definition from header to source
2011-05-30 19:20:57 +00:00
Alexey Spizhevoy
1c0f7e0e47
updated default params for preview mode (opencv_stitching)
2011-05-30 14:12:20 +00:00
Alexander Shishkov
128d030533
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573 )
...
added ignore linker flags for opencv2_python
2011-05-30 14:08:43 +00:00
Alexander Shishkov
33e71127f7
fixed problem with VideoInput on Windows when OpenCV compiled statically (ticket #573 )
2011-05-30 13:32:57 +00:00
Andrey Kamaev
dce5bf4921
Tegra optimization of cv::threshold
2011-05-30 13:12:01 +00:00
Vadim Pisarevsky
60a0ebbd6c
added optional encoding parameter to cvOpenFileStorage() and FileStorage::open() (ticket #976 ). moved some implementation parts of CommandLineParser to cmdparser.cpp.
2011-05-30 12:36:07 +00:00
Alexey Spizhevoy
810604315b
minor change
2011-05-30 10:19:11 +00:00
Alexey Spizhevoy
fb1771833a
added --blend_strength parameter into opencv_stitching
2011-05-30 10:18:02 +00:00
Maria Dimashova
8a61375875
fixed drawKeypoints (keypoint orientation)
2011-05-30 09:11:27 +00:00
Alexey Spizhevoy
82e12d6c59
updated help message (opencv_stitching)
2011-05-30 07:07:37 +00:00
Ilya Lysenkov
5a3e7d041f
Added drawing of a new image for debugging of the SimpleBlobDetector class.
2011-05-30 06:54:59 +00:00
Alexey Spizhevoy
6a4ab4a996
updated --help message (opencv_stitching)
2011-05-30 05:29:42 +00:00
Vadim Pisarevsky
24dcfa1a4f
removed confusing CvCapture::queryFrame(); rewritten cvQueryFrame() (ticket #235 )
2011-05-29 21:02:53 +00:00
Alexey Spizhevoy
eadb3bad45
minor refactoring of opencv_stitching
2011-05-28 13:03:28 +00:00
Alexey Spizhevoy
7881134cf7
added block-based gain compensator (opencv_stitching), added --preview flag.
2011-05-28 12:18:49 +00:00
Kirill Kornyakov
fe279279e6
Update CommandLineParser class
2011-05-28 06:55:41 +00:00
Alexey Spizhevoy
4b4053705d
refactored exposure compensators (opencv_stitching)
2011-05-28 06:48:33 +00:00
Vadim Pisarevsky
3a1f24e74c
fixed mat.push_back(mat) (ticket #1091 )
2011-05-27 20:32:48 +00:00
Vadim Pisarevsky
cfedf0c5d5
compile cv2.so also as a shared library
2011-05-27 19:59:48 +00:00
Ethan Rublee
93326c7dc0
Adding a default constructor to ORB that initializes. Had segfaults on non
...
initialized orb detector.
2011-05-27 17:17:02 +00:00
Alexander Shishkov
0eb1bb3673
cv.so library always compiled as shared library
2011-05-27 15:18:49 +00:00
Vadim Pisarevsky
9336b700ba
use FindZLIB(), FindJPEG() etc. on MacOSX as well to avoid possible conflicts with MacPorts.
2011-05-27 13:47:18 +00:00
Maria Dimashova
0b0baa0cf5
removed test output
2011-05-27 12:18:44 +00:00
Maria Dimashova
33493f4e19
renamed WITH(HAVE)_EIGEN2 to WITH(HAVE)_EIGEN, fixed compilation error if eigen3 is used ( #805 )
2011-05-27 12:15:36 +00:00
Alexey Spizhevoy
56f7e54cce
added GC_COLOR_GRAD cost function type into opencv_stitching
2011-05-27 11:41:35 +00:00
Alexey Spizhevoy
8e3777676c
minor changes in opencv_stitching
2011-05-27 04:44:32 +00:00
Vadim Pisarevsky
bfbc70436d
fixed crash in cv2.findHomography() (ticket #1094 )
2011-05-26 20:33:55 +00:00
Elena Fedotova
f26859b345
Purpose: 2nd review cycle - see ??. added index entries
2011-05-26 20:09:05 +00:00
Elena Fedotova
8b89672774
Purpose: 2nd review cycle
2011-05-26 19:28:21 +00:00
Alexey Spizhevoy
497ee7a5f3
added some comments into multi-band blending code
2011-05-26 09:01:27 +00:00