platform/upstream/opencv.git
9 years agocv::cvtColor (RGB5x52Gray)
Ilya Lavrenov [Mon, 6 Oct 2014 20:06:08 +0000 (13:06 -0700)]
cv::cvtColor (RGB5x52Gray)

9 years agocv::cvtColor (RGBRGB5x5)
Ilya Lavrenov [Mon, 6 Oct 2014 19:40:41 +0000 (12:40 -0700)]
cv::cvtColor (RGBRGB5x5)

9 years agocv::cvtColor (RGB5x52RGB)
Ilya Lavrenov [Mon, 6 Oct 2014 18:55:12 +0000 (11:55 -0700)]
cv::cvtColor (RGB5x52RGB)

9 years agocv::cvtColor (BGR[A]2RGB[A])
Ilya Lavrenov [Mon, 6 Oct 2014 18:18:33 +0000 (11:18 -0700)]
cv::cvtColor (BGR[A]2RGB[A])

9 years agocv::cvtColor
Ilya Lavrenov [Sun, 5 Oct 2014 16:48:31 +0000 (09:48 -0700)]
cv::cvtColor

10 years agooptimization of cv::CLAHE (~3x)
Ilya Lavrenov [Tue, 30 Sep 2014 18:32:57 +0000 (11:32 -0700)]
optimization of cv::CLAHE (~3x)

10 years agocv::accumulate functions
Ilya Lavrenov [Tue, 30 Sep 2014 15:42:15 +0000 (15:42 +0000)]
cv::accumulate functions

10 years agocv::sum refactoring
Ilya Lavrenov [Tue, 30 Sep 2014 14:34:48 +0000 (14:34 +0000)]
cv::sum refactoring

10 years agocv::multiply
Ilya Lavrenov [Tue, 30 Sep 2014 14:20:22 +0000 (14:20 +0000)]
cv::multiply

10 years agocv::medianBLur
Ilya Lavrenov [Tue, 30 Sep 2014 07:58:09 +0000 (07:58 +0000)]
cv::medianBLur

10 years agocv::boxFilter
Ilya Lavrenov [Mon, 29 Sep 2014 15:57:33 +0000 (15:57 +0000)]
cv::boxFilter

10 years agofix for cornerHarris
Ilya Lavrenov [Mon, 29 Sep 2014 14:14:10 +0000 (14:14 +0000)]
fix for cornerHarris

10 years agofix for cv::Mat::convertTo with scale
Ilya Lavrenov [Sun, 28 Sep 2014 21:51:30 +0000 (14:51 -0700)]
fix for cv::Mat::convertTo with scale

10 years agocv::norm
Ilya Lavrenov [Sun, 28 Sep 2014 14:28:33 +0000 (07:28 -0700)]
cv::norm

10 years agocv::countNonZero
Ilya Lavrenov [Sun, 28 Sep 2014 13:36:07 +0000 (06:36 -0700)]
cv::countNonZero

10 years agocv::Mat::dot
Ilya Lavrenov [Sun, 28 Sep 2014 11:35:33 +0000 (04:35 -0700)]
cv::Mat::dot

10 years agocv::Mat::convertTo with scale and shift
Ilya Lavrenov [Sun, 28 Sep 2014 10:48:28 +0000 (03:48 -0700)]
cv::Mat::convertTo with scale and shift

10 years agocv::compare
Ilya Lavrenov [Sun, 28 Sep 2014 09:41:08 +0000 (02:41 -0700)]
cv::compare

10 years agocv::addWeighted
Ilya Lavrenov [Sun, 28 Sep 2014 08:11:07 +0000 (01:11 -0700)]
cv::addWeighted

10 years agocv::moments (CV_8UC1)
Ilya Lavrenov [Fri, 26 Sep 2014 14:39:04 +0000 (14:39 +0000)]
cv::moments (CV_8UC1)

10 years agocv::threshold
Ilya Lavrenov [Fri, 26 Sep 2014 10:55:40 +0000 (10:55 +0000)]
cv::threshold

