profile/ivi/opencv.git
10 years agoClean-up from dead code.
Ievgen Khvedchenia [Tue, 29 Apr 2014 18:07:53 +0000 (21:07 +0300)]
Clean-up from dead code.

10 years agoFix wrong checking of returned descriptor type
Ievgen Khvedchenia [Mon, 28 Apr 2014 19:25:27 +0000 (22:25 +0300)]
Fix wrong checking of returned descriptor type

10 years agoWrapped nldiffusion functions with details::kaze or details::amaze namespace to avoid...
Ievgen Khvedchenia [Mon, 28 Apr 2014 17:41:44 +0000 (20:41 +0300)]
Wrapped nldiffusion functions with details::kaze or details::amaze namespace to avoid collision of function names

10 years agoFix size_t to int conversion
Ievgen Khvedchenia [Mon, 28 Apr 2014 16:32:29 +0000 (19:32 +0300)]
Fix size_t to int conversion

10 years agoFix "conditional expression constant" warning
Ievgen Khvedchenia [Mon, 28 Apr 2014 16:32:04 +0000 (19:32 +0300)]
Fix "conditional expression constant" warning

10 years agoFix size_t to int conversion
Ievgen Khvedchenia [Mon, 28 Apr 2014 13:46:09 +0000 (16:46 +0300)]
Fix size_t to int conversion

