profile/ivi/opencv.git
9 years agoMerge pull request #3099 from f-morozov:akaze_tutorial
Vadim Pisarevsky [Tue, 19 Aug 2014 22:22:23 +0000 (22:22 +0000)]
Merge pull request #3099 from f-morozov:akaze_tutorial

9 years agoAKAZE fixes and tracking tutorial
f-morozov [Tue, 19 Aug 2014 12:35:20 +0000 (16:35 +0400)]
AKAZE fixes and tracking tutorial

9 years agoMerge pull request #3104 from dkanafeev:new_ipp_func_master
Vadim Pisarevsky [Tue, 19 Aug 2014 09:06:45 +0000 (09:06 +0000)]
Merge pull request #3104 from dkanafeev:new_ipp_func_master

9 years agoMerge pull request #3122 from akarsakov:cvtcolor_perf_test_fix
Vadim Pisarevsky [Tue, 19 Aug 2014 09:01:35 +0000 (09:01 +0000)]
Merge pull request #3122 from akarsakov:cvtcolor_perf_test_fix

9 years agoMerge pull request #3121 from akarsakov:ocl_dft_opt
Vadim Pisarevsky [Tue, 19 Aug 2014 08:57:53 +0000 (08:57 +0000)]
Merge pull request #3121 from akarsakov:ocl_dft_opt

9 years agoMerge pull request #3119 from mshabunin:logistic-regression
Vadim Pisarevsky [Tue, 19 Aug 2014 08:56:19 +0000 (08:56 +0000)]
Merge pull request #3119 from mshabunin:logistic-regression

9 years agoModified logistic regression module according to comments
Maksim Shabunin [Mon, 18 Aug 2014 14:15:10 +0000 (18:15 +0400)]
Modified logistic regression module according to comments

- Reworked documentation to reflect actual code
- Removed some unused variables
- Removed unnecessary 'cv::' modifiers

9 years agoUpdated logistic regression example
Maksim Shabunin [Mon, 18 Aug 2014 09:11:02 +0000 (13:11 +0400)]
Updated logistic regression example

- Extracted common operations to separate functions.
- Activated first parameters set.
- Some output formatting.
- Fixed loop break condition in mini_batch_gradient function.

9 years agoReworked ML logistic regression implementation, initial version
Maksim Shabunin [Thu, 14 Aug 2014 15:01:45 +0000 (19:01 +0400)]
Reworked ML logistic regression implementation, initial version

9 years agoFixed ML module build after merge
Maksim Shabunin [Thu, 14 Aug 2014 13:19:21 +0000 (17:19 +0400)]
Fixed ML module build after merge

9 years agofixed warnings in type conversions
Rahul Kavi [Wed, 12 Feb 2014 12:24:40 +0000 (07:24 -0500)]
fixed warnings in type conversions

fixed warnings in type conversions from size_t to int (in getting size of number of unique classes in a training problem).

9 years agoremoved extra comments in train method
Rahul Kavi [Mon, 11 Nov 2013 21:43:14 +0000 (16:43 -0500)]
removed extra comments in train method

9 years agoremoved a couple of unnecessary comments in Logistic Regression training method
Rahul Kavi [Mon, 11 Nov 2013 20:29:19 +0000 (15:29 -0500)]
removed a couple of unnecessary comments in Logistic Regression training method

9 years agofixed logistic regression documentation warnings
Rahul Kavi [Sat, 9 Nov 2013 02:32:53 +0000 (21:32 -0500)]
fixed logistic regression documentation warnings

9 years agofixed default constructor for LogisticRegression class declaration
Rahul Kavi [Sat, 9 Nov 2013 01:23:34 +0000 (20:23 -0500)]
fixed default constructor for LogisticRegression class declaration

9 years agoremoved default value from LogisticRegression constructor function definition
Rahul Kavi [Sat, 9 Nov 2013 01:03:57 +0000 (20:03 -0500)]
removed default value from LogisticRegression constructor function definition

