platform/upstream/opencv.git
9 years agoMerge pull request #3991 from mshabunin:python-underscore
Vadim Pisarevsky [Wed, 6 May 2015 14:48:34 +0000 (14:48 +0000)]
Merge pull request #3991 from mshabunin:python-underscore

9 years agoMerge pull request #3985 from StevenPuttemans:fix_imread_parameters
Vadim Pisarevsky [Wed, 6 May 2015 14:02:32 +0000 (14:02 +0000)]
Merge pull request #3985 from StevenPuttemans:fix_imread_parameters

9 years agoWrap ANN_MLP class into Python
Maksim Shabunin [Wed, 6 May 2015 12:21:23 +0000 (15:21 +0300)]
Wrap ANN_MLP class into Python

9 years agofixing old variables in documentation and transfering to the new interface
StevenPuttemans [Mon, 4 May 2015 11:24:25 +0000 (13:24 +0200)]
fixing old variables in documentation and transfering to the new interface

9 years agoMerge pull request #3972 from PhilLab:docLineno
Maksim Shabunin [Mon, 4 May 2015 09:48:06 +0000 (09:48 +0000)]
Merge pull request #3972 from PhilLab:docLineno

9 years agoMerge pull request #3973 from xsorifc28:patch-1
Roman Donchenko [Thu, 30 Apr 2015 12:48:50 +0000 (12:48 +0000)]
Merge pull request #3973 from xsorifc28:patch-1

9 years agoDoxygen: replaced @includelineno by @include to enable copy-pasting
Philipp Hasper [Wed, 29 Apr 2015 07:31:53 +0000 (09:31 +0200)]
Doxygen: replaced @includelineno by @include to enable copy-pasting

9 years agoMerge pull request #3967 from Belev:fix-typo
Vadim Pisarevsky [Tue, 28 Apr 2015 14:47:05 +0000 (14:47 +0000)]
Merge pull request #3967 from Belev:fix-typo

9 years agoMerge pull request #3966 from Dikay900:master_diff_to_2_4_2
Vadim Pisarevsky [Tue, 28 Apr 2015 11:00:57 +0000 (11:00 +0000)]
Merge pull request #3966 from Dikay900:master_diff_to_2_4_2

9 years agoMerge pull request #3954 from martin-ueding:master
Vadim Pisarevsky [Tue, 28 Apr 2015 10:55:04 +0000 (10:55 +0000)]
Merge pull request #3954 from martin-ueding:master

9 years agoMerge pull request #3962 from apavlenko:fix_polylines_empty
Vadim Pisarevsky [Tue, 28 Apr 2015 10:47:35 +0000 (10:47 +0000)]
Merge pull request #3962 from apavlenko:fix_polylines_empty

9 years agoMerge pull request #3678 from mshabunin:explicit-sse-disable
Maksim Shabunin [Tue, 28 Apr 2015 10:41:14 +0000 (10:41 +0000)]
Merge pull request #3678 from mshabunin:explicit-sse-disable

9 years agoMerge pull request #3964 from Dikay900:master_diff_to_2_4
Vadim Pisarevsky [Tue, 28 Apr 2015 10:38:54 +0000 (10:38 +0000)]
Merge pull request #3964 from Dikay900:master_diff_to_2_4

9 years agoFix typo
Belev [Mon, 27 Apr 2015 08:10:47 +0000 (11:10 +0300)]
Fix typo

Fixed difference in the given arguments to the ellipse function and the description after that

Fixed two more typos

Replaced unnecessary the with to

9 years agoFixed a typo, "requited" -> "required"
Samed Ozdemir [Tue, 28 Apr 2015 03:00:39 +0000 (23:00 -0400)]
Fixed a typo, "requited" -> "required"

9 years agoIncreased perf_imgproc.moments max error
Maksim Shabunin [Mon, 27 Apr 2015 14:05:55 +0000 (17:05 +0300)]
Increased perf_imgproc.moments max error

9 years agoAdding 1 to moments to avoid tests fails
kalistratovag [Wed, 22 Apr 2015 13:29:10 +0000 (16:29 +0300)]
Adding 1 to moments to avoid tests fails

9 years agoUse explicit no-sse flags when SSE is off
Maksim Shabunin [Thu, 5 Feb 2015 14:42:24 +0000 (17:42 +0300)]
Use explicit no-sse flags when SSE is off

