profile/ivi/opencv.git
9 years agocanny
Ilya Lavrenov [Wed, 24 Sep 2014 16:07:15 +0000 (16:07 +0000)]
canny

9 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

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

9 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

9 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

9 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

9 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)

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

9 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.

9 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

9 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

9 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.

9 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

9 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.

9 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

9 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.

9 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.

9 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.

9 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

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

9 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

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

9 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

9 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

9 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

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

9 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

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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

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

9 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

9 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

9 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

9 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>
9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

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

9 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.

9 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

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

9 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.

9 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

9 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

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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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

9 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.

9 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

9 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

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

9 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

9 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

9 years agoAdd support for WinRT in the MF capture framework by removing the disallowed calls...
GregoryMorse [Sat, 14 Dec 2013 08:53:30 +0000 (16:53 +0800)]
Add support for WinRT in the MF capture framework by removing the disallowed calls to enumerate devices and create a sample grabber sink and adding framework for the MediaCapture interface and a custom sink which interfaces with the sample grabber callback interface. The change requires discussion for making it completely functional as redundancy is required given that if the source is a video file, the old code pathways must be used. Otherwise all IMFMediaSession, IMFMediaSource, and IMFActivate code must use a MediaCapture code path and all sink code must use the CMediaSink custom sink.

Support for the custom sink is extended to non-WinRT not for compatibility as Windows Vista client is a minimum regardless, but because it offers more flexibility, could be faster and is able to be used as an optionally different code path during sink creation based on a future configuration parameter.

My discussion and proposal to finish this change:
 Devices are so easily enumerated through WinRT Windows.Devices namespace that wrapping the calls in a library is quite a chore for little benefit though to get the various modes and formats could still be a worthwhile project. For now conditional compilation to remove videodevices and any offending non-video file related activity in videodevice. In my opinion, this is a different , far less fundamental and important change which can possibly be done as a future project and also much more easily implemented in C++/CX.

ImageGrabber has the IMFSampleGrabberSinkCallback replaced with a base class (SharedSampleGrabber) which also be is base class for ImageGrabberRT. This change is necessary as the custom sink does not require a thread to pump events which is done through MediaCapture already. IMFSampleGrabberSinkCallback is the common element between both models and that piece can be shared. Initializing the new ImageGrabberRT is as simple as passing an already initialized MediaCapture object and any video format/encoding parameters.

The concurrency event is necessary to wait for completion and is the way the underlying, IAsyncAction wrappers in the task library work as well. Native WIN32 event objects would be an option if HAVE_CONCURRENCY is not defined. I could even imagine doing it with sleep/thread yield and InterlockedCompareExchange yet I am not enthusiastic about that approach either. Since there is a specific compiler HAVE_ for concurrency, I do not like pulling it in though I think for WinRT it is safe to say we will always have it available though should probably conditionally compile with the Interlocked option as WIN32 events would require HAVE_WIN32.

It looks like C++/CX cannot be used for the IMediaExtension sink (which should not be a problem) as using COM objects requires WRL and though deriving from IMediaExtension can be done, there is little purpose without COM. Objects from C++/CX can be swapped to interact with objects from native C++ as Inspectable* can reinterpret_cast to the ref object IInspectable^ and vice-versa. A solution to the COM class with C++/CX would be great so we could have dual support. Also without #define for every WRL object in use, the code will get quite muddy given that the */^ would need to be ifdef'd everywhere.

Fixed bugs and completed the change.  I believe the new classes need to be moved to a header file as the file has become to large and more classes need to be added for handling all the asynchronous problems (one wrapping IAsyncAction in a task and another for making a task out of IAsyncAction).  Unfortunately, blocking on the UI thread is not an option in WinRT so a synchronous architecture is considered "illegal" by Microsoft's standards even if implementable (C++/CX ppltasks library throws errors if you try it).  Worse, either by design or a bug in the MF MediaCapture class with Custom Sinks causes a crash if stop/start previewing without reinitializing (spPreferredPreviewMediaType is fatally nulled).  After decompiling Windows.Media.dll, I worked around this in my own projects by using an activate-able custom sink ID which strangely assigns 1 to this pointer allowing it to be reinitialized in what can only be described as a hack by Microsoft.  This would add additional overhead to the project to implement especially for static libraries as it requires IDL/DLL exporting followed by manifest declaration.  Better to document that it is not supported.

Furthermore, an additional class for IMFAttributes should be implemented to make clean architecture for passing around attributes as opposed to directly calling non-COM interface calls on the objects and making use of SetProperties which would also be a set up for an object that uses the RuntimeClass activation ID.

The remaining changes are not difficult and will be complete soon along with debug tracing messages.

Update and rename cap_msmf.h to cap_msmf.hpp

Successful test - samples are grabbed

Library updated and cleaned up with comments, marshaling, exceptions and linker settings
Fixed trailing whitespace

VS 2013 support and cleanup consistency plus C++/CX new object fixed

Conflicts:
modules/highgui/src/cap_msmf.cpp
modules/highgui/src/cap_msmf.hpp
modules/highgui/src/ppltasks_winrt.h

Fix merge conflicts

VS 2013 Update 2 library bug fix integrated

a-wi's changed integrated

9 years agoMerge pull request #3189 from mshabunin:python_cross_build
Vadim Pisarevsky [Wed, 10 Sep 2014 07:57:09 +0000 (07:57 +0000)]
Merge pull request #3189 from mshabunin:python_cross_build