9 years agofixed missing semicolon in logistic regression documentation
Rahul Kavi [Sat, 9 Nov 2013 00:56:42 +0000 (19:56 -0500)]
fixed missing semicolon in logistic regression documentation

9 years agoupdated mini_batch_size description for LogisticRegressionParams in documentation
Rahul Kavi [Thu, 7 Nov 2013 10:15:56 +0000 (05:15 -0500)]
updated mini_batch_size description for LogisticRegressionParams in documentation

9 years agofixed indentation in logistic regression documentation
Rahul Kavi [Tue, 5 Nov 2013 23:13:05 +0000 (18:13 -0500)]
fixed indentation in logistic regression documentation

9 years agofixed indentation in logistic regression documentation
Rahul Kavi [Tue, 5 Nov 2013 23:11:41 +0000 (18:11 -0500)]
fixed indentation in logistic regression documentation

9 years agofixed white space in logistic regression prototype
Rahul Kavi [Tue, 5 Nov 2013 11:07:40 +0000 (06:07 -0500)]
fixed white space in logistic regression prototype

9 years agofixed white space in logistic regression classifier
Rahul Kavi [Tue, 5 Nov 2013 11:05:29 +0000 (06:05 -0500)]
fixed white space in logistic regression classifier

9 years agoupdated test for logistic regression
Rahul Kavi [Tue, 5 Nov 2013 10:35:21 +0000 (05:35 -0500)]
updated test for logistic regression

9 years agoupdated logistic regression definition
Rahul Kavi [Tue, 5 Nov 2013 10:34:45 +0000 (05:34 -0500)]
updated logistic regression definition

9 years agoupdated prototype for logistic regression classifier
Rahul Kavi [Tue, 5 Nov 2013 10:33:46 +0000 (05:33 -0500)]
updated prototype for logistic regression classifier

9 years agoupdated prototype for logistic regression classifier
Rahul Kavi [Tue, 5 Nov 2013 10:33:14 +0000 (05:33 -0500)]
updated prototype for logistic regression classifier

9 years agoupdated documentation to reflect new api changes for logistic regression
Rahul Kavi [Tue, 5 Nov 2013 10:31:49 +0000 (05:31 -0500)]
updated documentation to reflect new api changes for logistic regression

9 years agoupdated logistic regression program with new api example
Rahul Kavi [Tue, 5 Nov 2013 10:30:46 +0000 (05:30 -0500)]
updated logistic regression program with new api example

9 years agoupdated documentation to do reflect changes to logistic regression class
Rahul Kavi [Mon, 7 Oct 2013 20:01:50 +0000 (16:01 -0400)]
updated documentation to do reflect changes to logistic regression class

9 years agofixed trailing whitespaces in LogisticRegression code.
Rahul Kavi [Fri, 4 Oct 2013 18:00:38 +0000 (14:00 -0400)]
fixed trailing whitespaces in LogisticRegression code.

9 years agoremoved trailing whitespaces from predict function
Rahul Kavi [Fri, 4 Oct 2013 13:21:07 +0000 (09:21 -0400)]
removed trailing whitespaces from predict function

9 years agoremoved trailing whitespaces from updated logistic regression definition
Rahul Kavi [Fri, 4 Oct 2013 13:20:18 +0000 (09:20 -0400)]
removed trailing whitespaces from updated logistic regression definition

9 years agoremoved unnecessary semicolon in LogisticRegression class documentation
Rahul Kavi [Fri, 4 Oct 2013 13:17:58 +0000 (09:17 -0400)]
removed unnecessary semicolon in LogisticRegression class documentation

9 years agofixed typedef for LogisticRegression. Updated LogisticRegression prototype with newer...
Rahul Kavi [Fri, 4 Oct 2013 12:47:49 +0000 (08:47 -0400)]
fixed typedef for LogisticRegression. Updated LogisticRegression prototype with newer C++ API

