profile/ivi/opencv.git
12 years agogramma
Anatoly Baksheev [Tue, 24 Jan 2012 09:56:55 +0000 (09:56 +0000)]
gramma

12 years agoAlternative xml naming for performance logs
Andrey Kamaev [Mon, 23 Jan 2012 16:28:46 +0000 (16:28 +0000)]
Alternative xml naming for performance logs

12 years agoFixed build without SSE
Andrey Kamaev [Mon, 23 Jan 2012 14:40:58 +0000 (14:40 +0000)]
Fixed build without SSE

12 years agoapplied patch by Will Lucas; improved separable filter performance (in particular...
Vadim Pisarevsky [Mon, 23 Jan 2012 12:14:46 +0000 (12:14 +0000)]
applied patch by Will Lucas; improved separable filter performance (in particular cv::GaussianBlur) on 16s images (for [much] faster SIFT)

12 years agoTegra optimization for image filtering
Andrey Pavlenko [Mon, 23 Jan 2012 09:16:07 +0000 (09:16 +0000)]
Tegra optimization for image filtering

12 years agoCorrected perf tests: merge, split.
Ivan Korolev [Mon, 23 Jan 2012 07:47:44 +0000 (07:47 +0000)]
Corrected perf tests: merge, split.

12 years agofixed bug in gpu::Canny
Vladislav Vinogradov [Mon, 23 Jan 2012 07:41:39 +0000 (07:41 +0000)]
fixed bug in gpu::Canny

12 years agoadded support of BORDER_REFLECT to gpu::cornerHarris and gpu::cornerMinEigenVal
Vladislav Vinogradov [Mon, 23 Jan 2012 07:14:45 +0000 (07:14 +0000)]
added support of BORDER_REFLECT to gpu::cornerHarris and gpu::cornerMinEigenVal

12 years agoAdded exhaustive perf test for cvtColor instead of several small tests
Andrey Kamaev [Mon, 23 Jan 2012 07:08:31 +0000 (07:08 +0000)]
Added exhaustive perf test for cvtColor instead of several small tests

12 years agofixed bug in gpu::transformSmart with mask
Vladislav Vinogradov [Sun, 22 Jan 2012 13:25:45 +0000 (13:25 +0000)]
fixed bug in gpu::transformSmart with mask

12 years agocompleted test for boundingRect function
Alexander Reshetnikov [Fri, 20 Jan 2012 16:21:27 +0000 (16:21 +0000)]
completed test for boundingRect function

12 years agoA number of improvements in android cmake toolchain
Andrey Kamaev [Fri, 20 Jan 2012 14:35:57 +0000 (14:35 +0000)]
A number of improvements in android cmake toolchain

12 years agoCreated perf tests for cvtColor_toBGR565, cvtColor_C3toC4_and_back, split, merge.
Ivan Korolev [Fri, 20 Jan 2012 13:19:49 +0000 (13:19 +0000)]
Created perf tests for cvtColor_toBGR565, cvtColor_C3toC4_and_back, split, merge.

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Fri, 20 Jan 2012 09:07:52 +0000 (09:07 +0000)]
Updated the stitching module docs

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Fri, 20 Jan 2012 09:06:53 +0000 (09:06 +0000)]
Updated the stitching module docs

12 years agoSeveral updates of code in countNonZero test
Alexander Reshetnikov [Thu, 19 Jan 2012 18:29:32 +0000 (18:29 +0000)]
Several updates of code in countNonZero test

12 years agoCompleted countNonZero test (found that it's already exist, so new implementation...
Alexander Reshetnikov [Thu, 19 Jan 2012 16:30:35 +0000 (16:30 +0000)]
Completed countNonZero test (found that it's already exist, so new implementation isn't used now).

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Thu, 19 Jan 2012 12:56:03 +0000 (12:56 +0000)]
Updated the stitching module docs

12 years agoaccount test
Ivan Korolev [Thu, 19 Jan 2012 12:20:34 +0000 (12:20 +0000)]
account test

12 years agoUpdated the stitching modudle docs
Alexey Spizhevoy [Thu, 19 Jan 2012 12:08:09 +0000 (12:08 +0000)]
Updated the stitching modudle docs

12 years agoTegra optimization for split, merge and some color conversions
Andrey Kamaev [Thu, 19 Jan 2012 11:52:25 +0000 (11:52 +0000)]
Tegra optimization for split, merge and some color conversions

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Thu, 19 Jan 2012 09:48:33 +0000 (09:48 +0000)]
Updated the stitching module docs