10 years agocv::remap
Ilya Lavrenov [Fri, 26 Sep 2014 09:41:41 +0000 (09:41 +0000)]
cv::remap

10 years agofixed warps accuracy tests
Ilya Lavrenov [Fri, 26 Sep 2014 08:59:32 +0000 (08:59 +0000)]
fixed warps accuracy tests

10 years agocv::resize 16uc1
Ilya Lavrenov [Thu, 25 Sep 2014 13:55:52 +0000 (13:55 +0000)]
cv::resize 16uc1

10 years agocv::resize area 2x
Ilya Lavrenov [Wed, 24 Sep 2014 20:17:23 +0000 (00:17 +0400)]
cv::resize area 2x

10 years agocorners
Ilya Lavrenov [Wed, 24 Sep 2014 18:33:23 +0000 (22:33 +0400)]
corners

10 years agocanny
Ilya Lavrenov [Wed, 24 Sep 2014 16:07:15 +0000 (16:07 +0000)]
canny

10 years agoMerge pull request #3258 from ilya-lavrenov:neon_convert
Maksim Shabunin [Fri, 26 Sep 2014 09:27:16 +0000 (09:27 +0000)]
Merge pull request #3258 from ilya-lavrenov:neon_convert

10 years agocorrect neon rounding
Ilya Lavrenov [Thu, 25 Sep 2014 07:50:06 +0000 (07:50 +0000)]
correct neon rounding

10 years agoMerge pull request #3249 from mshabunin:java_wrap
Vadim Pisarevsky [Wed, 24 Sep 2014 16:58:56 +0000 (16:58 +0000)]
Merge pull request #3249 from mshabunin:java_wrap

10 years agoMerge pull request #3257 from Atanahel:gbt_bugfix_master
Vadim Pisarevsky [Wed, 24 Sep 2014 12:25:18 +0000 (12:25 +0000)]
Merge pull request #3257 from Atanahel:gbt_bugfix_master

10 years agoMerge pull request #3259 from ilya-lavrenov:neon_scale_add_f32
Vadim Pisarevsky [Wed, 24 Sep 2014 12:11:53 +0000 (12:11 +0000)]
Merge pull request #3259 from ilya-lavrenov:neon_scale_add_f32

10 years agoNeon optimization of cv::scaleAdd (CV_32F)
Ilya Lavrenov [Tue, 23 Sep 2014 17:14:42 +0000 (21:14 +0400)]
Neon optimization of cv::scaleAdd (CV_32F)

10 years agoNeon optimization of Mat::convertTo
Ilya Lavrenov [Tue, 23 Sep 2014 14:03:07 +0000 (14:03 +0000)]
Neon optimization of Mat::convertTo

10 years agoCorrection of the integer data treated as floating point data bug, already corrected...
Benoit Seguin [Tue, 23 Sep 2014 12:03:20 +0000 (14:03 +0200)]
Correction of the integer data treated as floating point data bug, already corrected in the 2.4 branch.

10 years agoMerge pull request #3253 from asmorkalov:ocv_gstreamer2
Vadim Pisarevsky [Tue, 23 Sep 2014 11:51:24 +0000 (11:51 +0000)]
Merge pull request #3253 from asmorkalov:ocv_gstreamer2

10 years agoMore accurate selection of color space conversion element for GStreamer 1.x
Alexander Smorkalov [Tue, 23 Sep 2014 10:15:36 +0000 (14:15 +0400)]
More accurate selection of color space conversion element for GStreamer 1.x

10 years agoFixed compatibility with GStreamer 1.x.
Alexander Smorkalov [Tue, 23 Sep 2014 10:00:53 +0000 (14:00 +0400)]
Fixed compatibility with GStreamer 1.x.

10 years agoMerge pull request #3252 from GravityJack:point-division
Vadim Pisarevsky [Tue, 23 Sep 2014 08:43:42 +0000 (08:43 +0000)]
Merge pull request #3252 from GravityJack:point-division