9 years agoupdated documentation to reflect newer changes to LogisticRegression class
Rahul Kavi [Fri, 4 Oct 2013 12:36:00 +0000 (08:36 -0400)]
updated documentation to reflect newer changes to LogisticRegression class

9 years agoupdated test for logistic regression after changes to LogisticRegression class
Rahul Kavi [Fri, 4 Oct 2013 12:34:55 +0000 (08:34 -0400)]
updated test for logistic regression after changes to LogisticRegression class

9 years agoadded updated logistic regression prototype with newer C++ API
Rahul Kavi [Fri, 4 Oct 2013 12:34:01 +0000 (08:34 -0400)]
added updated logistic regression prototype with newer C++ API

9 years agorewrote the code to update API, removed inheritance from CvStatModel.
Rahul Kavi [Fri, 4 Oct 2013 12:32:12 +0000 (08:32 -0400)]
rewrote the code to update API, removed inheritance from CvStatModel.

9 years agoupdated logistic regression sample program
Rahul Kavi [Fri, 4 Oct 2013 12:30:10 +0000 (08:30 -0400)]
updated logistic regression sample program

9 years agofixed trailing white-space in logistic regression class
Rahul Kavi [Sat, 10 Aug 2013 12:50:35 +0000 (08:50 -0400)]
fixed trailing white-space in logistic regression class

9 years agofixed trailing white-space in sample program for logistic regression
Rahul Kavi [Sat, 10 Aug 2013 12:49:17 +0000 (08:49 -0400)]
fixed trailing white-space in sample program for logistic regression

9 years agoupdated logistic regression sample program
Rahul Kavi [Thu, 8 Aug 2013 00:39:46 +0000 (20:39 -0400)]
updated logistic regression sample program

9 years agoadded logistic regression classifier
Rahul Kavi [Mon, 5 Aug 2013 13:42:59 +0000 (09:42 -0400)]
added logistic regression classifier

9 years agoadded logistic regression prototype
Rahul Kavi [Mon, 5 Aug 2013 13:42:07 +0000 (09:42 -0400)]
added logistic regression prototype

9 years agoadded test for logistic regression
Rahul Kavi [Mon, 5 Aug 2013 13:34:53 +0000 (09:34 -0400)]
added test for logistic regression

9 years agoadded documentation for logistic regression classifier
Rahul Kavi [Mon, 5 Aug 2013 13:34:04 +0000 (09:34 -0400)]
added documentation for logistic regression classifier

9 years agoadded reference to logistic regression document
Rahul Kavi [Mon, 5 Aug 2013 13:33:33 +0000 (09:33 -0400)]
added reference to logistic regression document

9 years agoadded program to demonstrate use of logistic regression classifier
Rahul Kavi [Mon, 5 Aug 2013 13:32:39 +0000 (09:32 -0400)]
added program to demonstrate use of logistic regression classifier

9 years agoadded sample data file to test logistic regression program
Rahul Kavi [Mon, 5 Aug 2013 13:31:59 +0000 (09:31 -0400)]
added sample data file to test logistic regression program

9 years agoFixed getConversionInfo() for YUV2RGBA_* conversions
Alexander Karsakov [Mon, 18 Aug 2014 14:34:44 +0000 (18:34 +0400)]
Fixed getConversionInfo() for YUV2RGBA_* conversions

9 years agoChanged twiddle buffer creation to use OCL buffer pool (if possible)
Alexander Karsakov [Mon, 18 Aug 2014 14:19:51 +0000 (18:19 +0400)]
Changed twiddle buffer creation to use OCL buffer pool (if possible)

9 years agoMerge pull request #3107 from vpisarev:fixed_win_build
Vadim Pisarevsky [Mon, 18 Aug 2014 09:00:54 +0000 (09:00 +0000)]
Merge pull request #3107 from vpisarev:fixed_win_build