12 years agoUpdated the stitching module docs
Alexey Spizhevoy [Thu, 19 Jan 2012 09:43:13 +0000 (09:43 +0000)]
Updated the stitching module docs

12 years agofixing compilation; but some code lines look weird,
Andrey Pavlenko [Thu, 19 Jan 2012 05:22:51 +0000 (05:22 +0000)]
fixing compilation; but some code lines look weird,
e.g. "n += abs(sign(value))"  or  "n += sign(cv::norm(value) > eps_64"

12 years agocountNonZero & boundingRect tests - added first versions
Alexander Reshetnikov [Thu, 19 Jan 2012 00:22:22 +0000 (00:22 +0000)]
countNonZero & boundingRect tests - added first versions

12 years agoFirst version of native camera support for Android 3.x.x and 4.0.x
Andrey Kamaev [Wed, 18 Jan 2012 14:33:39 +0000 (14:33 +0000)]
First version of native camera support for Android 3.x.x and 4.0.x

12 years agoAdded the first version of the stitching module docs
Alexey Spizhevoy [Wed, 18 Jan 2012 13:43:34 +0000 (13:43 +0000)]
Added the first version of the stitching module docs

12 years agofix OpenGL render functions
Vladislav Vinogradov [Wed, 18 Jan 2012 08:27:08 +0000 (08:27 +0000)]
fix OpenGL render functions
fix createOpticalFlowNeedleMap

12 years agoadded checking homography matrix computing for vector <Point2f>
Alexander Reshetnikov [Tue, 17 Jan 2012 16:47:23 +0000 (16:47 +0000)]
added checking homography matrix computing for vector <Point2f>

12 years agoCompleted findHomography test (source data has type CV_32FC2). In plans add the same...
Alexander Reshetnikov [Mon, 16 Jan 2012 21:13:03 +0000 (21:13 +0000)]
Completed findHomography test (source data has type CV_32FC2). In plans add the same checking for vector <Point2f>.

12 years agoRefactored YUV420 to RGB/BGR/RGBA/BGRA conversion
Andrey Kamaev [Mon, 16 Jan 2012 14:38:07 +0000 (14:38 +0000)]
Refactored YUV420 to RGB/BGR/RGBA/BGRA conversion

12 years agoadded performance test for createOpticalFlowNeedleMap
Vladislav Vinogradov [Mon, 16 Jan 2012 13:51:36 +0000 (13:51 +0000)]
added performance test for createOpticalFlowNeedleMap

12 years agoCreated perf tests for cornerHarris, cornerEigenValsAndVecs, goodFeaturesToTrack...
Kirill Kornyakov [Mon, 16 Jan 2012 13:35:16 +0000 (13:35 +0000)]
Created perf tests for cornerHarris, cornerEigenValsAndVecs, goodFeaturesToTrack, adaptiveThreshold, HoughLines.

12 years agominor
Vladislav Vinogradov [Mon, 16 Jan 2012 13:32:06 +0000 (13:32 +0000)]
minor

12 years agominor fix
Vladislav Vinogradov [Mon, 16 Jan 2012 13:22:28 +0000 (13:22 +0000)]
minor fix

12 years agofixed gpu docs
Vladislav Vinogradov [Mon, 16 Jan 2012 13:10:50 +0000 (13:10 +0000)]
fixed gpu docs

12 years agoupdated optical_flow samples
Vladislav Vinogradov [Mon, 16 Jan 2012 09:24:42 +0000 (09:24 +0000)]
updated optical_flow samples

12 years agoMore natural sorting of MatType constants in performance reports.
Andrey Kamaev [Mon, 16 Jan 2012 07:04:26 +0000 (07:04 +0000)]
More natural sorting of MatType constants in performance reports.

12 years agoFixed small bug in summary.py
Andrey Kamaev [Fri, 13 Jan 2012 12:37:10 +0000 (12:37 +0000)]
Fixed small bug in summary.py

12 years agocorrected retina internal buffers copy methods
Alexandre Benoit [Fri, 13 Jan 2012 09:52:24 +0000 (09:52 +0000)]
corrected retina internal buffers copy methods

12 years agofixed Tegra stubs in cvtColor
Andrey Kamaev [Thu, 12 Jan 2012 13:43:35 +0000 (13:43 +0000)]
fixed Tegra stubs in cvtColor