10 years agoFixed GStreamer encoding pipeline frame drop for most cases.
Alexander Smorkalov [Tue, 16 Sep 2014 13:05:36 +0000 (17:05 +0400)]
Fixed GStreamer encoding pipeline frame drop for most cases.

For several muxers and encoders GStreamer still drops the last frame.

10 years agoMerge pull request #3250 from ilya-lavrenov:neon_convert_scale_abs
Vadim Pisarevsky [Tue, 23 Sep 2014 07:15:24 +0000 (07:15 +0000)]
Merge pull request #3250 from ilya-lavrenov:neon_convert_scale_abs

10 years agoUpdating documentation to reflect division operations.
Marc Rollins [Mon, 22 Sep 2014 19:07:16 +0000 (12:07 -0700)]
Updating documentation to reflect division operations.

10 years agoAdding element-wise division operators to Point3_ class.
Marc Rollins [Mon, 22 Sep 2014 18:59:11 +0000 (11:59 -0700)]
Adding element-wise division operators to Point3_ class.

10 years agoAdding division operators to `Point_` class.
Marc Rollins [Mon, 22 Sep 2014 17:58:11 +0000 (10:58 -0700)]
Adding division operators to `Point_` class.

Performs element-wise division.

10 years agoMerge pull request #3248 from ilya-lavrenov:arm_sum
Vadim Pisarevsky [Mon, 22 Sep 2014 17:32:36 +0000 (17:32 +0000)]
Merge pull request #3248 from ilya-lavrenov:arm_sum

10 years agoNeon optimization of cv::convertScaleAbs
Ilya Lavrenov [Mon, 22 Sep 2014 15:30:12 +0000 (15:30 +0000)]
Neon optimization of cv::convertScaleAbs

10 years agoMerge pull request #3239 from mshabunin:xfeatures2d_fix
Vadim Pisarevsky [Mon, 22 Sep 2014 15:28:42 +0000 (15:28 +0000)]
Merge pull request #3239 from mshabunin:xfeatures2d_fix

10 years agoNeon optimization of cv::sum
Ilya Lavrenov [Sun, 21 Sep 2014 19:38:02 +0000 (19:38 +0000)]
Neon optimization of cv::sum

10 years agoJava wrappers now support nested namespaces and classes
Maksim Shabunin [Fri, 19 Sep 2014 11:31:38 +0000 (15:31 +0400)]
Java wrappers now support nested namespaces and classes

- wrapper support python3
- added wrapper log
- generating full name for nested namespaces and classes

10 years agoSupport of bioinspired contrib module wrapping
Maksim Shabunin [Fri, 19 Sep 2014 11:16:41 +0000 (15:16 +0400)]
Support of bioinspired contrib module wrapping

- added java wrapper
- disabled python wrapper

10 years agoMerge pull request #3237 from mshabunin:java_test_detection
Vadim Pisarevsky [Fri, 19 Sep 2014 13:35:47 +0000 (13:35 +0000)]
Merge pull request #3237 from mshabunin:java_test_detection

10 years agoFix xfeatures2d dependencies
Maksim Shabunin [Fri, 19 Sep 2014 12:41:33 +0000 (16:41 +0400)]
Fix xfeatures2d dependencies

10 years agoFixed android test detection and some spaces in CMakeLists.txt
Maksim Shabunin [Fri, 19 Sep 2014 09:10:14 +0000 (13:10 +0400)]
Fixed android test detection and some spaces in CMakeLists.txt

10 years agoChanged java tests detection procedure
Maksim Shabunin [Fri, 19 Sep 2014 08:09:53 +0000 (12:09 +0400)]
Changed java tests detection procedure

10 years agoMerge pull request #3233 from niebles:master
Vadim Pisarevsky [Thu, 18 Sep 2014 17:47:55 +0000 (17:47 +0000)]
Merge pull request #3233 from niebles:master

10 years agoMerge github.com:Itseez/opencv
Juan Carlos Niebles [Thu, 18 Sep 2014 17:00:28 +0000 (12:00 -0500)]
Merge github.com:Itseez/opencv