9 years agoMerge pull request #3086 from fpuja:pragma_warning4127_fixing
Vadim Pisarevsky [Sat, 16 Aug 2014 16:50:41 +0000 (16:50 +0000)]
Merge pull request #3086 from fpuja:pragma_warning4127_fixing

9 years agoMerge pull request #3114 from abidrahmank:PyBindTutorials
Vadim Pisarevsky [Sat, 16 Aug 2014 16:45:26 +0000 (16:45 +0000)]
Merge pull request #3114 from abidrahmank:PyBindTutorials

9 years agoPython bindings tutorial
abidrahmank [Sat, 16 Aug 2014 11:10:18 +0000 (16:40 +0530)]
Python bindings tutorial

9 years agomultiple yet minor fixes to make most of the tests pass on Mac with Iris graphics
Vadim Pisarevsky [Fri, 15 Aug 2014 20:29:10 +0000 (00:29 +0400)]
multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics

9 years agoMerge pull request #3111 from vpisarev:make_ximgproc_compile
Vadim Pisarevsky [Fri, 15 Aug 2014 15:08:34 +0000 (15:08 +0000)]
Merge pull request #3111 from vpisarev:make_ximgproc_compile

9 years agofix compile problems with contributed ximgproc/xphoto
Vadim Pisarevsky [Fri, 15 Aug 2014 14:00:41 +0000 (18:00 +0400)]
fix compile problems with contributed ximgproc/xphoto

9 years agoIntel Summer School 2014
dkanafeev [Thu, 14 Aug 2014 11:36:28 +0000 (15:36 +0400)]
Intel Summer School 2014
Switch branch to master.
New IPP func - ippiCopy
Conv: YUV2GRAY_420

9 years agoremoved duplicated Hershey fonts
Vadim Pisarevsky [Fri, 15 Aug 2014 06:40:04 +0000 (10:40 +0400)]
removed duplicated Hershey fonts

9 years agofix VCS version
Alexander Alekhin [Fri, 15 Aug 2014 07:57:00 +0000 (11:57 +0400)]
fix VCS version

9 years agoMerge pull request #3106 from LeszekSwirski:fix-gemm-buf-allocate
Vadim Pisarevsky [Fri, 15 Aug 2014 05:44:54 +0000 (05:44 +0000)]
Merge pull request #3106 from LeszekSwirski:fix-gemm-buf-allocate

9 years ago#pragma warning4127 fixation modified 2
jaco [Thu, 14 Aug 2014 17:27:53 +0000 (19:27 +0200)]
#pragma warning4127 fixation modified 2

9 years agoMerge tag '3.0.0-alpha'
Roman Donchenko [Thu, 14 Aug 2014 15:19:19 +0000 (19:19 +0400)]
Merge tag '3.0.0-alpha'

OpenCV 3.0.0 Alpha

9 years agoSet status to alpha
Roman Donchenko [Thu, 14 Aug 2014 15:17:29 +0000 (19:17 +0400)]
Set status to alpha

9 years agoFix reallocation of D buffer in gemm
Leszek Swirski [Thu, 14 Aug 2014 14:05:30 +0000 (15:05 +0100)]
Fix reallocation of D buffer in gemm

9 years agoMerge pull request #3088 from vbystricky:ocl_enableNormEtc
Alexander Alekhin [Thu, 14 Aug 2014 14:34:40 +0000 (14:34 +0000)]
Merge pull request #3088 from vbystricky:ocl_enableNormEtc

9 years agoDisable OpenCL version of minMaxIdx with mask on AMD devices
vbystricky [Thu, 14 Aug 2014 13:39:41 +0000 (17:39 +0400)]
Disable OpenCL version of minMaxIdx with mask on AMD devices

9 years agoMerge pull request #3103 from vpisarev:core_imgproc_optim_rearrangements
Vadim Pisarevsky [Thu, 14 Aug 2014 13:39:01 +0000 (13:39 +0000)]
Merge pull request #3103 from vpisarev:core_imgproc_optim_rearrangements

