profile/ivi/opencv.git
12 years agoImproved sorting in performance reports
Andrey Kamaev [Tue, 22 Nov 2011 13:57:44 +0000 (13:57 +0000)]
Improved sorting in performance reports

12 years agoOne more bugfix for calcOpticalFlowPyrLK
Andrey Kamaev [Tue, 22 Nov 2011 09:50:38 +0000 (09:50 +0000)]
One more bugfix for calcOpticalFlowPyrLK

12 years agoupdated ORB: limit the number of output keypoints, use bi-linear interpolation betwee...
Vadim Pisarevsky [Tue, 22 Nov 2011 09:44:37 +0000 (09:44 +0000)]
updated ORB: limit the number of output keypoints, use bi-linear interpolation between subsequent layers instead of much slower area-based interpolation between 0-th and i-th layers.

12 years ago[*] Fixed two bugs in reduction functor: out of shared memory bounds access and missi...
Anton Obukhov [Mon, 21 Nov 2011 17:46:55 +0000 (17:46 +0000)]
[*] Fixed two bugs in reduction functor: out of shared memory bounds access and missing volatile on GF100 and further

12 years agoFixed border interpolation bug in calcOpticalFlowPyrLK
Andrey Kamaev [Mon, 21 Nov 2011 16:34:08 +0000 (16:34 +0000)]
Fixed border interpolation bug in calcOpticalFlowPyrLK

12 years agominor
Vladislav Vinogradov [Mon, 21 Nov 2011 13:34:03 +0000 (13:34 +0000)]
minor

12 years agoFixed Android build problem
Andrey Kamaev [Mon, 21 Nov 2011 13:07:17 +0000 (13:07 +0000)]
Fixed Android build problem

12 years agofixed compilation error
Vladislav Vinogradov [Mon, 21 Nov 2011 12:28:54 +0000 (12:28 +0000)]
fixed compilation error

12 years agoadded OpenGL support to highgui under WIN32
Vladislav Vinogradov [Mon, 21 Nov 2011 11:58:52 +0000 (11:58 +0000)]
added OpenGL support to highgui under WIN32

12 years agoOptimized version of 32F Norm function demands bigger MaxErr value, because it calcul...
Kirill Kornyakov [Mon, 21 Nov 2011 11:48:56 +0000 (11:48 +0000)]
Optimized version of 32F Norm function demands bigger MaxErr value, because it calculates norm in floats instead of double.

12 years agoUpdated comment
Andrey Kamaev [Mon, 21 Nov 2011 10:55:55 +0000 (10:55 +0000)]
Updated comment

12 years agoOptimized version of Norm and NormDiff functions with f32 type added
Kirill Kornyakov [Mon, 21 Nov 2011 05:59:49 +0000 (05:59 +0000)]
Optimized version of Norm and NormDiff functions with f32 type added

12 years agoAndroid cmake toolchain: fixed some compatibility problems with cmake 2.6.x; improved...
Andrey Kamaev [Sat, 19 Nov 2011 18:02:00 +0000 (18:02 +0000)]
Android cmake toolchain: fixed some compatibility problems with cmake 2.6.x; improved file header.
Fixed small problem in chart.py.

12 years agoSmall improvements in cmake status report
Andrey Kamaev [Fri, 18 Nov 2011 08:14:42 +0000 (08:14 +0000)]
Small improvements in cmake status report

12 years agoFixed perf target
Andrey Kamaev [Fri, 18 Nov 2011 07:57:14 +0000 (07:57 +0000)]
Fixed perf target

12 years agoFixed Android build on Windows.
Andrey Kamaev [Thu, 17 Nov 2011 20:43:14 +0000 (20:43 +0000)]
Fixed Android build on Windows.

12 years agoChanged the class DetectionBasedTracker -- changed the system of states in the subcla...
Leonid Beynenson [Thu, 17 Nov 2011 16:16:09 +0000 (16:16 +0000)]
Changed the class DetectionBasedTracker -- changed the system of states in the subclass DetectionBasedTracker::SeparateDetectionWork, made them more logical.

12 years agoAndroid cmake toolchain: changed some error messages, fixed error with NDK r5, improv...
Andrey Kamaev [Thu, 17 Nov 2011 15:28:11 +0000 (15:28 +0000)]
Android cmake toolchain: changed some error messages, fixed error with NDK r5, improved includes and link directories configuration