10 years agoremoved setter methods, replaced by CV_PROP_RW macro
Juan Carlos Niebles [Thu, 18 Sep 2014 14:39:35 +0000 (09:39 -0500)]
removed setter methods, replaced by CV_PROP_RW macro

10 years agoMerge pull request #3234 from vpisarev:fixed_photo_test_failure
Vadim Pisarevsky [Thu, 18 Sep 2014 13:06:54 +0000 (13:06 +0000)]
Merge pull request #3234 from vpisarev:fixed_photo_test_failure

10 years agoMerge pull request #2702 from GregoryMorse:patch-3
Vadim Pisarevsky [Thu, 18 Sep 2014 12:38:54 +0000 (12:38 +0000)]
Merge pull request #2702 from GregoryMorse:patch-3

10 years agoMerge pull request #2893 from ilya-lavrenov:tapi_vector_width_intel
Vadim Pisarevsky [Thu, 18 Sep 2014 12:05:24 +0000 (12:05 +0000)]
Merge pull request #2893 from ilya-lavrenov:tapi_vector_width_intel

10 years agoMerge pull request #3232 from Chuanbo-Weng:master
Vadim Pisarevsky [Thu, 18 Sep 2014 11:48:29 +0000 (11:48 +0000)]
Merge pull request #3232 from Chuanbo-Weng:master

10 years agomake sure ptr<> is called with proper parameter, otherwise the assertion fails
Vadim Pisarevsky [Thu, 18 Sep 2014 11:47:59 +0000 (15:47 +0400)]
make sure ptr<> is called with proper parameter, otherwise the assertion fails

10 years agofixed whitespaces
Juan Carlos Niebles [Thu, 18 Sep 2014 00:02:12 +0000 (19:02 -0500)]
fixed whitespaces

10 years agoextended python interface for KalmanFilter
Juan Carlos Niebles [Wed, 17 Sep 2014 23:45:48 +0000 (18:45 -0500)]
extended python interface for KalmanFilter

10 years agoMerge pull request #3180 from mshabunin:java_ptr_support
Vadim Pisarevsky [Wed, 17 Sep 2014 12:07:43 +0000 (12:07 +0000)]
Merge pull request #3180 from mshabunin:java_ptr_support

10 years agoMerge pull request #3230 from znah:ipp_median_fix
Vadim Pisarevsky [Wed, 17 Sep 2014 12:06:31 +0000 (12:06 +0000)]
Merge pull request #3230 from znah:ipp_median_fix

10 years agoUse vload to read unaligned data instead of dereference operator.
Chuanbo Weng [Wed, 17 Sep 2014 11:28:07 +0000 (19:28 +0800)]
Use vload to read unaligned data instead of dereference operator.

According to opencl 1.2 spec 6.1.5:
    For arguments to a __kernel function declared to be a pointer to a
    data type, the OpenCL compiler can assume that the pointee is always
    appropriately aligned as required by the data type. The behavior of
    an unaligned load or store is undefined, except for the
    vloadn, vload_halfn, vstoren, and vstore_halfn functions defined in
    section 6.12.7.