12 years agofixing compilation on Android
Andrey Pavlenko [Thu, 12 Jan 2012 11:53:33 +0000 (11:53 +0000)]
fixing compilation on Android

12 years agofixing compilation on Windows (std::tr1::tie() is undefined), removing warnings ...
Andrey Pavlenko [Thu, 12 Jan 2012 11:50:59 +0000 (11:50 +0000)]
fixing compilation on Windows (std::tr1::tie() is undefined), removing warnings (conversion int to float/double)

12 years agoTegra optimization for warpPerspective() and 2 new perf tests
Andrey Pavlenko [Wed, 11 Jan 2012 14:18:10 +0000 (14:18 +0000)]
Tegra optimization for warpPerspective() and 2 new perf tests

12 years agoFixed Tegra optimization stub for gaussian
Andrey Kamaev [Wed, 11 Jan 2012 13:16:00 +0000 (13:16 +0000)]
Fixed Tegra optimization stub for gaussian

12 years agoupdated gpu optical_flow sample
Vladislav Vinogradov [Wed, 11 Jan 2012 13:05:03 +0000 (13:05 +0000)]
updated gpu optical_flow sample

12 years agominor refactoring of gpu performance sample
Vladislav Vinogradov [Wed, 11 Jan 2012 08:58:39 +0000 (08:58 +0000)]
minor refactoring of gpu performance sample

12 years agoadded docs for FAST_GPU and ORB_GPU
Vladislav Vinogradov [Wed, 11 Jan 2012 07:40:04 +0000 (07:40 +0000)]
added docs for FAST_GPU and ORB_GPU

12 years agofixed gpu::resize
Vladislav Vinogradov [Wed, 11 Jan 2012 06:14:51 +0000 (06:14 +0000)]
fixed gpu::resize

12 years agominor fix
Vladislav Vinogradov [Wed, 11 Jan 2012 05:46:32 +0000 (05:46 +0000)]
minor fix

12 years agomodified documentation of solvePnP and solvePnPRansac
Alexander Shishkov [Tue, 10 Jan 2012 16:01:06 +0000 (16:01 +0000)]
modified documentation of solvePnP and solvePnPRansac

12 years agofixed bug with submatrix in some gpu functions
Vladislav Vinogradov [Tue, 10 Jan 2012 11:11:58 +0000 (11:11 +0000)]
fixed bug with submatrix in some gpu functions
update gpu tests

12 years agoeigen tests for 1*1 matrix were temporarily removed from common list
Alexander Reshetnikov [Tue, 10 Jan 2012 08:24:10 +0000 (08:24 +0000)]
eigen tests for 1*1 matrix were temporarily removed from common list

12 years agoFixing ticket #1539
Marius Muja [Mon, 9 Jan 2012 21:31:51 +0000 (21:31 +0000)]
Fixing ticket #1539

12 years agoAdded perf test for RGB(A)/BGR(A) to YCrCb conversion
Andrey Kamaev [Mon, 9 Jan 2012 16:38:44 +0000 (16:38 +0000)]
Added perf test for RGB(A)/BGR(A) to YCrCb conversion

12 years agoAdded test group separators to the html version of performance report.
Andrey Kamaev [Mon, 9 Jan 2012 07:45:19 +0000 (07:45 +0000)]
Added test group separators to the html version of performance report.

12 years agoFixed modules order in OpenCV.mk.in
Andrey Kamaev [Mon, 9 Jan 2012 07:43:37 +0000 (07:43 +0000)]
Fixed modules order in OpenCV.mk.in

12 years agofixed compilation error on Win
Alexander Shishkov [Sat, 7 Jan 2012 09:31:57 +0000 (09:31 +0000)]
fixed compilation error on Win

12 years agoTegra optimization for some color conversion and warpAffine calls
Andrey Pavlenko [Fri, 6 Jan 2012 16:31:23 +0000 (16:31 +0000)]
Tegra optimization for some color conversion and warpAffine calls

12 years agodone user requirement from yvonnic2m@gmail.com
Alexander Shishkov [Fri, 6 Jan 2012 15:26:24 +0000 (15:26 +0000)]
done user requirement from yvonnic2m@gmail.com

12 years agoAdded threaded versions (enabled only for Tegra at the moment) of threshold, erode...
Kirill Kornyakov [Fri, 6 Jan 2012 14:29:31 +0000 (14:29 +0000)]
Added threaded versions (enabled only for Tegra at the moment) of threshold, erode/dilate. Slighlty restructured the code of medianBlur.