10 years agoRename KAZE to KAZEFeatures to fix MSVS x64 compiler error (Duplicate file name confu...
Ievgen Khvedchenia [Mon, 28 Apr 2014 13:34:35 +0000 (16:34 +0300)]
Rename KAZE to KAZEFeatures to fix MSVS x64 compiler error (Duplicate file name confused it)

10 years agoFix size_t to int conversion
Ievgen Khvedchenia [Mon, 28 Apr 2014 13:24:35 +0000 (16:24 +0300)]
Fix size_t to int conversion

10 years agoFix "conditional expression constant" warning
Ievgen Khvedchenia [Mon, 28 Apr 2014 13:23:58 +0000 (16:23 +0300)]
Fix "conditional expression constant" warning

10 years agoRemove AKAZEFeatures desctructor
Ievgen Khvedchenia [Mon, 28 Apr 2014 12:17:09 +0000 (15:17 +0300)]
Remove AKAZEFeatures desctructor

10 years agoBugfix: wrong variable name
Ievgen Khvedchenia [Mon, 28 Apr 2014 12:14:03 +0000 (15:14 +0300)]
Bugfix: wrong variable name

10 years agoFix Fix casting from/to int/float that caused lot of compiler warnings.
Ievgen Khvedchenia [Mon, 28 Apr 2014 12:13:42 +0000 (15:13 +0300)]
Fix Fix casting from/to int/float that caused lot of compiler warnings.

10 years agoAdded copyright headers for KAZE and AKAZE wrappers
Ievgen Khvedchenia [Mon, 28 Apr 2014 12:01:42 +0000 (15:01 +0300)]
Added copyright headers for KAZE and AKAZE wrappers

10 years agoFix casting from/to int/float that caused lot of compiler warnings.
Ievgen Khvedchenia [Mon, 28 Apr 2014 12:00:14 +0000 (15:00 +0300)]
Fix casting from/to int/float that caused lot of compiler warnings.

10 years agoFix line ending at EOF
Ievgen Khvedchenia [Mon, 28 Apr 2014 07:53:09 +0000 (10:53 +0300)]
Fix line ending at EOF

10 years agoFix initialisation order of parallel loop classes for AKAZE descriptor extraction
Ievgen Khvedchenia [Mon, 28 Apr 2014 07:52:05 +0000 (10:52 +0300)]
Fix initialisation order of parallel loop classes for AKAZE descriptor extraction

10 years agoFix parenthesis in assert statements
Ievgen Khvedchenia [Mon, 28 Apr 2014 07:51:09 +0000 (10:51 +0300)]
Fix parenthesis in assert statements

10 years agoFix shadowed variable warnings
Ievgen Khvedchenia [Mon, 28 Apr 2014 07:50:46 +0000 (10:50 +0300)]
Fix shadowed variable warnings

10 years agoFix mutable compilation error
Ievgen Khvedchenia [Sun, 27 Apr 2014 20:07:48 +0000 (23:07 +0300)]
Fix mutable compilation error

10 years agoFix shadowed i variable warning
Ievgen Khvedchenia [Sun, 27 Apr 2014 20:04:31 +0000 (23:04 +0300)]
Fix shadowed i variable warning

10 years agoEnable multithreaded extraction of features using cv::parallel_for_
Ievgen Khvedchenia [Sun, 27 Apr 2014 19:28:18 +0000 (22:28 +0300)]
Enable multithreaded extraction of features using cv::parallel_for_

10 years agoClean-up of the iostream manipulator in AKAZEConfig.
Ievgen Khvedchenia [Sat, 26 Apr 2014 20:34:38 +0000 (23:34 +0300)]
Clean-up of the iostream manipulator in AKAZEConfig.

10 years agoFix return value of descriptorType()
Ievgen Khvedchenia [Sat, 26 Apr 2014 20:34:07 +0000 (23:34 +0300)]
Fix return value of descriptorType()

10 years agoReplace swap with clear (more efficient)
Ievgen Khvedchenia [Thu, 24 Apr 2014 21:01:45 +0000 (22:01 +0100)]
Replace swap with clear (more efficient)

10 years agoBugfix: clear input vector of key points for detection stage
Ievgen Khvedchenia [Thu, 24 Apr 2014 21:01:29 +0000 (22:01 +0100)]
Bugfix: clear input vector of key points for detection stage

10 years agoAdded missing operator()
Ievgen Khvedchenia [Thu, 24 Apr 2014 21:00:51 +0000 (22:00 +0100)]
Added missing operator()

10 years agoAdded missing operator()
Ievgen Khvedchenia [Thu, 24 Apr 2014 21:00:37 +0000 (22:00 +0100)]
Added missing operator()

10 years agoMerge KAZE and AKAZE features with most recent version
Ievgen Khvedchenia [Wed, 23 Apr 2014 22:02:02 +0000 (23:02 +0100)]
Merge KAZE and AKAZE features with most recent version

10 years agoReplace config with AKAZEConfig.h
Ievgen Khvedchenia [Wed, 23 Apr 2014 21:44:03 +0000 (22:44 +0100)]
Replace config with AKAZEConfig.h

10 years agoClean-up from unused utils.h/utils/cpp
Ievgen Khvedchenia [Sat, 5 Apr 2014 12:25:59 +0000 (15:25 +0300)]
Clean-up from unused utils.h/utils/cpp

10 years agoAdded unit-tests for KAZE and AKAZE features
Ievgen Khvedchenia [Sat, 5 Apr 2014 07:25:59 +0000 (10:25 +0300)]
Added unit-tests for KAZE and AKAZE features

10 years agoAdded KAZE and AKAZE wrappers
Ievgen Khvedchenia [Sat, 5 Apr 2014 07:25:46 +0000 (10:25 +0300)]
Added KAZE and AKAZE wrappers

10 years agoPrepare KAZE and AKAZE sources for integration
Ievgen Khvedchenia [Sat, 5 Apr 2014 07:24:27 +0000 (10:24 +0300)]
Prepare KAZE and AKAZE sources for integration

10 years agoKAZE and AKAZE integration initial commit
Ievgen Khvedchenia [Fri, 4 Apr 2014 11:25:38 +0000 (14:25 +0300)]
KAZE and AKAZE integration initial commit

10 years agoMerge pull request #2562 from akarsakov:gftt_fix
Andrey Pavlenko [Fri, 4 Apr 2014 09:34:30 +0000 (13:34 +0400)]
Merge pull request #2562 from akarsakov:gftt_fix

10 years agoMerge pull request #2567 from apavlenko:fix_compare_scalar
Andrey Pavlenko [Thu, 3 Apr 2014 18:08:17 +0000 (22:08 +0400)]
Merge pull request #2567 from apavlenko:fix_compare_scalar

10 years agoMerge pull request #2556 from DeanF:master
Andrey Pavlenko [Thu, 3 Apr 2014 13:07:06 +0000 (17:07 +0400)]
Merge pull request #2556 from DeanF:master

10 years agofixing OCL run condition (build program failure for comparison 64F Mat with Scalar)
Andrey Pavlenko [Thu, 3 Apr 2014 12:21:04 +0000 (16:21 +0400)]
fixing OCL run condition (build program failure for comparison 64F Mat with Scalar)

10 years agoFixed error in case corners not found
Alexander Karsakov [Wed, 2 Apr 2014 13:10:10 +0000 (17:10 +0400)]
Fixed error in case corners not found

10 years agoMerge pull request #2557 from ilya-lavrenov:tapi_fnlm_fix
Andrey Pavlenko [Wed, 2 Apr 2014 09:01:08 +0000 (13:01 +0400)]
Merge pull request #2557 from ilya-lavrenov:tapi_fnlm_fix

10 years agoMerge pull request #2550 from SpecLad:merge-2.4
Roman Donchenko [Wed, 2 Apr 2014 08:00:00 +0000 (12:00 +0400)]
Merge pull request #2550 from SpecLad:merge-2.4

10 years agofixed condition in cv::FNLM
Ilya Lavrenov [Tue, 1 Apr 2014 19:18:07 +0000 (23:18 +0400)]
fixed condition in cv::FNLM

10 years agoFixed trailing whitespace
DeanF [Tue, 1 Apr 2014 19:04:58 +0000 (22:04 +0300)]
Fixed trailing whitespace

10 years agoFixed problem with compilation without HAVE_OPENCL
DeanF [Tue, 1 Apr 2014 18:20:13 +0000 (21:20 +0300)]
Fixed problem with compilation without HAVE_OPENCL

When compiling without OpenCL, some classes from its namespace are still used in code.

10 years agoMerge pull request #2536 from ilya-lavrenov:tapi_resize_linear
Andrey Pavlenko [Tue, 1 Apr 2014 08:54:06 +0000 (12:54 +0400)]
Merge pull request #2536 from ilya-lavrenov:tapi_resize_linear

10 years agoMerge pull request #2552 from ilya-lavrenov:tapi_compare
Andrey Pavlenko [Mon, 31 Mar 2014 17:21:59 +0000 (21:21 +0400)]
Merge pull request #2552 from ilya-lavrenov:tapi_compare

10 years agointeger cv::resize (INTER_LINEAR && CV_8UC(cn))
Ilya Lavrenov [Tue, 25 Mar 2014 16:06:26 +0000 (20:06 +0400)]
integer cv::resize (INTER_LINEAR && CV_8UC(cn))

10 years agoMerge pull request #2549 from ilya-lavrenov:tapi_laplacian
Andrey Pavlenko [Mon, 31 Mar 2014 15:36:43 +0000 (19:36 +0400)]
Merge pull request #2549 from ilya-lavrenov:tapi_laplacian

10 years agoMerge pull request #2487 from ilya-lavrenov:tapi_perf_orb
Andrey Pavlenko [Mon, 31 Mar 2014 14:17:49 +0000 (18:17 +0400)]
Merge pull request #2487 from ilya-lavrenov:tapi_perf_orb

10 years agocompare with scalar (cn > 1)
Ilya Lavrenov [Mon, 31 Mar 2014 13:20:36 +0000 (17:20 +0400)]
compare with scalar (cn > 1)

10 years agoperformance tests for FAST
Ilya Lavrenov [Fri, 14 Mar 2014 08:59:14 +0000 (12:59 +0400)]
performance tests for FAST

10 years agoMerge remote-tracking branch 'origin/2.4' into merge-2.4
Roman Donchenko [Mon, 31 Mar 2014 10:42:00 +0000 (14:42 +0400)]
Merge remote-tracking branch 'origin/2.4' into merge-2.4

Conflicts:
modules/imgproc/src/opencl/integral_sqrsum.cl
modules/nonfree/doc/feature_detection.rst
modules/nonfree/include/opencv2/nonfree/ocl.hpp
modules/nonfree/src/surf_ocl.cpp
modules/nonfree/test/test_features2d.cpp
modules/ocl/doc/image_processing.rst
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_imgproc.cpp
modules/ocl/perf/perf_match_template.cpp
modules/ocl/src/haar.cpp
modules/ocl/src/imgproc.cpp
modules/ocl/src/match_template.cpp
modules/ocl/src/opencl/haarobjectdetect.cl
modules/ocl/src/opencl/haarobjectdetect_scaled2.cl
modules/ocl/test/test_imgproc.cpp

10 years agoadded support of ksize >= 5 to cv::Laplacian
Ilya Lavrenov [Fri, 28 Mar 2014 13:41:19 +0000 (17:41 +0400)]
added support of ksize >= 5 to cv::Laplacian

10 years agoMerge pull request #2543 from apavlenko:24_haar_revert
Andrey Pavlenko [Fri, 28 Mar 2014 19:17:07 +0000 (23:17 +0400)]
Merge pull request #2543 from apavlenko:24_haar_revert

10 years agoMerge pull request #2534 from asmorkalov:opencv_config_cut_cuda_abs_path
Roman Donchenko [Fri, 28 Mar 2014 15:37:03 +0000 (19:37 +0400)]
Merge pull request #2534 from asmorkalov:opencv_config_cut_cuda_abs_path

10 years agoOpenCVConfig.cmake fix after cutting absolute CUDA libraries path.
Alexander Smorkalov [Wed, 26 Mar 2014 19:26:21 +0000 (23:26 +0400)]
OpenCVConfig.cmake fix after cutting absolute CUDA libraries path.

10 years agoRevert pull request #1929 from @alalek "ocl: added workaround into Haar kernels"
Andrey Pavlenko [Fri, 28 Mar 2014 12:08:11 +0000 (16:08 +0400)]
Revert pull request #1929 from @alalek "ocl: added workaround into Haar kernels"

This reverts commit 3dcddad88aa13b729313939648c29f420a9f8054.

Conflicts:
modules/ocl/src/opencl/haarobjectdetect.cl

10 years ago- fix test
Andrey Pavlenko [Fri, 28 Mar 2014 12:06:39 +0000 (16:06 +0400)]
- fix test

10 years agoRevert "Merge pull request #1779 from perping:integral_2.4"
Andrey Pavlenko [Fri, 28 Mar 2014 12:05:04 +0000 (16:05 +0400)]
Revert "Merge pull request #1779 from perping:integral_2.4"

This reverts commit 54ea5bbac77a9dbd10f314ee1ee2b10e3b6c44fa, reversing
changes made to 28e0d3d771d9db9d03ea55f8d0504558e17139b2.

10 years agoMerge pull request #2542 from asmorkalov:android_javacam_cvtcolor_fix
Roman Donchenko [Fri, 28 Mar 2014 08:45:39 +0000 (12:45 +0400)]
Merge pull request #2542 from asmorkalov:android_javacam_cvtcolor_fix

10 years agoMerge pull request #2476 from minkless:3.0-bugfix-core-filestorage
Roman Donchenko [Fri, 28 Mar 2014 08:17:16 +0000 (12:17 +0400)]
Merge pull request #2476 from minkless:3.0-bugfix-core-filestorage

10 years agoMerge pull request #2403 from hbristow:issue-3451
Roman Donchenko [Fri, 28 Mar 2014 08:13:13 +0000 (12:13 +0400)]
Merge pull request #2403 from hbristow:issue-3451

10 years agoMerge pull request #2379 from ngryman:optimize_jpeg
Roman Donchenko [Fri, 28 Mar 2014 08:08:55 +0000 (12:08 +0400)]
Merge pull request #2379 from ngryman:optimize_jpeg

10 years agoMerge pull request #2533 from kenaniah:master
Roman Donchenko [Fri, 28 Mar 2014 08:08:23 +0000 (12:08 +0400)]
Merge pull request #2533 from kenaniah:master

10 years agoMerge pull request #2539 from mjul:fixtypos
Roman Donchenko [Fri, 28 Mar 2014 07:58:23 +0000 (11:58 +0400)]
Merge pull request #2539 from mjul:fixtypos

10 years agoMerge pull request #2540 from mjul:fixtypos_2.4
Roman Donchenko [Fri, 28 Mar 2014 07:58:11 +0000 (11:58 +0400)]
Merge pull request #2540 from mjul:fixtypos_2.4

10 years agocorrected some style errors found by review.
Koji Miyazato [Fri, 28 Mar 2014 01:45:33 +0000 (10:45 +0900)]
corrected some style errors found by review.

10 years agoBug #3553 JavaCameraView frame format and cvtColor format inconsistency fixed.
Alexander Smorkalov [Fri, 28 Mar 2014 00:56:31 +0000 (04:56 +0400)]
Bug #3553 JavaCameraView frame format and cvtColor format inconsistency fixed.

10 years agoadded jpeg with optimized coding support.
Nicolas Gryman [Wed, 19 Feb 2014 04:45:48 +0000 (23:45 -0500)]
added jpeg with optimized coding support.

10 years agoMerge pull request #2537 from ilya-lavrenov:doc_fix
Roman Donchenko [Thu, 27 Mar 2014 13:43:02 +0000 (17:43 +0400)]
Merge pull request #2537 from ilya-lavrenov:doc_fix

10 years agoFixed typo in BFMatcher in docs.
Martin Jul [Thu, 27 Mar 2014 12:52:49 +0000 (13:52 +0100)]
Fixed typo in BFMatcher in docs.

10 years agodoc fix
Ilya Lavrenov [Thu, 27 Mar 2014 12:30:29 +0000 (16:30 +0400)]
doc fix

10 years agoMerge branch '2.4' into fixtypos
Martin Jul [Thu, 27 Mar 2014 12:20:48 +0000 (13:20 +0100)]
Merge branch '2.4' into fixtypos

10 years agoMerge pull request #2535 from akarsakov:stereobm_fix
Andrey Pavlenko [Thu, 27 Mar 2014 11:22:45 +0000 (15:22 +0400)]
Merge pull request #2535 from akarsakov:stereobm_fix

10 years agoFixed incorrect calculation of best_disp
Alexander Karsakov [Thu, 27 Mar 2014 07:18:30 +0000 (11:18 +0400)]
Fixed incorrect calculation of best_disp

10 years agoMerge pull request #2286 from alalek:umat_unmap_issue
Andrey Pavlenko [Thu, 27 Mar 2014 07:05:21 +0000 (11:05 +0400)]
Merge pull request #2286 from alalek:umat_unmap_issue

10 years agoFixed type gPython -> Python
Kenaniah Cerny [Thu, 27 Mar 2014 06:15:42 +0000 (23:15 -0700)]
Fixed type gPython -> Python

10 years agoAdded link to main GitHub repo
Kenaniah Cerny [Thu, 27 Mar 2014 06:12:43 +0000 (23:12 -0700)]
Added link to main GitHub repo

10 years agoGrammar
Kenaniah Cerny [Thu, 27 Mar 2014 06:11:03 +0000 (23:11 -0700)]
Grammar

10 years agoremoved experimental slots
Hilton Bristow [Thu, 27 Mar 2014 04:58:53 +0000 (14:58 +1000)]
removed experimental slots

10 years agoImproved standalone importing behaviour and creation of nested directories
Hilton Bristow [Thu, 27 Mar 2014 04:52:23 +0000 (14:52 +1000)]
Improved standalone importing behaviour and creation of nested directories

10 years agoGeneralized todict implementation
Hilton Bristow [Thu, 27 Mar 2014 04:51:17 +0000 (14:51 +1000)]
Generalized todict implementation

10 years agoMore generic todict
Hilton Bristow [Thu, 27 Mar 2014 01:34:20 +0000 (11:34 +1000)]
More generic todict

10 years agoFixed typos in "matching"
Martin Jul [Wed, 26 Mar 2014 22:29:48 +0000 (23:29 +0100)]
Fixed typos in "matching"

10 years agodisable failed tests
Alexander Alekhin [Tue, 25 Mar 2014 11:51:54 +0000 (15:51 +0400)]
disable failed tests

10 years agoUMat: issue in OpenCLAllocator::unmap()
Alexander Alekhin [Wed, 5 Feb 2014 11:26:11 +0000 (15:26 +0400)]
UMat: issue in OpenCLAllocator::unmap()

10 years agoMerge pull request #2505 from alalek:umat_unmap_synchronization_test
Andrey Pavlenko [Wed, 26 Mar 2014 15:08:15 +0000 (19:08 +0400)]
Merge pull request #2505 from alalek:umat_unmap_synchronization_test

10 years agoMerge pull request #2529 from ilya-lavrenov:tapi_filter2D
Andrey Pavlenko [Wed, 26 Mar 2014 15:04:57 +0000 (19:04 +0400)]
Merge pull request #2529 from ilya-lavrenov:tapi_filter2D

10 years agoMerge pull request #2528 from mlyashko:back_proj_fix
Andrey Pavlenko [Wed, 26 Mar 2014 15:04:39 +0000 (19:04 +0400)]
Merge pull request #2528 from mlyashko:back_proj_fix

10 years agoMerge pull request #2527 from apavlenko:ocl_surf_24
Andrey Pavlenko [Wed, 26 Mar 2014 15:03:44 +0000 (19:03 +0400)]
Merge pull request #2527 from apavlenko:ocl_surf_24

10 years agosplitting plain and OCL tests for SURF.
Andrey Pavlenko [Tue, 25 Mar 2014 12:19:45 +0000 (16:19 +0400)]
splitting plain and OCL tests for SURF.

10 years agoimproved cv::filter2D
Ilya Lavrenov [Mon, 24 Mar 2014 19:07:00 +0000 (23:07 +0400)]
improved cv::filter2D

10 years agoMerge pull request #2478 from clemenscorny:master
Roman Donchenko [Wed, 26 Mar 2014 08:19:53 +0000 (12:19 +0400)]
Merge pull request #2478 from clemenscorny:master

10 years agoMerge pull request #2404 from yashdv:old_basic_structures_doc_fix
Roman Donchenko [Wed, 26 Mar 2014 08:18:39 +0000 (12:18 +0400)]
Merge pull request #2404 from yashdv:old_basic_structures_doc_fix

10 years agoMerge pull request #2378 from ngryman:progressive_jpeg
Roman Donchenko [Wed, 26 Mar 2014 08:12:01 +0000 (12:12 +0400)]
Merge pull request #2378 from ngryman:progressive_jpeg

10 years agoFixed stereoBM for Intel CPU.
Alexander Karsakov [Wed, 26 Mar 2014 07:53:36 +0000 (11:53 +0400)]
Fixed stereoBM for Intel CPU.

10 years agoadded jpeg progressive support.
Nicolas Gryman [Wed, 19 Feb 2014 04:36:26 +0000 (23:36 -0500)]
added jpeg progressive support.

10 years agochanged type of sanity check
mlyashko [Tue, 25 Mar 2014 12:43:20 +0000 (16:43 +0400)]
changed type of sanity check

10 years agoMerge pull request #2523 from ilya-lavrenov:tapi_filters
Andrey Pavlenko [Tue, 25 Mar 2014 12:23:01 +0000 (16:23 +0400)]
Merge pull request #2523 from ilya-lavrenov:tapi_filters

10 years agoUMat map-unmap synchronization test
Alexander Alekhin [Thu, 20 Mar 2014 15:53:38 +0000 (19:53 +0400)]
UMat map-unmap synchronization test