9 years agoMerge pull request #3196 from PhilLab:patch-4
Vadim Pisarevsky [Wed, 10 Sep 2014 07:56:13 +0000 (07:56 +0000)]
Merge pull request #3196 from PhilLab:patch-4

9 years agochanging many instances of the same grammar error in documentation
jeremy [Tue, 9 Sep 2014 22:03:59 +0000 (17:03 -0500)]
changing many instances of the same grammar error in documentation

9 years agofixed support for parallelised imshows with qt via the gui receiver.
Daniel Stonier [Mon, 8 Sep 2014 18:20:32 +0000 (03:20 +0900)]
fixed support for parallelised imshows with qt via the gui receiver.

9 years agoXIMEA cam support: allow on OS X too
Igor Kuzmin [Tue, 9 Sep 2014 15:25:14 +0000 (19:25 +0400)]
XIMEA cam support: allow on OS X too

9 years agoXIMEA cam support: use correct library for 64 bit Linux
Igor Kuzmin [Tue, 9 Sep 2014 15:24:16 +0000 (19:24 +0400)]
XIMEA cam support: use correct library for 64 bit Linux

9 years agofix for issue 3858 (remove unneeded #include's)
Igor Kuzmin [Tue, 9 Sep 2014 15:22:20 +0000 (19:22 +0400)]
fix for issue 3858 (remove unneeded #include's)

also use correct include path on Linux

9 years agoUpdated PnP parameter documentation
Philipp Hasper [Tue, 9 Sep 2014 10:24:05 +0000 (12:24 +0200)]
Updated PnP parameter documentation

9 years agoMerge pull request #3199 from apavlenko:fix_docs_typo
Alexander Alekhin [Tue, 9 Sep 2014 09:18:43 +0000 (09:18 +0000)]
Merge pull request #3199 from apavlenko:fix_docs_typo

9 years ago[samples/pyhton] fix common {LINE->CV}_AA
Pierrick Koch [Tue, 9 Sep 2014 09:04:24 +0000 (11:04 +0200)]
[samples/pyhton] fix common {LINE->CV}_AA

9 years agotypo: rect -> roi
Andrey Pavlenko [Tue, 9 Sep 2014 08:25:14 +0000 (12:25 +0400)]
typo: rect -> roi

9 years agoFixed android samples build
Maksim Shabunin [Mon, 8 Sep 2014 18:34:55 +0000 (22:34 +0400)]
Fixed android samples build

9 years agoFixed android java test build
Maksim Shabunin [Mon, 8 Sep 2014 15:21:32 +0000 (19:21 +0400)]
Fixed android java test build

9 years agoFixed java tests build
Maksim Shabunin [Mon, 8 Sep 2014 13:35:55 +0000 (17:35 +0400)]
Fixed java tests build

- disabled xfeature2d dependency for java wrappers
- fixed java wrappers build after cmake rerun
- disabled opencv_ml tests temporarily
- fixed Imgproc usage in java tests

9 years agodisabling java bindings for xfeatures2d module due to build errors
Andrey Pavlenko [Thu, 4 Sep 2014 14:32:48 +0000 (18:32 +0400)]
disabling java bindings for xfeatures2d module due to build errors

9 years agoFixing documentation links
Philipp Hasper [Mon, 8 Sep 2014 12:41:29 +0000 (14:41 +0200)]
Fixing documentation links

9 years agoMerge pull request #3192 from jkua:master
Alexander Alekhin [Mon, 8 Sep 2014 11:02:16 +0000 (11:02 +0000)]
Merge pull request #3192 from jkua:master

9 years agoMerge pull request #3195 from akarsakov:ocl_rm_mul24
Alexander Alekhin [Mon, 8 Sep 2014 11:00:59 +0000 (11:00 +0000)]
Merge pull request #3195 from akarsakov:ocl_rm_mul24

9 years agoRemove mul24 since id can be larger 2^23
Alexander Karsakov [Mon, 8 Sep 2014 09:02:50 +0000 (13:02 +0400)]
Remove mul24 since id can be larger 2^23

9 years agott & header background colors changed
Dmitriy Anisimov [Sat, 6 Sep 2014 10:15:04 +0000 (14:15 +0400)]
tt & header background colors changed

9 years agomoving algorithm type to param
Dmitriy Anisimov [Sat, 6 Sep 2014 05:29:32 +0000 (09:29 +0400)]
moving algorithm type to param

9 years agofixed all known issues
Dmitriy Anisimov [Fri, 5 Sep 2014 17:56:25 +0000 (21:56 +0400)]
fixed all known issues

9 years agoFixed bad non-ASCII character in how_to_scan_images.cpp which causes a compile error
John Kua [Thu, 4 Sep 2014 23:36:36 +0000 (16:36 -0700)]
Fixed bad non-ASCII character in how_to_scan_images.cpp which causes a compile error

9 years agoMerge pull request #3182 from berak:videowriter_docfix_30
Vadim Pisarevsky [Thu, 4 Sep 2014 17:09:18 +0000 (17:09 +0000)]
Merge pull request #3182 from berak:videowriter_docfix_30

9 years agoMerge pull request #3167 from akarsakov:ocl_rm_clFinish
Vadim Pisarevsky [Thu, 4 Sep 2014 17:00:10 +0000 (17:00 +0000)]
Merge pull request #3167 from akarsakov:ocl_rm_clFinish