12 years agoMade changes in DetectionBasedTracker -- refactored the class.
Leonid Beynenson [Thu, 17 Nov 2011 15:17:02 +0000 (15:17 +0000)]
Made changes in DetectionBasedTracker -- refactored the class.

12 years agoCommitted the first version of DetectionBasedTracker.
Leonid Beynenson [Wed, 16 Nov 2011 17:29:10 +0000 (17:29 +0000)]
Committed the first version of DetectionBasedTracker.

12 years agoFixed #1469
Andrey Kamaev [Wed, 16 Nov 2011 14:40:13 +0000 (14:40 +0000)]
Fixed #1469

12 years agoAndroid cmake toolchain is reworked for NDK r7; added experimental Android x86 support.
Andrey Kamaev [Wed, 16 Nov 2011 14:32:10 +0000 (14:32 +0000)]
Android cmake toolchain is reworked for NDK r7; added experimental Android x86 support.

12 years agoJava API: adding test for HoughLinesP()
Andrey Pavlenko [Wed, 16 Nov 2011 08:36:57 +0000 (08:36 +0000)]
Java API: adding test for HoughLinesP()

12 years agofixed CvCascadeBoost::train
Maria Dimashova [Wed, 16 Nov 2011 07:15:42 +0000 (07:15 +0000)]
fixed CvCascadeBoost::train

12 years agofixed gpu performance tests
Vladislav Vinogradov [Tue, 15 Nov 2011 07:03:44 +0000 (07:03 +0000)]
fixed gpu performance tests

12 years agofixed compilation under linux
Vladislav Vinogradov [Mon, 14 Nov 2011 14:57:36 +0000 (14:57 +0000)]
fixed compilation under linux

12 years agomoved GpuMat's operations implementation to core module
Vladislav Vinogradov [Mon, 14 Nov 2011 14:34:36 +0000 (14:34 +0000)]
moved GpuMat's operations implementation to core module

12 years agoremoved BEGIN_OPENCV_DEVICE_NAMESPACE macros
Vladislav Vinogradov [Mon, 14 Nov 2011 09:02:06 +0000 (09:02 +0000)]
removed BEGIN_OPENCV_DEVICE_NAMESPACE macros

12 years agofixed compilation error
Vladislav Vinogradov [Mon, 14 Nov 2011 06:22:42 +0000 (06:22 +0000)]
fixed compilation error

12 years ago[+] CUDA path for NCVImagePyramid
Anton Obukhov [Sun, 13 Nov 2011 20:52:48 +0000 (20:52 +0000)]
[+] CUDA path for NCVImagePyramid

12 years agoTegra-optimized Canny
Andrey Kamaev [Fri, 11 Nov 2011 14:45:53 +0000 (14:45 +0000)]
Tegra-optimized Canny

12 years agoOptimized version of NormDiff functions added
Kirill Kornyakov [Fri, 11 Nov 2011 11:23:44 +0000 (11:23 +0000)]
Optimized version of NormDiff functions added

12 years agoupdate retina module related samples
Alexandre Benoit [Thu, 10 Nov 2011 13:41:29 +0000 (13:41 +0000)]
update retina module related samples

12 years agofixed CvRTrees::read in case nactive_vars==var_count (thanks to Malcolm Reynolds)
Maria Dimashova [Thu, 10 Nov 2011 13:40:11 +0000 (13:40 +0000)]
fixed CvRTrees::read in case nactive_vars==var_count (thanks to Malcolm Reynolds)

12 years agouser guide on cascade training a bit updated
Kirill Kornyakov [Thu, 10 Nov 2011 12:03:44 +0000 (12:03 +0000)]
user guide on cascade training a bit updated

12 years agominor
Vladislav Vinogradov [Wed, 9 Nov 2011 14:23:13 +0000 (14:23 +0000)]
minor

12 years agofixed compilation under linux
Vladislav Vinogradov [Wed, 9 Nov 2011 14:05:34 +0000 (14:05 +0000)]
fixed compilation under linux

12 years agominor fix
Vladislav Vinogradov [Wed, 9 Nov 2011 13:33:44 +0000 (13:33 +0000)]
minor fix

12 years agominor fix
Vladislav Vinogradov [Wed, 9 Nov 2011 13:18:23 +0000 (13:18 +0000)]
minor fix