12 years agoFixed bug in summary.py
Andrey Kamaev [Fri, 6 Jan 2012 08:44:28 +0000 (08:44 +0000)]
Fixed bug in summary.py

12 years agoFixed files picking code to preserve the order in summary.py script.
Andrey Kamaev [Fri, 6 Jan 2012 07:41:04 +0000 (07:41 +0000)]
Fixed files picking code to preserve the order in summary.py script.

12 years agoTegra optimization for median blur
Andrey Kamaev [Thu, 5 Jan 2012 17:36:32 +0000 (17:36 +0000)]
Tegra optimization for median blur

12 years agoTegra optimization for GaussianBlur
Andrey Kamaev [Wed, 4 Jan 2012 18:20:03 +0000 (18:20 +0000)]
Tegra optimization for GaussianBlur

12 years agoComplex eigen test was modified.
Alexander Reshetnikov [Tue, 3 Jan 2012 19:06:56 +0000 (19:06 +0000)]
Complex eigen test was modified.
Fixed some bugs with checking for CV_64FC1 type.
Added eigen tests for 1*1 source matrix.

12 years agoStarted top-level CMakeLists.txt file reorganization: cmake scripts are moved to...
Andrey Kamaev [Tue, 3 Jan 2012 13:48:12 +0000 (13:48 +0000)]
Started top-level CMakeLists.txt file reorganization: cmake scripts are moved to separate folder; refactored BUILD_*, INSTALL_*, ENABLE_*, USE_*, WITH_* options.

12 years agodoc typo fixed
Kirill Kornyakov [Tue, 3 Jan 2012 13:30:21 +0000 (13:30 +0000)]
doc typo fixed

12 years agoFixed dot product test
Andrey Kamaev [Fri, 30 Dec 2011 10:42:07 +0000 (10:42 +0000)]
Fixed dot product test

12 years agoRefactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TES...
Andrey Kamaev [Thu, 29 Dec 2011 16:46:16 +0000 (16:46 +0000)]
Refactored performance tests. TEST_CYCLE macro is renamed to TEST_CYCLE_N; SIMPLE_TEST_CYCLE is renamed to TEST_CYCLE; from now 100 iterations are default for performance tests

12 years agoadded copyright notice for MOG2 algorithm by Z. Zivkovic
Vadim Pisarevsky [Thu, 29 Dec 2011 14:08:33 +0000 (14:08 +0000)]
added copyright notice for MOG2 algorithm by Z. Zivkovic

12 years agoAdded perf test for INTER_AREA resize
Andrey Kamaev [Thu, 29 Dec 2011 11:55:26 +0000 (11:55 +0000)]
Added perf test for INTER_AREA resize

12 years agoOptimized version of DotProd8u added
Kirill Kornyakov [Thu, 29 Dec 2011 07:51:01 +0000 (07:51 +0000)]
Optimized version of DotProd8u added

12 years agoOptimized version of sqsum8u added
Kirill Kornyakov [Thu, 29 Dec 2011 07:49:22 +0000 (07:49 +0000)]
Optimized version of sqsum8u added

12 years agoPerf testing: added ERROR_RELATIVE mode to SANITY_CHECK
Andrey Kamaev [Wed, 28 Dec 2011 14:59:09 +0000 (14:59 +0000)]
Perf testing: added ERROR_RELATIVE mode to SANITY_CHECK

12 years agoadjusting custom mat allocator when mat type is changed
Andrey Pavlenko [Wed, 28 Dec 2011 14:47:21 +0000 (14:47 +0000)]
adjusting custom mat allocator when mat type is changed

12 years agoadded perf test for dot product (8U, 32S, 32F)
Kirill Kornyakov [Wed, 28 Dec 2011 13:29:27 +0000 (13:29 +0000)]
added perf test for dot product (8U, 32S, 32F)

12 years agoupdate gpu perf tests
Vladislav Vinogradov [Wed, 28 Dec 2011 12:53:08 +0000 (12:53 +0000)]
update gpu perf tests

12 years agobug fix
Vladislav Vinogradov [Wed, 28 Dec 2011 07:56:19 +0000 (07:56 +0000)]
bug fix