Also:
- Silence clang warnings about unsupported command line arguments
- Add diagnostic print to calib3d test
- Fixed perf test relative error check
- Fix iOS build problem

9 years agoFix iOS warnings about implicit conversion precision by changing double literals...
Thomas Gabrowski [Fri, 13 Feb 2015 00:51:03 +0000 (00:51 +0000)]
Fix iOS warnings about implicit conversion precision by changing double literals to float ones

Conflicts:
modules/contrib/include/opencv2/contrib/retina.hpp

9 years agoUse the CMake find_library command to find the FFmpeg libraries.
Mansour Moufid [Sun, 1 Feb 2015 20:51:33 +0000 (15:51 -0500)]
Use the CMake find_library command to find the FFmpeg libraries.

Conflicts:
cmake/OpenCVFindLibsVideo.cmake

9 years agocap_msmf.hpp: fix a warning about nNull being unused
Roman Donchenko [Mon, 16 Feb 2015 16:31:51 +0000 (19:31 +0300)]
cap_msmf.hpp: fix a warning about nNull being unused

The two functions featuring nNull are not particularly needed, so
I simply removed them.

Conflicts:
modules/highgui/src/cap_msmf.hpp

9 years agoCast some image coordinates and sizes to double.
Mansour Moufid [Tue, 24 Feb 2015 17:21:34 +0000 (12:21 -0500)]
Cast some image coordinates and sizes to double.

Conflicts:
modules/gpu/perf/perf_imgproc.cpp

Cast a long integer to double explicitly.

Conflicts:
modules/python/src2/cv2.cpp

Cast some matrix sizes to type int.

Change some vector mask types to unsigned.

Conflicts:
modules/core/src/arithm.cpp

9 years agoFix a bug that impede to set the trackbar pos using the Qt control panel
Luis Díaz Más [Thu, 19 Mar 2015 20:25:10 +0000 (21:25 +0100)]
Fix a bug that impede to set the trackbar pos using the Qt control panel

Conflicts:
modules/highgui/src/window_QT.cpp

9 years agoFixing the bug #4244 that I just reported in code.opencv.org
Luis Díaz Más [Wed, 18 Mar 2015 19:07:08 +0000 (20:07 +0100)]
Fixing the bug #4244 that I just reported in code.opencv.org

9 years agoIn cvAddText, construct QString from "text" using fromUtf8.
Craig Reynolds [Fri, 16 Jan 2015 22:57:11 +0000 (14:57 -0800)]
In cvAddText, construct QString from "text" using fromUtf8.

9 years agoFix a bad free space check in icvGrowSeq.
Boris Daskalov [Tue, 17 Mar 2015 14:23:03 +0000 (16:23 +0200)]
Fix a bad free space check in icvGrowSeq.

A difference of two pointers was casted to unsigned which can lead to
overflow on 64-bit systems.

9 years agoNot block PDB file in multithreaded build on Windows.
Vladimir Kolesnikov [Wed, 1 Apr 2015 10:52:07 +0000 (13:52 +0300)]
Not block PDB file in multithreaded build on Windows.

If used cl compiler, but generator is not Visual Studio e.g. Ninja,
enable FS option to prevent blocking PDB file in multithreaded build.

9 years agoImplement CMAKE_CURRENT_LIST_DIR for older CMake
Alexander Nitsch [Thu, 19 Feb 2015 23:55:26 +0000 (00:55 +0100)]
Implement CMAKE_CURRENT_LIST_DIR for older CMake

The use of built-in CMAKE_CURRENT_LIST_DIR requires at least
CMake 2.8.3. This fix properly defines the variable to allow its
use in versions < 2.8.3 as well.

Fixes issue #4205.

Exclude >= 2.8.3 from reimplementation of CMAKE_CURRENT_LIST_DIR

This avoids violation of possible future CMake policy checks
regarding reserved/read-only variables.

