profile/ivi/opencv.git
12 years agofixed warnings
Vladislav Vinogradov [Mon, 17 Oct 2011 06:44:40 +0000 (06:44 +0000)]
fixed warnings

12 years agowarning under vs2008
Anatoly Baksheev [Sun, 16 Oct 2011 13:45:11 +0000 (13:45 +0000)]
warning under vs2008

12 years agoUpdated optimal DFT size estimation in gpu::convolve()
Alexey Spizhevoy [Fri, 14 Oct 2011 09:42:25 +0000 (09:42 +0000)]
Updated optimal DFT size estimation in gpu::convolve()

12 years agogpu module: refactored devmem2d.hpp (atomic bomb)
Anatoly Baksheev [Thu, 13 Oct 2011 15:14:04 +0000 (15:14 +0000)]
gpu module: refactored devmem2d.hpp (atomic bomb)

12 years agoUpdated optimal block size estimation in gpu::convolve()
Alexey Spizhevoy [Thu, 13 Oct 2011 13:02:41 +0000 (13:02 +0000)]
Updated optimal block size estimation in gpu::convolve()

12 years agoAdded filters to html perf reports generated by summary.py
Andrey Kamaev [Wed, 12 Oct 2011 14:41:36 +0000 (14:41 +0000)]
Added filters to html perf reports generated by summary.py

12 years agominor fix
Vladislav Vinogradov [Wed, 12 Oct 2011 11:36:10 +0000 (11:36 +0000)]
minor fix

12 years agoMade changes in the method of inserting prefilters into the CascadeClassifier class.
Leonid Beynenson [Wed, 12 Oct 2011 11:32:01 +0000 (11:32 +0000)]
Made changes in the method of inserting prefilters into the CascadeClassifier class.

12 years agobug fix
Vladislav Vinogradov [Wed, 12 Oct 2011 11:01:11 +0000 (11:01 +0000)]
bug fix

12 years agonew optimized implementation of BruteForceMatcher_GPU (~2-3x faster)
Vladislav Vinogradov [Wed, 12 Oct 2011 10:23:03 +0000 (10:23 +0000)]
new optimized implementation of BruteForceMatcher_GPU (~2-3x faster)

12 years agoFixed Linux build
Andrey Kamaev [Wed, 12 Oct 2011 06:01:54 +0000 (06:01 +0000)]
Fixed Linux build

12 years agounified norm computing; added generalized Hamming distance
Vadim Pisarevsky [Tue, 11 Oct 2011 15:13:53 +0000 (15:13 +0000)]
unified norm computing; added generalized Hamming distance

12 years agoreenabled Tegra optimized resize
Andrey Kamaev [Tue, 11 Oct 2011 15:00:00 +0000 (15:00 +0000)]
reenabled Tegra optimized resize

12 years agominor change of doc
Maria Dimashova [Tue, 11 Oct 2011 14:42:49 +0000 (14:42 +0000)]
minor change of doc

12 years agominor change of doc
Maria Dimashova [Tue, 11 Oct 2011 10:01:39 +0000 (10:01 +0000)]
minor change of doc

12 years agoadded doc on cascade classifier training
Maria Dimashova [Mon, 10 Oct 2011 12:50:49 +0000 (12:50 +0000)]
added doc on cascade classifier training

12 years agoimplemented brute force convolve for small kernel sizes
Vladislav Vinogradov [Mon, 10 Oct 2011 11:58:47 +0000 (11:58 +0000)]
implemented brute force convolve for small kernel sizes

12 years agofixed bug in ptr in optflow.cu
Anatoly Baksheev [Mon, 10 Oct 2011 09:37:08 +0000 (09:37 +0000)]
fixed bug in ptr in optflow.cu

12 years agoadded missing arithm operations to gpu module
Vladislav Vinogradov [Mon, 10 Oct 2011 08:19:11 +0000 (08:19 +0000)]
added missing arithm operations to gpu module

12 years agonew, much simpler and SSE2-optimized implementation of FAST
Vadim Pisarevsky [Sun, 9 Oct 2011 18:15:13 +0000 (18:15 +0000)]
new, much simpler and SSE2-optimized implementation of FAST