12 years agomoved GpuMat and DevMem2D to core module, some code refactoring
Vladislav Vinogradov [Wed, 9 Nov 2011 13:13:52 +0000 (13:13 +0000)]
moved GpuMat and DevMem2D to core module, some code refactoring

12 years agonew sample for the complex detector+descriptor+matcher evaluation
Vadim Pisarevsky [Tue, 8 Nov 2011 12:03:37 +0000 (12:03 +0000)]
new sample for the complex detector+descriptor+matcher evaluation

12 years agoadded improved ORB implementation, convex-convex polygon intersection, eigen2x2 low...
Vadim Pisarevsky [Tue, 8 Nov 2011 12:01:49 +0000 (12:01 +0000)]
added improved ORB implementation, convex-convex polygon intersection, eigen2x2 low-level function ...

12 years agoOptimized version of Norm functions added
Kirill Kornyakov [Tue, 8 Nov 2011 07:39:35 +0000 (07:39 +0000)]
Optimized version of Norm functions added

12 years agointegral perf tests renamed for readability
Kirill Kornyakov [Mon, 7 Nov 2011 13:06:48 +0000 (13:06 +0000)]
integral perf tests renamed for readability

12 years agointegral perf tests renamed for readability
Kirill Kornyakov [Mon, 7 Nov 2011 13:05:52 +0000 (13:05 +0000)]
integral perf tests renamed for readability

12 years agoTegra-optimized cv::compare
Andrey Kamaev [Mon, 7 Nov 2011 06:29:34 +0000 (06:29 +0000)]
Tegra-optimized cv::compare

12 years agofixed optical flow test for devices with cc >= 2.0
Vladislav Vinogradov [Mon, 7 Nov 2011 06:23:22 +0000 (06:23 +0000)]
fixed optical flow test for devices with cc >= 2.0

12 years ago[*] Fixed #1464
Anton Obukhov [Sun, 6 Nov 2011 09:43:17 +0000 (09:43 +0000)]
[*] Fixed #1464
[~] NCVPyramid uses tr1 and thus can be compiled with CL, commented out on linux
[+] Moved reduction functors to NCVAlg
[*] Warnings in NCV

12 years agofixed ffmpeg backend build on Ubuntu 11.10
Vadim Pisarevsky [Fri, 4 Nov 2011 16:44:52 +0000 (16:44 +0000)]
fixed ffmpeg backend build on Ubuntu 11.10

12 years ago[~] Refactored device reduction for better reuse (now with functor semantics)
Anton Obukhov [Fri, 4 Nov 2011 13:49:05 +0000 (13:49 +0000)]
[~] Refactored device reduction for better reuse (now with functor semantics)

12 years ago[*] Fixed #1461
Anton Obukhov [Fri, 4 Nov 2011 12:41:54 +0000 (12:41 +0000)]
[*] Fixed #1461

12 years agoMore performance tests for Sobel and Scharr filters
Andrey Kamaev [Thu, 3 Nov 2011 16:08:49 +0000 (16:08 +0000)]
More performance tests for Sobel and Scharr filters

12 years agocorrected stupid error for retina color mode selection in Retina::run method
Alexandre Benoit [Thu, 3 Nov 2011 10:58:11 +0000 (10:58 +0000)]
corrected stupid error for retina color mode selection in Retina::run method

12 years agoErasing two images from cpp/tutorial folder
Ana Huaman [Thu, 3 Nov 2011 06:09:31 +0000 (06:09 +0000)]
Erasing two images from cpp/tutorial folder

12 years agoAdded one sample in tutorial_code to use Stereo Block matching
Ana Huaman [Thu, 3 Nov 2011 05:52:35 +0000 (05:52 +0000)]
Added one sample in tutorial_code to use Stereo Block matching

12 years agoPerformance testing: added option to get list of all values for CV_ENUM; added perf...
Andrey Kamaev [Tue, 1 Nov 2011 15:41:43 +0000 (15:41 +0000)]
Performance testing: added option to get list of all values for CV_ENUM; added perf test for cv::Sobel

12 years agoAdded performance test for Canny
Andrey Kamaev [Tue, 1 Nov 2011 09:07:34 +0000 (09:07 +0000)]
Added performance test for Canny