9 years agofixed error in hough lines tutorial (the point (9,4) is not on the lines, but the...
Milania1 [Thu, 12 Mar 2015 15:46:25 +0000 (16:46 +0100)]
fixed error in hough lines tutorial (the point (9,4) is not on the lines, but the point (4,9) is)

Conflicts:
doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.rst

9 years agotypo
Ilya Lavrenov [Tue, 7 Apr 2015 08:08:21 +0000 (11:08 +0300)]
typo

9 years agoupdate openni sample comments referring #81
Dikay900 [Fri, 24 Apr 2015 16:19:03 +0000 (18:19 +0200)]
update openni sample comments referring #81

9 years agoporting polylines with empty `vector<Point>` from 2.4 to master
Andrey Pavlenko [Fri, 24 Apr 2015 14:11:51 +0000 (17:11 +0300)]
porting polylines with empty `vector<Point>` from 2.4 to master

9 years agoMerge tag '3.0.0-rc1'
Alexander Alekhin [Fri, 24 Apr 2015 11:56:47 +0000 (14:56 +0300)]
Merge tag '3.0.0-rc1'

9 years agoMerge pull request #3958 from ilya-lavrenov:cuda_aarch64
Vadim Pisarevsky [Thu, 23 Apr 2015 17:16:52 +0000 (17:16 +0000)]
Merge pull request #3958 from ilya-lavrenov:cuda_aarch64

9 years agoMerge pull request #3957 from dhood:fm-8pt-bug
Vadim Pisarevsky [Thu, 23 Apr 2015 17:16:25 +0000 (17:16 +0000)]
Merge pull request #3957 from dhood:fm-8pt-bug

9 years agoport of aarch64 cuda changes from 2.4
Ilya Lavrenov [Thu, 23 Apr 2015 14:57:29 +0000 (17:57 +0300)]
port of aarch64 cuda changes from 2.4

9 years agoSet status to rc
Alexander Alekhin [Thu, 23 Apr 2015 14:29:40 +0000 (17:29 +0300)]
Set status to rc

9 years agoMerge pull request #3955 from vpisarev:fixed_mjpeg_encoder
Vadim Pisarevsky [Thu, 23 Apr 2015 14:21:31 +0000 (14:21 +0000)]
Merge pull request #3955 from vpisarev:fixed_mjpeg_encoder

9 years agoFix Bug #3441, #4072, #4173: 8-point fundamental matrix calculation error
Deanna Hood [Thu, 23 Apr 2015 14:09:48 +0000 (10:09 -0400)]
Fix Bug #3441, #4072, #4173: 8-point fundamental matrix calculation error

9 years agoDon't relax error level for particular fundamental matrix calculation methods
Deanna Hood [Thu, 23 Apr 2015 14:08:42 +0000 (10:08 -0400)]
Don't relax error level for particular fundamental matrix calculation methods

9 years agofixed mjpeg encoder so that libjpeg-based decoder does not complain on extra bytes...
Vadim Pisarevsky [Thu, 23 Apr 2015 11:40:44 +0000 (14:40 +0300)]
fixed mjpeg encoder so that libjpeg-based decoder does not complain on extra bytes in the end of stream

9 years agoAdd example data types for calibrateCamera call
Martin Ueding [Thu, 23 Apr 2015 11:30:14 +0000 (13:30 +0200)]
Add example data types for calibrateCamera call

It took me a while to figure out what was meant with

    OpenCV Error: Assertion failed (i < 0) in getMat

While searching for this error message I found [a list of error
messages](https://adventuresandwhathaveyou.wordpress.com/2014/03/14/opencv-error-messages-suck/)
which also explained what the problem was: The data type for `rvecs` was
not a simple `cv::Mat` but a `std::vector<cv::Mat>`.

After I fixed that, I got the next error message:

    OpenCV Error: Assertion failed (ni > 0 && ni == ni1) in
    collectCalibrationData, file
    /build/buildd/opencv-2.4.9+dfsg/modules/calib3d/src/calibration.cpp,
    line 3193

The problem here was that my data type for the `objectPoints` was just
`vector<Vec3f>` and not `vector<vector<Vec3f>>`.

In order to save other people the time looking for this, I added
explicit examples of the needed data types into the documentation of the
function. I had to re-read the current version a couple of times until I
can read the needed levels of `vector<>`. Having this example would have
really helped me there.

9 years agoMerge pull request #3952 from vpisarev:fix_libav_case
Vadim Pisarevsky [Thu, 23 Apr 2015 06:25:25 +0000 (06:25 +0000)]
Merge pull request #3952 from vpisarev:fix_libav_case

9 years agofixed compile warnings; hopefully fixed test failures
Vadim Pisarevsky [Wed, 22 Apr 2015 21:39:44 +0000 (00:39 +0300)]
fixed compile warnings; hopefully fixed test failures

9 years agoMerge pull request #3950 from paroj:fix-gftt_ocl
Vadim Pisarevsky [Wed, 22 Apr 2015 19:08:15 +0000 (19:08 +0000)]
Merge pull request #3950 from paroj:fix-gftt_ocl

9 years agoMerge pull request #3951 from kalistratovag:mjpeg_dec_uninitialized
Vadim Pisarevsky [Wed, 22 Apr 2015 19:03:20 +0000 (19:03 +0000)]
Merge pull request #3951 from kalistratovag:mjpeg_dec_uninitialized

9 years agomake sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu...
Vadim Pisarevsky [Wed, 22 Apr 2015 18:57:29 +0000 (21:57 +0300)]
make sure opencv builds fine with the recent versions of libav (e.g. from Ubuntu 14.10)

9 years agomjpec_decoder initialize m_movi_start variable
kalistratovag [Wed, 22 Apr 2015 16:49:11 +0000 (19:49 +0300)]
mjpec_decoder initialize m_movi_start variable

9 years agofix gftt opencv kernel when using mask
Pavel Rojtberg [Wed, 22 Apr 2015 14:13:50 +0000 (16:13 +0200)]
fix gftt opencv kernel when using mask

9 years agoMerge pull request #3939 from paroj:fmtfix
Vadim Pisarevsky [Wed, 22 Apr 2015 12:15:17 +0000 (12:15 +0000)]
Merge pull request #3939 from paroj:fmtfix

9 years agoMerge pull request #3936 from dhood:fitEllipse-bug
Vadim Pisarevsky [Wed, 22 Apr 2015 11:22:35 +0000 (11:22 +0000)]
Merge pull request #3936 from dhood:fitEllipse-bug

9 years agoMerge pull request #3948 from PhilLab:markdownPatch
Vadim Pisarevsky [Wed, 22 Apr 2015 11:02:50 +0000 (11:02 +0000)]
Merge pull request #3948 from PhilLab:markdownPatch

9 years agoFixed markdown: **Note** -> @note
Philipp Hasper [Wed, 22 Apr 2015 06:08:10 +0000 (08:08 +0200)]
Fixed markdown: **Note** -> @note

9 years agoMerge pull request #3909 from Nuzhny007:master
Vadim Pisarevsky [Tue, 21 Apr 2015 14:02:59 +0000 (14:02 +0000)]
Merge pull request #3909 from Nuzhny007:master

9 years agoMerge pull request #3935 from vpisarev:extending_hal_part1
Vadim Pisarevsky [Tue, 21 Apr 2015 14:02:02 +0000 (14:02 +0000)]
Merge pull request #3935 from vpisarev:extending_hal_part1

9 years agoMerge pull request #3947 from tcavallari:patch-1
Vadim Pisarevsky [Tue, 21 Apr 2015 14:01:22 +0000 (14:01 +0000)]
Merge pull request #3947 from tcavallari:patch-1

9 years agoMerge pull request #3925 from ttagu99:findcontour_example2
Vadim Pisarevsky [Tue, 21 Apr 2015 12:21:36 +0000 (12:21 +0000)]
Merge pull request #3925 from ttagu99:findcontour_example2

9 years agoMerge pull request #3926 from stoneyang:stone
Vadim Pisarevsky [Tue, 21 Apr 2015 12:20:42 +0000 (12:20 +0000)]
Merge pull request #3926 from stoneyang:stone

9 years agoMerge pull request #3929 from daeyun:findEssentialMat_doc
Vadim Pisarevsky [Tue, 21 Apr 2015 12:20:02 +0000 (12:20 +0000)]
Merge pull request #3929 from daeyun:findEssentialMat_doc

9 years agoMerge pull request #3930 from berak:python_docs_stereobm
Vadim Pisarevsky [Tue, 21 Apr 2015 12:19:37 +0000 (12:19 +0000)]
Merge pull request #3930 from berak:python_docs_stereobm

9 years agoMerge pull request #3932 from nisargthakkar:Bug4243
Vadim Pisarevsky [Tue, 21 Apr 2015 12:18:37 +0000 (12:18 +0000)]
Merge pull request #3932 from nisargthakkar:Bug4243

9 years agoMerge pull request #3921 from sergarrido:master
Vadim Pisarevsky [Tue, 21 Apr 2015 12:11:56 +0000 (12:11 +0000)]
Merge pull request #3921 from sergarrido:master

9 years agoMerge pull request #3938 from paroj:triangulatecpp
Vadim Pisarevsky [Tue, 21 Apr 2015 12:02:26 +0000 (12:02 +0000)]
Merge pull request #3938 from paroj:triangulatecpp

9 years agoMerge pull request #3937 from mshabunin:android-engine3
Vadim Pisarevsky [Tue, 21 Apr 2015 11:47:26 +0000 (11:47 +0000)]
Merge pull request #3937 from mshabunin:android-engine3

9 years agoMerge pull request #3945 from nisargthakkar:DocBugFix4282
Vadim Pisarevsky [Tue, 21 Apr 2015 11:46:30 +0000 (11:46 +0000)]
Merge pull request #3945 from nisargthakkar:DocBugFix4282

9 years agoanother attempt to resolve ABI checker complains
Vadim Pisarevsky [Tue, 21 Apr 2015 09:42:46 +0000 (12:42 +0300)]
another attempt to resolve ABI checker complains

9 years agoclean up cvTriangulatePoints by using C++ primitives directly.
Pavel Rojtberg [Fri, 17 Apr 2015 15:01:17 +0000 (17:01 +0200)]
clean up cvTriangulatePoints by using C++ primitives directly.
- fixes the Calib3d_StereoCalibrate_C testcase.
update comment regarding cv::SVD::MODIFY_A

9 years agotrying to avoid ABI checker failures
Vadim Pisarevsky [Tue, 21 Apr 2015 08:30:41 +0000 (11:30 +0300)]
trying to avoid ABI checker failures

9 years agoNull Pointer check in vizimpl.cpp
tcavallari [Tue, 21 Apr 2015 08:08:17 +0000 (10:08 +0200)]
Null Pointer check in vizimpl.cpp

Should fix #4191 (http://code.opencv.org/issues/4191)

9 years agoFixed Doc Errors Bug#4282
Nisarg Thakkar [Tue, 21 Apr 2015 05:07:50 +0000 (10:37 +0530)]
Fixed Doc Errors Bug#4282

9 years agoMerge pull request #3931 from mshabunin:fix-svm-train
Vadim Pisarevsky [Mon, 20 Apr 2015 20:00:36 +0000 (20:00 +0000)]
Merge pull request #3931 from mshabunin:fix-svm-train

9 years agoMerge pull request #3933 from BKNio:putText_3_0
Vadim Pisarevsky [Mon, 20 Apr 2015 20:00:11 +0000 (20:00 +0000)]
Merge pull request #3933 from BKNio:putText_3_0

9 years agofixed some newly introduced compile errors and warnings
Vadim Pisarevsky [Mon, 20 Apr 2015 18:34:37 +0000 (21:34 +0300)]
fixed some newly introduced compile errors and warnings

9 years agoextended universal intrinsics: added 64-bit integers, improved shift operators, renam...
Vadim Pisarevsky [Mon, 20 Apr 2015 17:27:03 +0000 (20:27 +0300)]
extended universal intrinsics: added 64-bit integers, improved shift operators, renamed "pack" operations; changed semantics of extended integer multiplication, added v_dotprod.
also, split intrinsics into separate files. C implementation is compiled only when none of SSE2 or NEON is available.

9 years agoChange condition on parallel ellipse case so can only calculate t if necessary
Deanna Hood [Sat, 18 Apr 2015 16:27:41 +0000 (12:27 -0400)]
Change condition on parallel ellipse case so can only calculate t if necessary

9 years agoRegression test for Bug #3989: check fitEllipse with rotation angles of n*pi/2
Deanna Hood [Thu, 16 Apr 2015 23:54:53 +0000 (19:54 -0400)]
Regression test for Bug #3989: check fitEllipse with rotation angles of n*pi/2

9 years agofix python and numpy output formatters
Pavel Rojtberg [Fri, 17 Apr 2015 15:42:24 +0000 (17:42 +0200)]
fix python and numpy output formatters

9 years agoRename manager package to OpenCV3 Manager
Maksim Shabunin [Fri, 17 Apr 2015 13:59:52 +0000 (16:59 +0300)]
Rename manager package to OpenCV3 Manager

9 years agoMerge pull request #3934 from mshabunin:add-cpp-sample-project
Vadim Pisarevsky [Fri, 17 Apr 2015 13:40:34 +0000 (13:40 +0000)]
Merge pull request #3934 from mshabunin:add-cpp-sample-project

9 years agoRename OpenCV Engine to org.opencv.engine3 for release candidate
Maksim Shabunin [Fri, 17 Apr 2015 13:00:33 +0000 (16:00 +0300)]
Rename OpenCV Engine to org.opencv.engine3 for release candidate

9 years agotrying to fix test failures (take 2)
Vadim Pisarevsky [Fri, 17 Apr 2015 08:32:20 +0000 (11:32 +0300)]
trying to fix test failures (take 2)

9 years agotrying to fix test failures
Vadim Pisarevsky [Fri, 17 Apr 2015 07:51:49 +0000 (10:51 +0300)]
trying to fix test failures

9 years agocontinuing fixing universal intrinsics
Vadim Pisarevsky [Fri, 17 Apr 2015 05:32:06 +0000 (08:32 +0300)]
continuing fixing universal intrinsics

9 years agofixed some more compile warnings (2)
Vadim Pisarevsky [Thu, 16 Apr 2015 21:13:08 +0000 (00:13 +0300)]
fixed some more compile warnings (2)

9 years agofixed some more compile warnings
Vadim Pisarevsky [Thu, 16 Apr 2015 20:52:23 +0000 (23:52 +0300)]
fixed some more compile warnings

9 years agofixed compile warnings
Vadim Pisarevsky [Thu, 16 Apr 2015 20:42:00 +0000 (23:42 +0300)]
fixed compile warnings

9 years agofully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic...
Vadim Pisarevsky [Thu, 16 Apr 2015 20:00:26 +0000 (23:00 +0300)]
fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions

9 years agoFix Bug #3989: correctly identify ellipse with its axes parallel to x-y axes during...
Deanna Hood [Thu, 16 Apr 2015 15:59:05 +0000 (11:59 -0400)]
Fix Bug #3989: correctly identify ellipse with its axes parallel to x-y axes during semi-major axis calculation

9 years agoFix an issue in cmake tutorial
Maksim Shabunin [Thu, 16 Apr 2015 14:34:15 +0000 (17:34 +0300)]
Fix an issue in cmake tutorial

9 years agoAdd sample cmake project
Maksim Shabunin [Thu, 16 Apr 2015 14:33:38 +0000 (17:33 +0300)]
Add sample cmake project

9 years agomove 3265 to 3.0;
Ahmatnurov Dinar [Thu, 16 Apr 2015 11:36:46 +0000 (14:36 +0300)]
move 3265 to 3.0;

9 years agoFix for Bug4243. Made changes relating to non OpenCL devices
Nisarg Thakkar [Wed, 15 Apr 2015 18:52:08 +0000 (00:22 +0530)]
Fix for Bug4243. Made changes relating to non OpenCL devices

9 years agoFix for Bug4243
Nisarg Thakkar [Wed, 15 Apr 2015 18:19:01 +0000 (23:49 +0530)]
Fix for Bug4243

9 years agoFix cache error during SVM train
Maksim Shabunin [Wed, 15 Apr 2015 12:46:07 +0000 (15:46 +0300)]
Fix cache error during SVM train

9 years agoHAL extensions: added initial version of universal intrinsics (C implementation and...
Vadim Pisarevsky [Tue, 14 Apr 2015 21:36:27 +0000 (00:36 +0300)]
HAL extensions: added initial version of universal intrinsics (C implementation and SSE2, NEON - TBD). added empty files where some functionality from core and imgproc will be moved to

9 years agoMerge pull request #3928 from ilya-lavrenov:android_4.6
Alexander Alekhin [Tue, 14 Apr 2015 18:12:24 +0000 (18:12 +0000)]
Merge pull request #3928 from ilya-lavrenov:android_4.6

9 years agochanged create function in tutorial
berak [Tue, 14 Apr 2015 17:01:48 +0000 (19:01 +0200)]
changed create function in tutorial

9 years agoworkaround for stange internal compiler error when cross-compiling with 4.6
Ilya Lavrenov [Tue, 14 Apr 2015 13:55:11 +0000 (16:55 +0300)]
workaround for stange internal compiler error when cross-compiling with 4.6

9 years agoFix typo in documentation. F = K^-T * E * K^-1
Daeyun Shin [Tue, 14 Apr 2015 12:44:32 +0000 (07:44 -0500)]
Fix typo in documentation. F = K^-T * E * K^-1

9 years agoENH: explicitly declared outputFilename to surpress error C2668
Yang Fan [Tue, 14 Apr 2015 05:39:00 +0000 (13:39 +0800)]
ENH: explicitly declared outputFilename to surpress error C2668