12 years agoFixed small bug in opencv_traincascade application: overflow sometimes happened durin...
Leonid Beynenson [Fri, 7 Oct 2011 14:00:19 +0000 (14:00 +0000)]
Fixed small bug in opencv_traincascade application: overflow sometimes happened during calculation of the number of negative samples.

12 years agoAdded performance tests for cv:phase and cv::SURF
Andrey Kamaev [Fri, 7 Oct 2011 13:55:26 +0000 (13:55 +0000)]
Added performance tests for cv:phase and cv::SURF

12 years agoRenamed warp of point method into warpPoint
Alexey Spizhevoy [Fri, 7 Oct 2011 08:51:01 +0000 (08:51 +0000)]
Renamed warp of point method into warpPoint

12 years agoAdded warp method into the RotationWarper interface, added find() into VoronoiSeamFin...
Alexey Spizhevoy [Fri, 7 Oct 2011 08:17:55 +0000 (08:17 +0000)]
Added warp method into the RotationWarper interface, added find() into VoronoiSeamFinder which uses only source image sizes

12 years agoTegra optimized FastAtan2
Andrey Kamaev [Fri, 7 Oct 2011 08:07:25 +0000 (08:07 +0000)]
Tegra optimized FastAtan2

12 years agoAdded HOG features to the traincascade module
Alexey Kazakov [Thu, 6 Oct 2011 16:46:03 +0000 (16:46 +0000)]
Added HOG features to the traincascade module

12 years agoupdated erode perf test
Kirill Kornyakov [Thu, 6 Oct 2011 14:10:29 +0000 (14:10 +0000)]
updated erode perf test

12 years agoadded perf test for cv::erode
Kirill Kornyakov [Thu, 6 Oct 2011 12:42:14 +0000 (12:42 +0000)]
added perf test for cv::erode

12 years agofixed compilation under MSVC
Maria Dimashova [Thu, 6 Oct 2011 12:37:53 +0000 (12:37 +0000)]
fixed compilation under MSVC

12 years agoadded sample on color generation and updated sample on lsvm
Maria Dimashova [Thu, 6 Oct 2011 09:43:43 +0000 (09:43 +0000)]
added sample on color generation and updated sample on lsvm

12 years agoadded func to different colors generation
Maria Dimashova [Thu, 6 Oct 2011 09:34:35 +0000 (09:34 +0000)]
added func to different colors generation

12 years agoadded overlapThreshold param to sample
Maria Dimashova [Wed, 5 Oct 2011 13:37:24 +0000 (13:37 +0000)]
added overlapThreshold param to sample

12 years agoAdded possibility of prefiltering into CascadeClassifier. Now OpenCV users can implem...
Leonid Beynenson [Wed, 5 Oct 2011 13:21:28 +0000 (13:21 +0000)]
Added possibility of prefiltering into CascadeClassifier. Now OpenCV users can implement their own mask generators and insert them into CascadeClassifier.

12 years agofixed bug #1331
Vadim Pisarevsky [Wed, 5 Oct 2011 01:20:52 +0000 (01:20 +0000)]
fixed bug #1331

12 years agoexported C++ stereoRectify in Python
Vadim Pisarevsky [Wed, 5 Oct 2011 00:14:43 +0000 (00:14 +0000)]
exported C++ stereoRectify in Python

12 years agominor fix
Andrey Morozov [Tue, 4 Oct 2011 22:00:57 +0000 (22:00 +0000)]
minor fix

12 years agominor fix
Andrey Morozov [Tue, 4 Oct 2011 21:43:37 +0000 (21:43 +0000)]
minor fix

12 years agofixed compile for linux
Andrey Morozov [Tue, 4 Oct 2011 21:31:52 +0000 (21:31 +0000)]
fixed compile for linux

12 years agooptflow gpu compilation fix under vs2010
Anatoly Baksheev [Tue, 4 Oct 2011 17:37:05 +0000 (17:37 +0000)]
optflow gpu compilation fix under vs2010

12 years agoimproved some methods in the Directory class
Andrey Morozov [Tue, 4 Oct 2011 16:46:55 +0000 (16:46 +0000)]
improved some methods in the Directory class

12 years agofixed include on Linux
Andrey Morozov [Tue, 4 Oct 2011 12:42:49 +0000 (12:42 +0000)]
fixed include on Linux

12 years agoupdated test on lsvm
Maria Dimashova [Tue, 4 Oct 2011 12:29:56 +0000 (12:29 +0000)]
updated test on lsvm

12 years agoadded class Directory
Andrey Morozov [Tue, 4 Oct 2011 12:12:14 +0000 (12:12 +0000)]
added class Directory

12 years agoAdded doc on c++ version of latent svm
Maria Dimashova [Tue, 4 Oct 2011 12:10:57 +0000 (12:10 +0000)]
Added doc on c++ version of latent svm

12 years agofixed method clear()
Maria Dimashova [Tue, 4 Oct 2011 11:35:39 +0000 (11:35 +0000)]
fixed method clear()

12 years agofixed tests for BruteForceMatcher_GPU::radiusMatch
Vladislav Vinogradov [Tue, 4 Oct 2011 10:03:52 +0000 (10:03 +0000)]
fixed tests for BruteForceMatcher_GPU::radiusMatch

12 years agoremoved porting to java of latent svm
Maria Dimashova [Tue, 4 Oct 2011 06:47:41 +0000 (06:47 +0000)]
removed porting to java of latent svm

12 years agouncommented the samples parts compiled under MSVC
Maria Dimashova [Tue, 4 Oct 2011 06:32:18 +0000 (06:32 +0000)]
uncommented the samples parts compiled under MSVC

12 years agofixed bug with using not built-in ZLIB library
Alexander Shishkov [Mon, 3 Oct 2011 17:10:18 +0000 (17:10 +0000)]
fixed bug with using not built-in ZLIB library

12 years agoChanged type of OPENCV_BUILD_3RDPARTY_LIBS variable to the INTERNAL on WIndows
Alexander Shishkov [Mon, 3 Oct 2011 16:59:24 +0000 (16:59 +0000)]
Changed type of OPENCV_BUILD_3RDPARTY_LIBS variable to the INTERNAL on WIndows
(see comments for #1030 ticket https://code.ros.org/trac/opencv/ticket/1030)

12 years agoadded test for c++ version of latent svm and updated testdata
Maria Dimashova [Mon, 3 Oct 2011 16:55:49 +0000 (16:55 +0000)]
added test for c++ version of latent svm and updated testdata

12 years agoadded sample for c++ version of latent svm
Maria Dimashova [Mon, 3 Oct 2011 16:53:30 +0000 (16:53 +0000)]
added sample for c++ version of latent svm

12 years agoadded c++ wrapper of latent svm
Maria Dimashova [Mon, 3 Oct 2011 16:45:46 +0000 (16:45 +0000)]
added c++ wrapper of latent svm

12 years agoUpdated optimal block size estimation for the convolve() function
Alexey Spizhevoy [Mon, 3 Oct 2011 14:05:52 +0000 (14:05 +0000)]
Updated optimal block size estimation for the convolve() function

12 years agofixed several bugs in CommandLineParser
Andrey Morozov [Mon, 3 Oct 2011 11:44:31 +0000 (11:44 +0000)]
fixed several bugs in CommandLineParser

12 years agoimproved print help in CommandLineParser
Andrey Morozov [Mon, 3 Oct 2011 11:17:36 +0000 (11:17 +0000)]
improved print help in CommandLineParser

12 years agofixed multiple warnings on Windows. fixed bug #1368
Vadim Pisarevsky [Mon, 3 Oct 2011 11:00:28 +0000 (11:00 +0000)]
fixed multiple warnings on Windows. fixed bug #1368

12 years agooptflow_gpu compilation under ubuntu
Anatoly Baksheev [Mon, 3 Oct 2011 10:14:59 +0000 (10:14 +0000)]
optflow_gpu compilation under ubuntu

12 years agooptical flow sample compilation under ubuntu
Anatoly Baksheev [Mon, 3 Oct 2011 10:05:41 +0000 (10:05 +0000)]
optical flow sample compilation under ubuntu

12 years agoAdded createWightMaps function into FeatherBlender (stitching)
Alexey Spizhevoy [Mon, 3 Oct 2011 09:44:30 +0000 (09:44 +0000)]
Added createWightMaps function into FeatherBlender (stitching)

12 years agowarnings
Anatoly Baksheev [Mon, 3 Oct 2011 09:26:00 +0000 (09:26 +0000)]
warnings
optical flow gpu cosmetics

12 years agoAvoid duplicated surf extraction step when same parameters are used for detection...
Andrey Kamaev [Mon, 3 Oct 2011 08:44:28 +0000 (08:44 +0000)]
Avoid duplicated surf extraction step when same parameters are used for detection and descriptors calculation

12 years agoUpdated command line arguments in performance tests
Andrey Kamaev [Mon, 3 Oct 2011 07:43:57 +0000 (07:43 +0000)]
Updated command line arguments in performance tests

12 years agoFixed support of translation in the GPU-based plane warper
Alexey Spizhevoy [Mon, 3 Oct 2011 07:42:16 +0000 (07:42 +0000)]
Fixed support of translation in the GPU-based plane warper

12 years agoUpdated GPU warpers interface
Alexey Spizhevoy [Mon, 3 Oct 2011 07:10:15 +0000 (07:10 +0000)]
Updated GPU warpers interface

12 years agoRefactored warpers in the stitching module, added buildMaps function into the Rotatio...
Alexey Spizhevoy [Mon, 3 Oct 2011 06:31:24 +0000 (06:31 +0000)]
Refactored warpers in the stitching module, added buildMaps function into the RotationWarper interface

12 years agofixed several bugs in CommandLineParser
Andrey Morozov [Sat, 1 Oct 2011 10:50:50 +0000 (10:50 +0000)]
fixed several bugs in CommandLineParser

12 years agoimproved print help in CommandLineParser
Andrey Morozov [Sat, 1 Oct 2011 10:27:19 +0000 (10:27 +0000)]
improved print help in CommandLineParser

12 years agoFixing ticket #1402
Marius Muja [Fri, 30 Sep 2011 16:39:06 +0000 (16:39 +0000)]
Fixing ticket #1402

12 years agofix print help
Andrey Morozov [Fri, 30 Sep 2011 14:49:07 +0000 (14:49 +0000)]
fix print help

12 years agofixed several bugs in CommandLineParser
Andrey Morozov [Fri, 30 Sep 2011 14:31:32 +0000 (14:31 +0000)]
fixed several bugs in CommandLineParser

12 years agoAdded fix for removing too similar images into the stitching module
Alexey Spizhevoy [Fri, 30 Sep 2011 12:46:11 +0000 (12:46 +0000)]
Added fix for removing too similar images into the stitching module

12 years agofixed sub algorithm in CommandLineParser
Andrey Morozov [Fri, 30 Sep 2011 12:45:57 +0000 (12:45 +0000)]
fixed sub algorithm in CommandLineParser

12 years agocompilation under ubuntu
Anatoly Baksheev [Fri, 30 Sep 2011 12:00:44 +0000 (12:00 +0000)]
compilation under ubuntu

12 years agoeliminated shread_ptr dependency from optical flow gpu. It caused compilation errors.
Anatoly Baksheev [Fri, 30 Sep 2011 11:27:30 +0000 (11:27 +0000)]
eliminated shread_ptr dependency from optical flow gpu. It caused compilation errors.

12 years agorestored doc on latent svm that was lost in moving to rst
Maria Dimashova [Fri, 30 Sep 2011 09:54:31 +0000 (09:54 +0000)]
restored doc on latent svm that was lost in moving to rst

12 years agocompilation under ubuntu
Anatoly Baksheev [Fri, 30 Sep 2011 09:02:03 +0000 (09:02 +0000)]
compilation under ubuntu

12 years agoFixed Linux build
Andrey Kamaev [Fri, 30 Sep 2011 08:06:24 +0000 (08:06 +0000)]
Fixed Linux build

12 years ago[+] Added Brox optical flow (implementation courtesy of Michael Smirnov)
Anton Obukhov [Thu, 29 Sep 2011 14:46:39 +0000 (14:46 +0000)]
[+] Added Brox optical flow (implementation courtesy of Michael Smirnov)

12 years ago1) detail source group for stitching
Anatoly Baksheev [Thu, 29 Sep 2011 13:44:27 +0000 (13:44 +0000)]
1) detail source group for stitching
2) warnings

12 years agoTegra optimized cvRound; perf test for cvRound; fixed perf test for stitching
Andrey Kamaev [Thu, 29 Sep 2011 12:11:18 +0000 (12:11 +0000)]
Tegra optimized cvRound; perf test for cvRound; fixed perf test for stitching

12 years agoDisabled some unfinished optimizations.
Leonid Beynenson [Thu, 29 Sep 2011 08:51:03 +0000 (08:51 +0000)]
Disabled some unfinished optimizations.

12 years agore-enabled 16s images in cvSobel & cvLaplace.
Vadim Pisarevsky [Thu, 29 Sep 2011 07:32:02 +0000 (07:32 +0000)]
re-enabled 16s images in cvSobel & cvLaplace.

12 years agoImplemented the first variant of working with masks in CascadeClassifier. Probably...
Leonid Beynenson [Wed, 28 Sep 2011 21:14:20 +0000 (21:14 +0000)]
Implemented the first variant of working with masks in CascadeClassifier. Probably, will be rewritten soon.

12 years agofixed build for compute capability < 2.0
Vladislav Vinogradov [Wed, 28 Sep 2011 16:24:51 +0000 (16:24 +0000)]
fixed build for compute capability < 2.0

12 years agofixed build under linux
Vladislav Vinogradov [Wed, 28 Sep 2011 12:08:17 +0000 (12:08 +0000)]
fixed build under linux

12 years agooptimized gpu filters, added buffered version for different filters
Vladislav Vinogradov [Wed, 28 Sep 2011 11:52:26 +0000 (11:52 +0000)]
optimized gpu filters, added buffered version for different filters

12 years agoFixed TBB-related bug in YUV420 to RGB conversion
Andrey Kamaev [Wed, 28 Sep 2011 09:10:24 +0000 (09:10 +0000)]
Fixed TBB-related bug in YUV420 to RGB conversion

12 years agoCMake scripts changed a bit: added more accurate variant of the Threading Framework...
Leonid Beynenson [Tue, 27 Sep 2011 16:25:13 +0000 (16:25 +0000)]
CMake scripts changed a bit: added more accurate variant of the Threading Framework support (it is a lightweight analogue of TBB for ARM-s).

12 years agofixed bug #1364
Vadim Pisarevsky [Tue, 27 Sep 2011 15:58:08 +0000 (15:58 +0000)]
fixed bug #1364

12 years agofixed bug #1381
Vadim Pisarevsky [Tue, 27 Sep 2011 15:50:17 +0000 (15:50 +0000)]
fixed bug #1381

12 years agofixed resource leak in lsvmparser (ticket #1390)
Vadim Pisarevsky [Tue, 27 Sep 2011 15:43:13 +0000 (15:43 +0000)]
fixed resource leak in lsvmparser (ticket #1390)

12 years agofixed bug #1368
Vadim Pisarevsky [Tue, 27 Sep 2011 15:34:39 +0000 (15:34 +0000)]
fixed bug #1368

12 years agofixed bug #1388
Vadim Pisarevsky [Tue, 27 Sep 2011 15:23:43 +0000 (15:23 +0000)]
fixed bug #1388

12 years agofixed bug #1389
Vadim Pisarevsky [Tue, 27 Sep 2011 15:17:00 +0000 (15:17 +0000)]
fixed bug #1389

12 years agoMinor changes in stitching module
Alexey Spizhevoy [Tue, 27 Sep 2011 07:46:28 +0000 (07:46 +0000)]
Minor changes in stitching module

12 years agoimplemented optimized version of bf_radius_match for train collection
Vladislav Vinogradov [Tue, 27 Sep 2011 06:45:17 +0000 (06:45 +0000)]
implemented optimized version of bf_radius_match for train collection

12 years agoFixed bug in ROI based features finder (stitching)
Alexey Spizhevoy [Mon, 26 Sep 2011 13:17:06 +0000 (13:17 +0000)]
Fixed bug in ROI based features finder (stitching)

12 years agoimplemented optimized version of gpu::bf_radius_match
Vladislav Vinogradov [Mon, 26 Sep 2011 11:18:30 +0000 (11:18 +0000)]
implemented optimized version of gpu::bf_radius_match

12 years agoFixed build error (Linux)
Andrey Kamaev [Mon, 26 Sep 2011 11:05:56 +0000 (11:05 +0000)]
Fixed build error (Linux)