12 years agoFixed build for x64 with sse2 disabled; several improvements in performance testing...
Andrey Kamaev [Tue, 27 Dec 2011 16:37:24 +0000 (16:37 +0000)]
Fixed build for x64 with sse2 disabled; several improvements in performance testing framework; enabled SANITY_CHECK() for performance tests

12 years agofixed SSE-optimized cmp_8u (ticket #1530)
Vadim Pisarevsky [Tue, 27 Dec 2011 16:07:26 +0000 (16:07 +0000)]
fixed SSE-optimized cmp_8u (ticket #1530)

12 years agoimplemented invert(A, B, DECOMP_EIG)
Vadim Pisarevsky [Tue, 27 Dec 2011 15:56:17 +0000 (15:56 +0000)]
implemented invert(A, B, DECOMP_EIG)

12 years agoAdded missed macro
Andrey Kamaev [Tue, 27 Dec 2011 11:32:56 +0000 (11:32 +0000)]
Added missed macro

12 years agoRefactored Tegra related macro usage
Andrey Kamaev [Tue, 27 Dec 2011 11:21:45 +0000 (11:21 +0000)]
Refactored Tegra related macro usage

12 years agofixed build under linux
Vladislav Vinogradov [Tue, 27 Dec 2011 10:30:54 +0000 (10:30 +0000)]
fixed build under linux

12 years agoadded FAST_GPU and ORB_GPU classes
Vladislav Vinogradov [Tue, 27 Dec 2011 09:33:20 +0000 (09:33 +0000)]
added FAST_GPU and ORB_GPU classes

12 years agoFixed typo in android toolchain
Andrey Kamaev [Tue, 27 Dec 2011 09:11:42 +0000 (09:11 +0000)]
Fixed typo in android toolchain

12 years agoadded documentation for gpu::BroxOpticalFlow, updated other docs
Vladislav Vinogradov [Tue, 27 Dec 2011 08:25:47 +0000 (08:25 +0000)]
added documentation for gpu::BroxOpticalFlow, updated other docs

12 years agoadded ImagePyramid class to gpu module
Vladislav Vinogradov [Tue, 27 Dec 2011 06:24:31 +0000 (06:24 +0000)]
added ImagePyramid class to gpu module

12 years agofixed compilation error
Vladislav Vinogradov [Tue, 27 Dec 2011 06:19:20 +0000 (06:19 +0000)]
fixed compilation error

12 years agoAdded perf tests for blur, medianBlur, GaussianBlur
Andrey Kamaev [Mon, 26 Dec 2011 13:17:35 +0000 (13:17 +0000)]
Added perf tests for blur, medianBlur, GaussianBlur

12 years agoadded skipped file
Alexander Shishkov [Mon, 26 Dec 2011 13:08:46 +0000 (13:08 +0000)]
added skipped file

12 years agoadded P3P method
Alexander Shishkov [Mon, 26 Dec 2011 12:59:07 +0000 (12:59 +0000)]
added P3P method
added test for solvePnP
changed test for solvePnPRansac
fixed bug with mutex solvePnPRansac

12 years agoAdded small debug insertion.
Leonid Beynenson [Mon, 26 Dec 2011 12:34:28 +0000 (12:34 +0000)]
Added small debug insertion.

12 years agoAdded perf tests for cv::compare
Andrey Kamaev [Mon, 26 Dec 2011 11:30:56 +0000 (11:30 +0000)]
Added perf tests for cv::compare

12 years agoFixed border interpolation problem in filter2D
Andrey Kamaev [Mon, 26 Dec 2011 08:05:33 +0000 (08:05 +0000)]
Fixed border interpolation problem in filter2D

12 years agofixed bag in the checking size of matrix and vector for eigen test; all eigen test...
Alexander Reshetnikov [Fri, 23 Dec 2011 18:36:04 +0000 (18:36 +0000)]
fixed bag in the checking size of matrix and vector for eigen test; all eigen test execution was checked: it works correctly; added first version of homography test for C++ interface

12 years agoAdded perf test for cv::threshold
Andrey Kamaev [Fri, 23 Dec 2011 16:09:53 +0000 (16:09 +0000)]
Added perf test for cv::threshold

12 years agoAdded performance test for cv::dilate
Andrey Kamaev [Fri, 23 Dec 2011 15:45:57 +0000 (15:45 +0000)]
Added performance test for cv::dilate

12 years agoadded example of vec-file
Maria Dimashova [Fri, 23 Dec 2011 08:56:51 +0000 (08:56 +0000)]
added example of vec-file