12 years agoMinor perf tests framework improvement
Andrey Kamaev [Tue, 1 Nov 2011 08:13:30 +0000 (08:13 +0000)]
Minor perf tests framework improvement

12 years agoAdded possibility to configure TBB behavior in Perf tests --- now we can set the...
Leonid Beynenson [Mon, 31 Oct 2011 16:22:05 +0000 (16:22 +0000)]
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).

12 years agominor
Andrey Kamaev [Mon, 31 Oct 2011 13:19:12 +0000 (13:19 +0000)]
minor

12 years agofixed gpu samples build
Vladislav Vinogradov [Mon, 31 Oct 2011 12:39:06 +0000 (12:39 +0000)]
fixed gpu samples build

12 years agominor
Vladislav Vinogradov [Mon, 31 Oct 2011 09:41:29 +0000 (09:41 +0000)]
minor

12 years agoprepared GpuMat for moving to core module
Vladislav Vinogradov [Mon, 31 Oct 2011 08:51:00 +0000 (08:51 +0000)]
prepared GpuMat for moving to core module

12 years agofixed remap under cc < 2.0
Vladislav Vinogradov [Mon, 31 Oct 2011 08:50:14 +0000 (08:50 +0000)]
fixed remap under cc < 2.0

12 years agoTerga optimization for integral_8u32s
Andrey Kamaev [Mon, 31 Oct 2011 08:00:20 +0000 (08:00 +0000)]
Terga optimization for integral_8u32s

12 years agoOptimized version of Sum functions added
Kirill Kornyakov [Mon, 31 Oct 2011 07:04:52 +0000 (07:04 +0000)]
Optimized version of Sum functions added

12 years agofixed compilation error
Vladislav Vinogradov [Mon, 31 Oct 2011 06:43:00 +0000 (06:43 +0000)]
fixed compilation error

12 years agofixed compilation problems after rev. 6925
Alexander Shishkov [Sun, 30 Oct 2011 15:08:44 +0000 (15:08 +0000)]
fixed compilation problems after rev. 6925

12 years agoshort change on default retina values setup for warning avoidance
Alexandre Benoit [Sun, 30 Oct 2011 07:41:50 +0000 (07:41 +0000)]
short change on default retina values setup for warning avoidance

12 years agoclarified parameters inputs and outputs at the interface level for better clarity...
Alexandre Benoit [Sun, 30 Oct 2011 07:33:00 +0000 (07:33 +0000)]
clarified parameters inputs and outputs at the interface level for better clarity and ease of use, also corrected a mistake at activateContoursProcessing interface method

12 years agoPerformance test for FAST features detector
Andrey Kamaev [Fri, 28 Oct 2011 12:52:20 +0000 (12:52 +0000)]
Performance test for FAST features detector

