Ilya Lavrenov [Mon, 22 Sep 2014 15:30:12 +0000 (15:30 +0000)]
Neon optimization of cv::convertScaleAbs
Vadim Pisarevsky [Thu, 18 Sep 2014 17:47:55 +0000 (17:47 +0000)]
Merge pull request #3233 from niebles:master
Juan Carlos Niebles [Thu, 18 Sep 2014 17:00:28 +0000 (12:00 -0500)]
Merge github.com:Itseez/opencv
Juan Carlos Niebles [Thu, 18 Sep 2014 14:39:35 +0000 (09:39 -0500)]
removed setter methods, replaced by CV_PROP_RW macro
Vadim Pisarevsky [Thu, 18 Sep 2014 13:06:54 +0000 (13:06 +0000)]
Merge pull request #3234 from vpisarev:fixed_photo_test_failure
Vadim Pisarevsky [Thu, 18 Sep 2014 12:38:54 +0000 (12:38 +0000)]
Merge pull request #2702 from GregoryMorse:patch-3
Vadim Pisarevsky [Thu, 18 Sep 2014 12:05:24 +0000 (12:05 +0000)]
Merge pull request #2893 from ilya-lavrenov:tapi_vector_width_intel
Vadim Pisarevsky [Thu, 18 Sep 2014 11:48:29 +0000 (11:48 +0000)]
Merge pull request #3232 from Chuanbo-Weng:master
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
Juan Carlos Niebles [Thu, 18 Sep 2014 00:02:12 +0000 (19:02 -0500)]
fixed whitespaces
Juan Carlos Niebles [Wed, 17 Sep 2014 23:45:48 +0000 (18:45 -0500)]
extended python interface for KalmanFilter
Vadim Pisarevsky [Wed, 17 Sep 2014 12:07:43 +0000 (12:07 +0000)]
Merge pull request #3180 from mshabunin:java_ptr_support
Vadim Pisarevsky [Wed, 17 Sep 2014 12:06:31 +0000 (12:06 +0000)]
Merge pull request #3230 from znah:ipp_median_fix
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>
Vadim Pisarevsky [Wed, 17 Sep 2014 10:53:21 +0000 (10:53 +0000)]
Merge pull request #3231 from vpisarev:reenable_cpp_samples
Vadim Pisarevsky [Wed, 17 Sep 2014 10:02:36 +0000 (10:02 +0000)]
Merge pull request #3229 from the-glu:master
Vadim Pisarevsky [Wed, 17 Sep 2014 09:55:49 +0000 (09:55 +0000)]
Merge pull request #3220 from asmorkalov:ocv_gstreamer
Vadim Pisarevsky [Wed, 17 Sep 2014 09:52:34 +0000 (09:52 +0000)]
Merge pull request #3215 from dmitrygribanov:dg/stitching-wave-correction-bugfix
Vadim Pisarevsky [Wed, 17 Sep 2014 09:52:01 +0000 (09:52 +0000)]
Merge pull request #3226 from whoshuu:patch-1
Vadim Pisarevsky [Wed, 17 Sep 2014 09:50:43 +0000 (09:50 +0000)]
Merge pull request #3227 from PhilLab:patch-3
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
Alexander Mordvintsev [Wed, 17 Sep 2014 09:26:39 +0000 (13:26 +0400)]
fix: ippiFilterMedianBorder sometimes crash when doing in-place filtering
Maximilien Cuony [Wed, 17 Sep 2014 07:32:19 +0000 (09:32 +0200)]
Fix typo in error for extrinsic parameters
Philipp Hasper [Wed, 17 Sep 2014 07:29:17 +0000 (09:29 +0200)]
Doc: Fixing indentation
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.
Alexander Alekhin [Tue, 16 Sep 2014 13:03:45 +0000 (13:03 +0000)]
Merge pull request #3208 from vbystricky:oclopt_Filter2D
Alexander Smorkalov [Tue, 16 Sep 2014 09:57:44 +0000 (13:57 +0400)]
Code review fixes.
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.
Vadim Pisarevsky [Mon, 15 Sep 2014 07:34:16 +0000 (07:34 +0000)]
Merge pull request #3218 from berak:docfix_colormap_30
Vadim Pisarevsky [Sun, 14 Sep 2014 20:10:36 +0000 (20:10 +0000)]
Merge pull request #3175 from avdmitry:modern_doc_theme
berak [Sun, 14 Sep 2014 08:56:22 +0000 (10:56 +0200)]
small corrections to applyColorMap docs
Vadim Pisarevsky [Sun, 14 Sep 2014 18:57:23 +0000 (18:57 +0000)]
Merge pull request #3126 from avdmitry:move_KDTree_to_ml
Vadim Pisarevsky [Sun, 14 Sep 2014 18:50:33 +0000 (18:50 +0000)]
Merge pull request #3200 from pierriko:master
Vadim Pisarevsky [Sun, 14 Sep 2014 18:49:35 +0000 (18:49 +0000)]
Merge pull request #3201 from PhilLab:patch-3
Vadim Pisarevsky [Sun, 14 Sep 2014 18:48:51 +0000 (18:48 +0000)]
Merge pull request #3206 from stonier:parallel_qt
Vadim Pisarevsky [Sun, 14 Sep 2014 18:47:21 +0000 (18:47 +0000)]
Merge pull request #3209 from PhilLab:patch-5
Vadim Pisarevsky [Sun, 14 Sep 2014 18:44:41 +0000 (18:44 +0000)]
Merge pull request #3205 from parafin:ximea_unix-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
Vadim Pisarevsky [Sun, 14 Sep 2014 18:41:05 +0000 (18:41 +0000)]
Merge pull request #3207 from jamoque:more-better-fixes
Vadim Pisarevsky [Sun, 14 Sep 2014 18:39:33 +0000 (18:39 +0000)]
Merge pull request #3213 from mshabunin:png_iccp_strip
Dmitriy Anisimov [Sat, 13 Sep 2014 11:06:07 +0000 (15:06 +0400)]
minor change: moved algorithm type to the end of params
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.
Maksim Shabunin [Fri, 12 Sep 2014 12:24:26 +0000 (16:24 +0400)]
Stripped iCCP chunk from png files
Andrey Pavlenko [Thu, 11 Sep 2014 16:15:25 +0000 (16:15 +0000)]
Merge pull request #3198 from mshabunin:java_test_fix
vbystricky [Wed, 10 Sep 2014 11:02:51 +0000 (15:02 +0400)]
Optimization OpenCL version of Filter2D
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
Philipp Hasper [Wed, 10 Sep 2014 17:12:06 +0000 (19:12 +0200)]
Visual Studio tutorial: updated library names
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
Vadim Pisarevsky [Wed, 10 Sep 2014 07:57:09 +0000 (07:57 +0000)]
Merge pull request #3189 from mshabunin:python_cross_build
Vadim Pisarevsky [Wed, 10 Sep 2014 07:56:13 +0000 (07:56 +0000)]
Merge pull request #3196 from PhilLab:patch-4
jeremy [Tue, 9 Sep 2014 22:03:59 +0000 (17:03 -0500)]
changing many instances of the same grammar error in documentation
Daniel Stonier [Mon, 8 Sep 2014 18:20:32 +0000 (03:20 +0900)]
fixed support for parallelised imshows with qt via the gui receiver.
Igor Kuzmin [Tue, 9 Sep 2014 15:25:14 +0000 (19:25 +0400)]
XIMEA cam support: allow on OS X too
Igor Kuzmin [Tue, 9 Sep 2014 15:24:16 +0000 (19:24 +0400)]
XIMEA cam support: use correct library for 64 bit Linux
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
Philipp Hasper [Tue, 9 Sep 2014 10:24:05 +0000 (12:24 +0200)]
Updated PnP parameter documentation
Alexander Alekhin [Tue, 9 Sep 2014 09:18:43 +0000 (09:18 +0000)]
Merge pull request #3199 from apavlenko:fix_docs_typo
Pierrick Koch [Tue, 9 Sep 2014 09:04:24 +0000 (11:04 +0200)]
[samples/pyhton] fix common {LINE->CV}_AA
Andrey Pavlenko [Tue, 9 Sep 2014 08:25:14 +0000 (12:25 +0400)]
typo: rect -> roi
Maksim Shabunin [Mon, 8 Sep 2014 18:34:55 +0000 (22:34 +0400)]
Fixed android samples build
Maksim Shabunin [Mon, 8 Sep 2014 15:21:32 +0000 (19:21 +0400)]
Fixed android java test 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
Andrey Pavlenko [Thu, 4 Sep 2014 14:32:48 +0000 (18:32 +0400)]
disabling java bindings for xfeatures2d module due to build errors
Philipp Hasper [Mon, 8 Sep 2014 12:41:29 +0000 (14:41 +0200)]
Fixing documentation links
Alexander Alekhin [Mon, 8 Sep 2014 11:02:16 +0000 (11:02 +0000)]
Merge pull request #3192 from jkua:master
Alexander Alekhin [Mon, 8 Sep 2014 11:00:59 +0000 (11:00 +0000)]
Merge pull request #3195 from akarsakov:ocl_rm_mul24
Alexander Karsakov [Mon, 8 Sep 2014 09:02:50 +0000 (13:02 +0400)]
Remove mul24 since id can be larger 2^23
Dmitriy Anisimov [Sat, 6 Sep 2014 10:15:04 +0000 (14:15 +0400)]
tt & header background colors changed
Dmitriy Anisimov [Sat, 6 Sep 2014 05:29:32 +0000 (09:29 +0400)]
moving algorithm type to param
Dmitriy Anisimov [Fri, 5 Sep 2014 17:56:25 +0000 (21:56 +0400)]
fixed all known issues
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
Vadim Pisarevsky [Thu, 4 Sep 2014 17:09:18 +0000 (17:09 +0000)]
Merge pull request #3182 from berak:videowriter_docfix_30
Vadim Pisarevsky [Thu, 4 Sep 2014 17:00:10 +0000 (17:00 +0000)]
Merge pull request #3167 from akarsakov:ocl_rm_clFinish
berak [Thu, 4 Sep 2014 12:59:44 +0000 (14:59 +0200)]
adding fourcc to VideoWriter docs
underline
Maksim Shabunin [Thu, 4 Sep 2014 12:28:11 +0000 (16:28 +0400)]
Changed cmake python library search startegy for crosscompiling
Vadim Pisarevsky [Thu, 4 Sep 2014 08:54:24 +0000 (08:54 +0000)]
Merge pull request #3186 from akarsakov:ocl_fixes
Vadim Pisarevsky [Thu, 4 Sep 2014 08:53:47 +0000 (08:53 +0000)]
Merge pull request #3185 from ElenaGvozdeva:ocl_norm
Ilya Lavrenov [Wed, 3 Sep 2014 09:04:24 +0000 (13:04 +0400)]
changed optimal vector width for Intel
Elena Gvozdeva [Tue, 2 Sep 2014 11:44:07 +0000 (15:44 +0400)]
disabled IPP acceleration for 3-channel norms and for CV_8S only for APPLE
Dmitriy Anisimov [Wed, 3 Sep 2014 18:25:08 +0000 (22:25 +0400)]
different enhancements
Alexander Karsakov [Tue, 2 Sep 2014 13:25:25 +0000 (17:25 +0400)]
Fixed calculation of l_stack_size
Alexander Alekhin [Wed, 3 Sep 2014 12:56:24 +0000 (12:56 +0000)]
Merge pull request #3187 from akarsakov:ocl_disabled_minmaxidx
Alexander Karsakov [Thu, 28 Aug 2014 14:30:05 +0000 (18:30 +0400)]
Removed redundant clFinish() after clEnqueueUnmapMemObject()
sss
Alexander Karsakov [Wed, 3 Sep 2014 07:40:20 +0000 (11:40 +0400)]
Disabled minMaxIdx for 32FC1 since it occasionally fails on AMD devices (e.g. A10-6800K)
Vadim Pisarevsky [Wed, 3 Sep 2014 05:40:19 +0000 (05:40 +0000)]
Merge pull request #3184 from ilya-lavrenov:arm
Vadim Pisarevsky [Tue, 2 Sep 2014 15:52:56 +0000 (15:52 +0000)]
Merge pull request #3174 from rokm:samples-fix
Alexander Alekhin [Tue, 2 Sep 2014 13:46:46 +0000 (13:46 +0000)]
Merge pull request #3181 from akarsakov:ocl_mul_scale_test_fix
Alexander Karsakov [Mon, 1 Sep 2014 13:21:13 +0000 (17:21 +0400)]
Changed check to NORM_RELATIVE for OCL.Mat_Scalar_Scale tests
Alexander Karsakov [Tue, 2 Sep 2014 08:38:02 +0000 (12:38 +0400)]
Added workaround for Nvidia: take into account that 3-channel vector type takes 4*elem_size in local memory.
Alexander Karsakov [Tue, 2 Sep 2014 07:53:31 +0000 (11:53 +0400)]
Fixed BORDER_REFLECT and BORDER_REFLECT_101 extrapolation for case x > 2*maxV
Vadim Pisarevsky [Mon, 1 Sep 2014 18:01:12 +0000 (18:01 +0000)]
Merge pull request #3169 from znah:py_wrap
Vadim Pisarevsky [Mon, 1 Sep 2014 18:00:13 +0000 (18:00 +0000)]
Merge pull request #3179 from alekcac:update_in_youtube_url
Ilya Lavrenov [Sun, 31 Aug 2014 10:54:12 +0000 (10:54 +0000)]
NEON impl on cv::convertScaleAba CV_32f
Vadim Pisarevsky [Mon, 1 Sep 2014 10:40:02 +0000 (10:40 +0000)]
Merge pull request #3170 from ElenaGvozdeva:ocl_fix
Vadim Pisarevsky [Mon, 1 Sep 2014 10:38:43 +0000 (10:38 +0000)]
Merge pull request #3173 from rokm:cuda-6.5
Vadim Pisarevsky [Mon, 1 Sep 2014 10:36:50 +0000 (10:36 +0000)]
Merge pull request #3166 from akarsakov:ocl_native_sqrt
Alexander Alekhin [Mon, 1 Sep 2014 09:56:34 +0000 (09:56 +0000)]
Merge pull request #3176 from ilya-lavrenov:ipp_arm
Alexander Mordvintsev [Thu, 28 Aug 2014 15:15:43 +0000 (19:15 +0400)]
remove structured_edge_detection.hpp from blacklist
don't discard pure virtual methods in hdr_parser.py (was broken anyway)
Ilya Lavrenov [Sun, 31 Aug 2014 10:54:12 +0000 (10:54 +0000)]
don't use IPP on ARM
Alexander Shishkov [Mon, 1 Sep 2014 07:28:43 +0000 (11:28 +0400)]
updated links to the official OpenCV youtube channel