Original code read data of type T from address not aligned by multiple
of sizeof(T), so the result is incorrect. With this patch, the cases
./opencv_perf_imgproc
--gtest_filter=OCL_ImgSize_TmplSize_Method_MatType_MatchTemplate.MatchTemplate/*
could work well with beignet 0.9.3.

Signed-off-by: Chuanbo Weng <chuanbo.weng@intel.com>
10 years agoMerge pull request #3231 from vpisarev:reenable_cpp_samples
Vadim Pisarevsky [Wed, 17 Sep 2014 10:53:21 +0000 (10:53 +0000)]
Merge pull request #3231 from vpisarev:reenable_cpp_samples

10 years agoMerge pull request #3229 from the-glu:master
Vadim Pisarevsky [Wed, 17 Sep 2014 10:02:36 +0000 (10:02 +0000)]
Merge pull request #3229 from the-glu:master

10 years agoMerge pull request #3220 from asmorkalov:ocv_gstreamer
Vadim Pisarevsky [Wed, 17 Sep 2014 09:55:49 +0000 (09:55 +0000)]
Merge pull request #3220 from asmorkalov:ocv_gstreamer

10 years agoMerge pull request #3215 from dmitrygribanov:dg/stitching-wave-correction-bugfix
Vadim Pisarevsky [Wed, 17 Sep 2014 09:52:34 +0000 (09:52 +0000)]
Merge pull request #3215 from dmitrygribanov:dg/stitching-wave-correction-bugfix

10 years agoMerge pull request #3226 from whoshuu:patch-1
Vadim Pisarevsky [Wed, 17 Sep 2014 09:52:01 +0000 (09:52 +0000)]
Merge pull request #3226 from whoshuu:patch-1

10 years agoMerge pull request #3227 from PhilLab:patch-3
Vadim Pisarevsky [Wed, 17 Sep 2014 09:50:43 +0000 (09:50 +0000)]
Merge pull request #3227 from PhilLab:patch-3

10 years agothe samples from the main repository should not depend on modules from opencv_contrib
Vadim Pisarevsky [Wed, 17 Sep 2014 09:49:48 +0000 (13:49 +0400)]
the samples from the main repository should not depend on modules from opencv_contrib

10 years agofix: ippiFilterMedianBorder sometimes crash when doing in-place filtering
Alexander Mordvintsev [Wed, 17 Sep 2014 09:26:39 +0000 (13:26 +0400)]
fix: ippiFilterMedianBorder sometimes crash when doing in-place filtering

10 years agoFix typo in error for extrinsic parameters
Maximilien Cuony [Wed, 17 Sep 2014 07:32:19 +0000 (09:32 +0200)]
Fix typo in error for extrinsic parameters

10 years agoDoc: Fixing indentation
Philipp Hasper [Wed, 17 Sep 2014 07:29:17 +0000 (09:29 +0200)]
Doc: Fixing indentation

10 years agoFix implicit narrowing error in initializer list
Huu Nguyen [Tue, 16 Sep 2014 22:30:10 +0000 (15:30 -0700)]
Fix implicit narrowing error in initializer list

The implicit narrowing in the initializer list throws a compiler error for some compilers with C++11 support turned on. The specific error message is: "error: narrowing conversion of 'PyInt_AsLong(((PyObject*)o))' from 'long int' to 'double' inside { }".

Tested on Clang 5.1.0 and Mac OS X 10.9.4.

10 years agoMerge pull request #3208 from vbystricky:oclopt_Filter2D
Alexander Alekhin [Tue, 16 Sep 2014 13:03:45 +0000 (13:03 +0000)]
Merge pull request #3208 from vbystricky:oclopt_Filter2D

10 years agoCode review fixes.
Alexander Smorkalov [Tue, 16 Sep 2014 09:57:44 +0000 (13:57 +0400)]
Code review fixes.

10 years agoSeveral fixes for GStreamer support in OpenCV
Alexander Smorkalov [Wed, 10 Sep 2014 06:38:43 +0000 (10:38 +0400)]
Several fixes for GStreamer support in OpenCV

- Accurate ASYC task handling for both GStreamer generations.
- Correct video duration request for videos.
- More accurate pipeline destruction.
- Correct color space conversion plugin for GStreamer 1.0.

10 years agoMerge pull request #3218 from berak:docfix_colormap_30
Vadim Pisarevsky [Mon, 15 Sep 2014 07:34:16 +0000 (07:34 +0000)]
Merge pull request #3218 from berak:docfix_colormap_30

10 years agoMerge pull request #3175 from avdmitry:modern_doc_theme
Vadim Pisarevsky [Sun, 14 Sep 2014 20:10:36 +0000 (20:10 +0000)]
Merge pull request #3175 from avdmitry:modern_doc_theme

10 years agosmall corrections to applyColorMap docs
berak [Sun, 14 Sep 2014 08:56:22 +0000 (10:56 +0200)]
small corrections to applyColorMap docs

10 years agoMerge pull request #3126 from avdmitry:move_KDTree_to_ml
Vadim Pisarevsky [Sun, 14 Sep 2014 18:57:23 +0000 (18:57 +0000)]
Merge pull request #3126 from avdmitry:move_KDTree_to_ml

10 years agoMerge pull request #3200 from pierriko:master
Vadim Pisarevsky [Sun, 14 Sep 2014 18:50:33 +0000 (18:50 +0000)]
Merge pull request #3200 from pierriko:master

10 years agoMerge pull request #3201 from PhilLab:patch-3
Vadim Pisarevsky [Sun, 14 Sep 2014 18:49:35 +0000 (18:49 +0000)]
Merge pull request #3201 from PhilLab:patch-3

10 years agoMerge pull request #3206 from stonier:parallel_qt
Vadim Pisarevsky [Sun, 14 Sep 2014 18:48:51 +0000 (18:48 +0000)]
Merge pull request #3206 from stonier:parallel_qt

10 years agoMerge pull request #3209 from PhilLab:patch-5
Vadim Pisarevsky [Sun, 14 Sep 2014 18:47:21 +0000 (18:47 +0000)]
Merge pull request #3209 from PhilLab:patch-5

10 years agoMerge pull request #3205 from parafin:ximea_unix-3.0
Vadim Pisarevsky [Sun, 14 Sep 2014 18:44:41 +0000 (18:44 +0000)]
Merge pull request #3205 from parafin:ximea_unix-3.0

10 years agoMerge pull request #3203 from parafin:bug_3858-3.0
Vadim Pisarevsky [Sun, 14 Sep 2014 18:44:06 +0000 (18:44 +0000)]
Merge pull request #3203 from parafin:bug_3858-3.0

10 years agoMerge pull request #3207 from jamoque:more-better-fixes
Vadim Pisarevsky [Sun, 14 Sep 2014 18:41:05 +0000 (18:41 +0000)]
Merge pull request #3207 from jamoque:more-better-fixes

10 years agoMerge pull request #3213 from mshabunin:png_iccp_strip
Vadim Pisarevsky [Sun, 14 Sep 2014 18:39:33 +0000 (18:39 +0000)]
Merge pull request #3213 from mshabunin:png_iccp_strip

10 years agominor change: moved algorithm type to the end of params
Dmitriy Anisimov [Sat, 13 Sep 2014 11:06:07 +0000 (15:06 +0400)]
minor change: moved algorithm type to the end of params

10 years agoFeature based stitching's wave correction bugfix.
Dmitry Gribanov [Fri, 12 Sep 2014 14:07:54 +0000 (18:07 +0400)]
Feature based stitching's wave correction bugfix.

When we have similar matrices in input, then algorithm returns matrices
with NaN values.

10 years agoStripped iCCP chunk from png files
Maksim Shabunin [Fri, 12 Sep 2014 12:24:26 +0000 (16:24 +0400)]
Stripped iCCP chunk from png files

10 years agoMerge pull request #3198 from mshabunin:java_test_fix
Andrey Pavlenko [Thu, 11 Sep 2014 16:15:25 +0000 (16:15 +0000)]
Merge pull request #3198 from mshabunin:java_test_fix

10 years agoOptimization OpenCL version of Filter2D
vbystricky [Wed, 10 Sep 2014 11:02:51 +0000 (15:02 +0400)]
Optimization OpenCL version of Filter2D

10 years agoFixed some failing java tests
Maksim Shabunin [Thu, 11 Sep 2014 07:56:05 +0000 (11:56 +0400)]
Fixed some failing java tests

- fixed lena.png extension
- fixed getTextSize wrapper
- added junit html report generation

10 years agoVisual Studio tutorial: updated library names
Philipp Hasper [Wed, 10 Sep 2014 17:12:06 +0000 (19:12 +0200)]
Visual Studio tutorial: updated library names