12 years agoadded compression strategy as a parameter (another request from ticket #1452)
Vadim Pisarevsky [Fri, 28 Oct 2011 04:11:02 +0000 (04:11 +0000)]
added compression strategy as a parameter (another request from ticket #1452)

12 years agoimproved png compression ratio (ticket #1452)
Vadim Pisarevsky [Fri, 28 Oct 2011 02:22:11 +0000 (02:22 +0000)]
improved png compression ratio (ticket #1452)

12 years agoPerformace tests for ORB
Andrey Kamaev [Thu, 27 Oct 2011 14:46:12 +0000 (14:46 +0000)]
Performace tests for ORB

12 years agoTegra-optimized features matching for Stitching
Andrey Kamaev [Thu, 27 Oct 2011 14:06:06 +0000 (14:06 +0000)]
Tegra-optimized features matching for Stitching

12 years ago[+] Pixel types via templates
Anton Obukhov [Thu, 27 Oct 2011 10:13:28 +0000 (10:13 +0000)]
[+] 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

12 years agoFixed warning in the ORB features finder
Alexey Spizhevoy [Thu, 27 Oct 2011 09:00:28 +0000 (09:00 +0000)]
Fixed warning in the ORB features finder

12 years agoBetter NEON Hamming distance
Andrey Kamaev [Wed, 26 Oct 2011 13:04:53 +0000 (13:04 +0000)]
Better NEON Hamming distance

12 years agominor
Vladislav Vinogradov [Wed, 26 Oct 2011 12:44:38 +0000 (12:44 +0000)]
minor

12 years agoFixed small bugs in Stitcher class
Andrey Kamaev [Tue, 25 Oct 2011 12:42:08 +0000 (12:42 +0000)]
Fixed small bugs in Stitcher class

12 years agoFixed median focal length estimation in the stitching module
Alexey Spizhevoy [Mon, 24 Oct 2011 12:35:11 +0000 (12:35 +0000)]
Fixed median focal length estimation in the stitching module

12 years agoFixed bug in the stitching module (some images appeared at result pano center)
Alexey Spizhevoy [Mon, 24 Oct 2011 11:52:36 +0000 (11:52 +0000)]
Fixed bug in the stitching module (some images appeared at result pano center)

12 years agoOptimized versions of Erode and Dilate functions added
Kirill Kornyakov [Mon, 24 Oct 2011 09:12:55 +0000 (09:12 +0000)]
Optimized versions of Erode and Dilate functions added

12 years agoUpdated CLI for GPU samples
Alexey Spizhevoy [Mon, 24 Oct 2011 08:34:15 +0000 (08:34 +0000)]
Updated CLI for GPU samples

12 years agoBetter default grid size for ORB-based stitching
Andrey Kamaev [Fri, 21 Oct 2011 15:38:38 +0000 (15:38 +0000)]
Better default grid size for ORB-based stitching

12 years agoMade changes concerning inserting prefiltering modes into CascadeClassifier class.
Leonid Beynenson [Fri, 21 Oct 2011 14:56:37 +0000 (14:56 +0000)]
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.

12 years agoUpdated stitcher a little bit
Alexey Spizhevoy [Fri, 21 Oct 2011 10:47:48 +0000 (10:47 +0000)]
Updated stitcher a little bit

12 years agocorrected xml parameters file management in the retina interface
Alexandre Benoit [Fri, 21 Oct 2011 10:02:09 +0000 (10:02 +0000)]
corrected xml parameters file management in the retina interface

12 years agocorrected xml parameters file management in the retina interface
Alexandre Benoit [Fri, 21 Oct 2011 10:01:48 +0000 (10:01 +0000)]
corrected xml parameters file management in the retina interface

12 years agocorrected wrong parameter sent to retina module for color saturation
Alexandre Benoit [Fri, 21 Oct 2011 08:49:18 +0000 (08:49 +0000)]
corrected wrong parameter sent to retina module for color saturation

12 years agoStitching: added grid option to OrbFeaturesFinder
Andrey Kamaev [Fri, 21 Oct 2011 08:40:10 +0000 (08:40 +0000)]
Stitching: added grid option to OrbFeaturesFinder

12 years agoFixed bug in KeyPointsFilter::runByImageBorder; added ROI adjustment to ORB
Andrey Kamaev [Fri, 21 Oct 2011 08:38:47 +0000 (08:38 +0000)]
Fixed bug in KeyPointsFilter::runByImageBorder; added ROI adjustment to ORB

12 years agoFixed Android build with SDK revision 14
Andrey Kamaev [Fri, 21 Oct 2011 08:35:34 +0000 (08:35 +0000)]
Fixed Android build with SDK revision 14

12 years agodft perf test minor fix
Kirill Kornyakov [Fri, 21 Oct 2011 08:28:33 +0000 (08:28 +0000)]
dft perf test minor fix

12 years agominor fix of inpaint perf test
Kirill Kornyakov [Fri, 21 Oct 2011 08:22:11 +0000 (08:22 +0000)]
minor fix of inpaint perf test

12 years agoadded small resolutions for perf tests
Kirill Kornyakov [Fri, 21 Oct 2011 08:20:51 +0000 (08:20 +0000)]
added small resolutions for perf tests

12 years agoFixing compilation
Andrey Pavlenko [Fri, 21 Oct 2011 05:37:33 +0000 (05:37 +0000)]
Fixing compilation

12 years agocontinuing code correction for windows warning elimination
Alexandre Benoit [Thu, 20 Oct 2011 13:03:45 +0000 (13:03 +0000)]
continuing code correction for windows warning elimination

12 years agoinpaint perf test added
Kirill Kornyakov [Thu, 20 Oct 2011 11:00:29 +0000 (11:00 +0000)]
inpaint perf test added

12 years agoadded sz2K resolution for perf tests
Kirill Kornyakov [Thu, 20 Oct 2011 07:50:34 +0000 (07:50 +0000)]
added sz2K resolution for perf tests