9 years agoMerge pull request #3101 from akarsakov:ipp_thresh_fix
Vadim Pisarevsky [Thu, 14 Aug 2014 11:42:14 +0000 (11:42 +0000)]
Merge pull request #3101 from akarsakov:ipp_thresh_fix

9 years agoMerge pull request #3102 from akarsakov:ocl_denoising_fix
Vadim Pisarevsky [Thu, 14 Aug 2014 10:59:32 +0000 (10:59 +0000)]
Merge pull request #3102 from akarsakov:ocl_denoising_fix

9 years agofixed trailing whitespaces
Vadim Pisarevsky [Thu, 14 Aug 2014 10:53:02 +0000 (14:53 +0400)]
fixed trailing whitespaces

9 years agotrying to solve compile problems; temporarily disabled some tests for just added...
Vadim Pisarevsky [Thu, 14 Aug 2014 10:37:30 +0000 (14:37 +0400)]
trying to solve compile problems; temporarily disabled some tests for just added optimization algo's

9 years agoMerge pull request #3098 from jet47:fix-cuda-compilation
Alexander Alekhin [Thu, 14 Aug 2014 10:05:49 +0000 (10:05 +0000)]
Merge pull request #3098 from jet47:fix-cuda-compilation

9 years agofixing more compile problems with Java bindings etc
Vadim Pisarevsky [Thu, 14 Aug 2014 09:48:52 +0000 (13:48 +0400)]
fixing more compile problems with Java bindings etc

9 years agotrying to fix builds
Vadim Pisarevsky [Thu, 14 Aug 2014 09:18:04 +0000 (13:18 +0400)]
trying to fix builds

9 years agoMerge pull request #3090 from akarsakov:ocl_reduce_fix
Vadim Pisarevsky [Thu, 14 Aug 2014 08:52:18 +0000 (08:52 +0000)]
Merge pull request #3090 from akarsakov:ocl_reduce_fix

9 years agoMerge pull request #3100 from vpisarev:disabled_neon_split_merge_on_ios
Vadim Pisarevsky [Thu, 14 Aug 2014 08:51:44 +0000 (08:51 +0000)]
Merge pull request #3100 from vpisarev:disabled_neon_split_merge_on_ios

9 years agoremoved optim module; moved its functionality to core and photo modules; moved drawin...
Vadim Pisarevsky [Thu, 14 Aug 2014 08:50:07 +0000 (12:50 +0400)]
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API

9 years agoSet sync=true in ocl_minMaxIdx kernel call. For tests
vbystricky [Thu, 14 Aug 2014 08:14:56 +0000 (12:14 +0400)]
Set sync=true in ocl_minMaxIdx kernel call. For tests

9 years agoMinimal image size is set to 5*5 for OCL path of fastNlMeansDenoising and fastNlMeans...
Alexander Karsakov [Thu, 14 Aug 2014 08:14:33 +0000 (12:14 +0400)]
Minimal image size is set to 5*5 for OCL path of fastNlMeansDenoising and fastNlMeansDenoisingColored since it breaks tests with test_loop_times=30 and in general doesn't make sense for computation on GPU.

9 years agoFixed incorrect pointer conversion for in-place threshold
Alexander Karsakov [Thu, 14 Aug 2014 07:02:55 +0000 (11:02 +0400)]
Fixed incorrect pointer conversion for in-place threshold

9 years agoanother mac-related fix, let's squeeze it in this PR too
Vadim Pisarevsky [Thu, 14 Aug 2014 06:45:47 +0000 (10:45 +0400)]
another mac-related fix, let's squeeze it in this PR too

9 years agoavoid compiler warnings
Vadim Pisarevsky [Thu, 14 Aug 2014 06:06:10 +0000 (10:06 +0400)]
avoid compiler warnings

9 years agoChange epsilon for NORM_INF_2args accuracy tests
VBystricky [Wed, 13 Aug 2014 19:50:32 +0000 (23:50 +0400)]
Change epsilon for NORM_INF_2args accuracy tests

9 years agoMerge pull request #3097 from mshabunin:gdal-support
Vadim Pisarevsky [Wed, 13 Aug 2014 19:26:10 +0000 (19:26 +0000)]
Merge pull request #3097 from mshabunin:gdal-support

9 years agoMerge pull request #3094 from Adil-Ibragimov:minor_fixes_in_Mat-data
Vadim Pisarevsky [Wed, 13 Aug 2014 18:28:51 +0000 (18:28 +0000)]
Merge pull request #3094 from Adil-Ibragimov:minor_fixes_in_Mat-data

9 years agoMerge pull request #3089 from Adil-Ibragimov:fix_cuda_constness
Vadim Pisarevsky [Wed, 13 Aug 2014 18:09:42 +0000 (18:09 +0000)]
Merge pull request #3089 from Adil-Ibragimov:fix_cuda_constness

9 years agofixed build of iOS framework another time; clang does not like the new NEON-optimized...
Vadim Pisarevsky [Wed, 13 Aug 2014 15:59:26 +0000 (19:59 +0400)]
fixed build of iOS framework another time; clang does not like the new NEON-optimized split/merge

9 years ago#pragma warning4127 fixation modified
jaco [Wed, 13 Aug 2014 15:59:16 +0000 (17:59 +0200)]
#pragma warning4127 fixation modified

Now use cleaner approach:

#pragma warning( push )
#pragma warning( disable: ThatWarning )
//code with ThatWarning here
#pragma warning( pop )

9 years agofix cudabgsegm module compilation
Vladislav Vinogradov [Wed, 13 Aug 2014 15:20:23 +0000 (19:20 +0400)]
fix cudabgsegm module compilation

9 years agoEnable OpenCL version of norm and convertScaleAbs or 32F data
vbystricky [Wed, 13 Aug 2014 06:21:16 +0000 (10:21 +0400)]
Enable OpenCL version of norm and convertScaleAbs or 32F data

Fix error in minmaxloc.cl
Change test for convertScaleAbs
Fix minMaxIdx for _src2 align
Change epsilon on the tests

9 years agoMerge with master and fix conflicts
mshabunin [Wed, 13 Aug 2014 14:24:11 +0000 (18:24 +0400)]
Merge with master and fix conflicts

9 years agoremove -fvisibility-inlines-hidden from CUDA compiler flags
Vladislav Vinogradov [Wed, 13 Aug 2014 14:08:48 +0000 (18:08 +0400)]
remove -fvisibility-inlines-hidden from CUDA compiler flags

it generates warning

9 years agouse directory-based include_directories command if we build with CUDA
Vladislav Vinogradov [Wed, 13 Aug 2014 14:08:08 +0000 (18:08 +0400)]
use directory-based include_directories command if we build with CUDA

9 years agomove CUDA compilation step from ocv_glob_module_sources to ocv_add_library
Vladislav Vinogradov [Wed, 13 Aug 2014 14:07:31 +0000 (18:07 +0400)]
move CUDA compilation step from ocv_glob_module_sources to ocv_add_library

9 years agoMerge pull request #3095 from vpisarev:restore_ocl_div_mul_and_repeat
Vadim Pisarevsky [Wed, 13 Aug 2014 13:56:19 +0000 (13:56 +0000)]
Merge pull request #3095 from vpisarev:restore_ocl_div_mul_and_repeat

9 years agofix for gcc
Adil Ibragimov [Wed, 13 Aug 2014 12:34:18 +0000 (16:34 +0400)]
fix for gcc

9 years agonow the tests pass with loop_times==30
Vadim Pisarevsky [Wed, 13 Aug 2014 12:32:01 +0000 (16:32 +0400)]
now the tests pass with loop_times==30

9 years agoSeveral type of formal refactoring:
Adil Ibragimov [Wed, 13 Aug 2014 11:08:27 +0000 (15:08 +0400)]
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions