platform/upstream/opencv.git
7 years agobuild: workaround for missing _mm256_setr_m128 in GCC
Alexander Alekhin [Thu, 26 Jan 2017 15:15:18 +0000 (18:15 +0300)]
build: workaround for missing _mm256_setr_m128 in GCC

7 years agoMerge pull request #8076 from tomoaki0705:brushupAvxPopcount
Alexander Alekhin [Thu, 26 Jan 2017 12:57:14 +0000 (12:57 +0000)]
Merge pull request #8076 from tomoaki0705:brushupAvxPopcount

7 years agobrush up AVX optimization in popcount
Tomoaki Teshima [Thu, 26 Jan 2017 09:37:56 +0000 (18:37 +0900)]
brush up AVX optimization in popcount
 - make sure SIMD optimization works even when AVX is not available

7 years agoMerge pull request #8074 from alalek:fix_java_tests
Alexander Alekhin [Thu, 26 Jan 2017 08:56:21 +0000 (08:56 +0000)]
Merge pull request #8074 from alalek:fix_java_tests

7 years agojava: force 64F in solvePnP test
Alexander Alekhin [Wed, 25 Jan 2017 16:42:09 +0000 (19:42 +0300)]
java: force 64F in solvePnP test

7 years agoMerge pull request #8072 from tomoaki0705:AVXcorner
Alexander Alekhin [Wed, 25 Jan 2017 16:10:59 +0000 (16:10 +0000)]
Merge pull request #8072 from tomoaki0705:AVXcorner

7 years agoMerge pull request #8071 from tomoaki0705:imgprocRemoveRedundantCheck
Alexander Alekhin [Wed, 25 Jan 2017 16:09:14 +0000 (16:09 +0000)]
Merge pull request #8071 from tomoaki0705:imgprocRemoveRedundantCheck

7 years agoMerge pull request #8061 from tomoaki0705:universalIntrinsicStereoCalib3d
Alexander Alekhin [Wed, 25 Jan 2017 16:08:02 +0000 (16:08 +0000)]
Merge pull request #8061 from tomoaki0705:universalIntrinsicStereoCalib3d

7 years agoMerge pull request #8062 from mshabunin:add-cv_deprecated
Alexander Alekhin [Wed, 25 Jan 2017 15:04:42 +0000 (15:04 +0000)]
Merge pull request #8062 from mshabunin:add-cv_deprecated

7 years agooptimize corner detection series using AVX instructions
Tomoaki Teshima [Wed, 25 Jan 2017 13:35:11 +0000 (22:35 +0900)]
optimize corner detection series using AVX instructions
 - make sure SSE version will be still available for backward compatibility

7 years agoremove pure SSE part
Tomoaki Teshima [Wed, 25 Jan 2017 13:05:53 +0000 (22:05 +0900)]
remove pure SSE part

7 years agoMerge pull request #8068 from catree:thrust_tutorial
Maksim Shabunin [Wed, 25 Jan 2017 13:05:04 +0000 (13:05 +0000)]
Merge pull request #8068 from catree:thrust_tutorial

7 years agoMerge pull request #8044 from alalek:opencv_world_with_contrib
Alexander Alekhin [Wed, 25 Jan 2017 12:54:15 +0000 (12:54 +0000)]
Merge pull request #8044 from alalek:opencv_world_with_contrib

7 years agoMerge pull request #8060 from Legoless:master
Alexander Alekhin [Wed, 25 Jan 2017 11:32:24 +0000 (11:32 +0000)]
Merge pull request #8060 from Legoless:master

7 years agoMerge pull request #8065 from paroj:pnpfloat
Alexander Alekhin [Wed, 25 Jan 2017 09:50:05 +0000 (12:50 +0300)]
Merge pull request #8065 from paroj:pnpfloat

solvePnP: use CV_32F for rvec, tvec if all PnP inputs are CV_32F

7 years agoAdd thrust tutorial in the GPU main page documentation.
catree [Tue, 24 Jan 2017 20:05:05 +0000 (21:05 +0100)]
Add thrust tutorial in the GPU main page documentation.

7 years agoFixed build_framework.py script for osx
Dal Rupnik [Tue, 24 Jan 2017 18:14:50 +0000 (19:14 +0100)]
Fixed build_framework.py script for osx

7 years agosolvePnP: use CV_32F for rvec, tvec if all PnP inputs are CV_32F
Pavel Rojtberg [Tue, 24 Jan 2017 14:27:11 +0000 (15:27 +0100)]
solvePnP: use CV_32F for rvec, tvec if all PnP inputs are CV_32F

7 years agoAdded CV_DEPRECATED macro
mshabunin [Tue, 24 Jan 2017 10:37:41 +0000 (13:37 +0300)]
Added CV_DEPRECATED macro

7 years agoMerge pull request #8004 from chrizandr:RTrees_load_wrapper
Vadim Pisarevsky [Tue, 24 Jan 2017 11:55:42 +0000 (11:55 +0000)]
Merge pull request #8004 from chrizandr:RTrees_load_wrapper

7 years agoMerge pull request #8045 from onetimking:master
Vadim Pisarevsky [Tue, 24 Jan 2017 11:44:56 +0000 (11:44 +0000)]
Merge pull request #8045 from onetimking:master

7 years agoReplaced macro with built-in OpenCV export
Dal Rupnik [Tue, 24 Jan 2017 09:26:19 +0000 (10:26 +0100)]
Replaced macro with built-in OpenCV export

7 years agouse universal intrinsic in stereo matching
Tomoaki Teshima [Tue, 24 Jan 2017 09:25:22 +0000 (18:25 +0900)]
use universal intrinsic in stereo matching
 - check SIMD availability before executing

7 years agoAdded export functions for ObjC classes
Dal Rupnik [Mon, 23 Jan 2017 16:15:17 +0000 (17:15 +0100)]
Added export functions for ObjC classes

7 years agocuda: fix samples
Alexander Alekhin [Thu, 19 Jan 2017 13:56:06 +0000 (16:56 +0300)]
cuda: fix samples

7 years agocmake: fix CUDA flags generation
Alexander Alekhin [Wed, 18 Jan 2017 15:47:34 +0000 (18:47 +0300)]
cmake: fix CUDA flags generation

VTK uses parentheses in defines, so generated code is wrong:
set(nvcc_flags -m64;-D__OPENCV_BUILD=1;-DvtkRenderingContext2D_AUTOINIT=1(vtkRenderingContextOpenGL);...)

7 years agocmake: fix support of duplicated file names in static libraries
Alexander Alekhin [Wed, 18 Jan 2017 15:37:52 +0000 (18:37 +0300)]
cmake: fix support of duplicated file names in static libraries

7 years agocmake world: allow to build python bindings
Alexander Alekhin [Wed, 18 Jan 2017 14:14:55 +0000 (17:14 +0300)]
cmake world: allow to build python bindings

7 years agocmake: include contrib modules into opencv_world
Alexander Alekhin [Mon, 16 Jan 2017 15:12:38 +0000 (18:12 +0300)]
cmake: include contrib modules into opencv_world

7 years agoremove precomp.cpp
Alexander Alekhin [Tue, 17 Jan 2017 16:58:57 +0000 (19:58 +0300)]
remove precomp.cpp

7 years agoMerge pull request #8053 from pwuertz:umat-copy-python
Alexander Alekhin [Mon, 23 Jan 2017 13:20:56 +0000 (13:20 +0000)]
Merge pull request #8053 from pwuertz:umat-copy-python

7 years agoMerge pull request #8058 from tomoaki0705:universalIntrinsicFast
Alexander Alekhin [Mon, 23 Jan 2017 13:13:14 +0000 (13:13 +0000)]
Merge pull request #8058 from tomoaki0705:universalIntrinsicFast

7 years agouse universal intrinsic in fast
Tomoaki Teshima [Mon, 23 Jan 2017 10:03:22 +0000 (19:03 +0900)]
use universal intrinsic in fast

7 years agoExpose more UMat constructors to python
Peter Würtz [Fri, 20 Jan 2017 17:34:41 +0000 (18:34 +0100)]
Expose more UMat constructors to python

7 years agoMerge pull request #8001 from alalek:c_defines
Alexander Alekhin [Fri, 20 Jan 2017 17:52:24 +0000 (17:52 +0000)]
Merge pull request #8001 from alalek:c_defines

7 years agoMerge pull request #8049 from tomoaki0705:universalIntrinsicCorner
Alexander Alekhin [Fri, 20 Jan 2017 16:43:48 +0000 (16:43 +0000)]
Merge pull request #8049 from tomoaki0705:universalIntrinsicCorner

7 years agoMerge pull request #8009 from Legoless:master
Dal Rupnik [Fri, 20 Jan 2017 16:16:01 +0000 (17:16 +0100)]
Merge pull request #8009 from Legoless:master

CMake: Building Dynamic Framework on iOS (#8009)

* Updated python script with dynamic parameter

Updated python script to build static library by default

Updated python script to include bitcode flag

Added bitcode flag to c flags

Fixed directories and targets with static

Bitcode parameter fixed

Fixed script for static library

Fixed parameters in build function

Updated cmake common toolchain

Added changes to OpenCV Utils

Updates to cmake

Added cache internal

Updates to common toolchain

Fixed path in framework destination and added UIKit dependency

Dynamic plist for framework

Lib version removed hardcoded value

Removed trailing whitespace in toolchain

* Removed trailing whitespace

* Fixed typo in comment

* Renamed bitcode variable to bitcodedisabled

* Fixed target device family

7 years agouse universal intrinsic in corner detection series
Tomoaki Teshima [Fri, 20 Jan 2017 10:22:44 +0000 (19:22 +0900)]
use universal intrinsic in corner detection series

7 years agoMerge pull request #8042 from alalek:fix_8037
Alexander Alekhin [Thu, 19 Jan 2017 17:04:34 +0000 (17:04 +0000)]
Merge pull request #8042 from alalek:fix_8037

7 years agoMerge pull request #8020 from alalek:fix_4976
Alexander Alekhin [Thu, 19 Jan 2017 15:40:07 +0000 (15:40 +0000)]
Merge pull request #8020 from alalek:fix_4976

7 years agoMerge pull request #7926 from saskatchewancatch:issue-7310
Alexander Alekhin [Thu, 19 Jan 2017 14:03:42 +0000 (14:03 +0000)]
Merge pull request #7926 from saskatchewancatch:issue-7310

7 years agoRTrees: Add wrapper for RTrees_load method to enable loading trained RTrees
chrizandr [Thu, 12 Jan 2017 20:19:49 +0000 (01:49 +0530)]
RTrees: Add wrapper for RTrees_load method to enable loading trained RTrees

7 years agocmake: fix MKL detection in case of unsupported versions
Alexander Alekhin [Thu, 19 Jan 2017 10:33:39 +0000 (13:33 +0300)]
cmake: fix MKL detection in case of unsupported versions

CMake should not fail.

7 years agoFixed bug #7482. Updated dense flow routine to reference bound textures.
Tim King [Wed, 18 Jan 2017 17:30:45 +0000 (19:30 +0200)]
Fixed bug #7482. Updated dense flow routine to reference bound textures.

7 years agoMerge pull request #7863 from tomoaki0705:universalIntrinsicPopcount
Alexander Alekhin [Wed, 18 Jan 2017 17:25:02 +0000 (17:25 +0000)]
Merge pull request #7863 from tomoaki0705:universalIntrinsicPopcount

7 years agoMerge pull request #8024 from catree:fix_typo_py_houghlines
Alexander Alekhin [Wed, 18 Jan 2017 16:56:25 +0000 (19:56 +0300)]
Merge pull request #8024 from catree:fix_typo_py_houghlines

Fix typos in py_houghlines tutorial.

7 years agoMerge pull request #7999 from alalek:fix_lapack
Alexander Alekhin [Wed, 18 Jan 2017 13:20:30 +0000 (13:20 +0000)]
Merge pull request #7999 from alalek:fix_lapack

7 years agoMerge pull request #8021 from mshabunin:doc-minor-fixes
Alexander Alekhin [Wed, 18 Jan 2017 12:15:32 +0000 (12:15 +0000)]
Merge pull request #8021 from mshabunin:doc-minor-fixes

7 years agoMerge pull request #8023 from sovrasov:fs_add_full_yml_type_heading
Alexander Alekhin [Wed, 18 Jan 2017 12:08:10 +0000 (12:08 +0000)]
Merge pull request #8023 from sovrasov:fs_add_full_yml_type_heading

7 years agoMinor documentation fixes:
Maksim Shabunin [Tue, 17 Jan 2017 13:29:50 +0000 (16:29 +0300)]
Minor documentation fixes:

- disabled OPTIMIZE_OUTPUT_JAVA
- filtered out *.m scripts
- removed link to old Sphinx documentation
- replaced all mentions of Sphinx with Doxygen

7 years agoshape: force column-based vector
Alexander Alekhin [Tue, 17 Jan 2017 12:22:56 +0000 (15:22 +0300)]
shape: force column-based vector

7 years agoMerge pull request #8026 from catree:fix_link_tutorial_brightness
Alexander Alekhin [Wed, 18 Jan 2017 09:54:26 +0000 (12:54 +0300)]
Merge pull request #8026 from catree:fix_link_tutorial_brightness

Fix tutorial code link in basic_linear_transform tutorial.

7 years agoFix tutorial code link in basic_linear_transform tutorial. Add some resource links.
catree [Tue, 17 Jan 2017 16:47:27 +0000 (17:47 +0100)]
Fix tutorial code link in basic_linear_transform tutorial. Add some resource links.

7 years agoFix typos in py_houghlines tutorial. Extract the python code in a specific folder.
catree [Tue, 17 Jan 2017 15:09:27 +0000 (16:09 +0100)]
Fix typos in py_houghlines tutorial. Extract the python code in a specific folder.

7 years agoMerge pull request #7941 from wykvictor:master
Alexander Alekhin [Tue, 17 Jan 2017 14:34:04 +0000 (14:34 +0000)]
Merge pull request #7941 from wykvictor:master

7 years agoAdd support of type headings from YAML1.2
Vladislav Sovrasov [Tue, 17 Jan 2017 13:40:38 +0000 (16:40 +0300)]
Add support of type headings from YAML1.2

7 years agoeliminate warnings
Alexander Alekhin [Tue, 17 Jan 2017 12:52:45 +0000 (15:52 +0300)]
eliminate warnings

hal_internal.cpp(101): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data

7 years agocmake: fix lapack
Alexander Alekhin [Fri, 23 Dec 2016 11:50:33 +0000 (14:50 +0300)]
cmake: fix lapack

- added compile check with multiple tries for different configurations
- restored find_package(LAPACK)
- avoided modification of OPENCV_LINKER_LIBS

7 years agoMerge pull request #8019 from berak:patch-2
berak [Tue, 17 Jan 2017 10:57:50 +0000 (11:57 +0100)]
Merge pull request #8019 from berak:patch-2

ml: fix small typo in lr.cpp (#8019)

7 years agoMerge pull request #7978 from logic1988:master
logic1988 [Mon, 16 Jan 2017 10:19:24 +0000 (18:19 +0800)]
Merge pull request #7978 from logic1988:master

Fix error usage in HitMiss tutorial, and improved the visualization results (#7978)

* Fix error usage in HitMiss tutorial, and improved the visualization results

Fix error usage in HitMiss tutorial, and improved the visualization results

* Update HitMiss.cpp

* Update HitMiss.cpp

7 years agoMerge pull request #7994 from nnadeau:master
Nicholas Nadeau [Mon, 16 Jan 2017 10:03:49 +0000 (05:03 -0500)]
Merge pull request #7994 from nnadeau:master

Fixed exceptions, print statements, and long types for gen_pattern.py to be Python 3 compatible (#7994)

* fixed exceptions and print statements to be python 3 compatible; removed long type checks (py3 uses int); whitespace reformatting

* Pulled latest svgfig from upstream

https://github.com/jpivarski/svgfig/commit/f3179a8926508bf0f9021fd4e1f9731c95524a38

7 years agoMerge pull request #8000 from mshabunin:fix-opencl-clahe
Alexander Alekhin [Mon, 16 Jan 2017 10:01:59 +0000 (10:01 +0000)]
Merge pull request #8000 from mshabunin:fix-opencl-clahe

7 years agoMerge pull request #7966 from Tetragramm:Issue#4235
Vadim Pisarevsky [Fri, 13 Jan 2017 14:24:57 +0000 (14:24 +0000)]
Merge pull request #7966 from Tetragramm:Issue#4235

7 years agoimgproc/CLAHE/ocl: Removed unnecessary __local variable
mshabunin [Thu, 12 Jan 2017 16:12:54 +0000 (19:12 +0300)]
imgproc/CLAHE/ocl: Removed unnecessary __local variable

7 years agocmake: add global defines to enable useful macros
Alexander Alekhin [Thu, 12 Jan 2017 16:14:51 +0000 (19:14 +0300)]
cmake: add global defines to enable useful macros

7 years agoMerge pull request #7998 from alalek:fix_7993
Alexander Alekhin [Thu, 12 Jan 2017 16:57:25 +0000 (16:57 +0000)]
Merge pull request #7998 from alalek:fix_7993

7 years agocuda: fix CUDA tests initialization
Alexander Alekhin [Thu, 12 Jan 2017 11:38:47 +0000 (14:38 +0300)]
cuda: fix CUDA tests initialization

7 years agouse universal intrinsic and SSE4 popcount instruction in normHamming
Tomoaki Teshima [Wed, 11 Jan 2017 23:47:28 +0000 (08:47 +0900)]
use universal intrinsic and SSE4 popcount instruction in normHamming
 - add v_popcount in universal intrinsic
 - add test for v_popcount
 - add wrapper of popcount for both MSVC and GCC

7 years agoMerge pull request #7991 from sovrasov:cmake_find_mkl_x86_fix
Vadim Pisarevsky [Wed, 11 Jan 2017 15:47:14 +0000 (15:47 +0000)]
Merge pull request #7991 from sovrasov:cmake_find_mkl_x86_fix

7 years agoFix MKL x86 detection on Windows
Vladislav Sovrasov [Wed, 11 Jan 2017 14:17:02 +0000 (17:17 +0300)]
Fix MKL x86 detection on Windows

7 years agoMerge pull request #7947 from utibenkei:tracking-module-java
Vadim Pisarevsky [Wed, 11 Jan 2017 11:41:19 +0000 (11:41 +0000)]
Merge pull request #7947 from utibenkei:tracking-module-java

7 years agoMerge pull request #7960 from catree:tutorial_parallel_for_
Alexander Alekhin [Wed, 11 Jan 2017 09:58:53 +0000 (12:58 +0300)]
Merge pull request #7960 from catree:tutorial_parallel_for_

Add OpenCV parallel_for_ tutorial.

7 years agoMerge pull request #7976 from StevenPuttemans:fix_opencv_annotation_tool
Alexander Alekhin [Wed, 11 Jan 2017 04:40:43 +0000 (04:40 +0000)]
Merge pull request #7976 from StevenPuttemans:fix_opencv_annotation_tool

7 years agoAdd case including both moments empty.
Tetragramm [Wed, 11 Jan 2017 03:38:31 +0000 (21:38 -0600)]
Add case including both moments empty.

7 years agoAdd OpenCV parallel_for_ tutorial.
catree [Tue, 3 Jan 2017 21:28:19 +0000 (22:28 +0100)]
Add OpenCV parallel_for_ tutorial.

7 years agoMerge pull request #7972 from catree:tutorial_brightness
Vadim Pisarevsky [Tue, 10 Jan 2017 12:26:20 +0000 (12:26 +0000)]
Merge pull request #7972 from catree:tutorial_brightness

7 years agoMerge pull request #7935 from alalek:fix_waitKey
Vadim Pisarevsky [Tue, 10 Jan 2017 11:18:13 +0000 (11:18 +0000)]
Merge pull request #7935 from alalek:fix_waitKey

7 years agoMerge pull request #7975 from tomoaki0705:cleanupCalib3dStereo
Vadim Pisarevsky [Tue, 10 Jan 2017 11:12:15 +0000 (11:12 +0000)]
Merge pull request #7975 from tomoaki0705:cleanupCalib3dStereo

7 years agoMerge pull request #7983 from LaurentBerger:docFindcontours
Vadim Pisarevsky [Tue, 10 Jan 2017 11:10:16 +0000 (11:10 +0000)]
Merge pull request #7983 from LaurentBerger:docFindcontours

7 years agoMerge pull request #7986 from atinfinity:pullreq/170109-add_USE_AVX2_condition
Alexander Alekhin [Mon, 9 Jan 2017 16:11:00 +0000 (16:11 +0000)]
Merge pull request #7986 from atinfinity:pullreq/170109-add_USE_AVX2_condition

7 years agoMerge pull request #7965 from D-Barber:stereoCalibrateR2T2CalculationTinyDocumentationFix
Maksim Shabunin [Mon, 9 Jan 2017 13:16:38 +0000 (13:16 +0000)]
Merge pull request #7965 from D-Barber:stereoCalibrateR2T2CalculationTinyDocumentationFix

7 years agoadded to check the support of AVX2
atinfinity [Mon, 9 Jan 2017 10:51:33 +0000 (19:51 +0900)]
added to check the support of AVX2

7 years agodd a note in findcontours doc
LaurentBerger [Sun, 8 Jan 2017 14:24:29 +0000 (15:24 +0100)]
dd a note in findcontours doc

7 years agofix some issues with skipping files and old redundant code
StevenPuttemans [Fri, 6 Jan 2017 10:19:47 +0000 (11:19 +0100)]
fix some issues with skipping files and old redundant code

7 years agoclean up unused #if
Tomoaki Teshima [Tue, 18 Oct 2016 01:23:47 +0000 (10:23 +0900)]
clean up unused #if

7 years agoMerge pull request #7959 from alalek:fix_7957
Alexander Alekhin [Fri, 6 Jan 2017 02:10:06 +0000 (02:10 +0000)]
Merge pull request #7959 from alalek:fix_7957

7 years agoUse directly the doxygen snippet command for the Changing the contrast and brightness...
catree [Thu, 5 Jan 2017 15:05:53 +0000 (16:05 +0100)]
Use directly the doxygen snippet command for the Changing the contrast and brightness of an image tutorial. Extend the tutorial with a pratical example and with a gamma correction method to adjust the brightness of an image.

7 years agoAdd check for all zero moments. If one of the shapes is empty, the match would return...
Tetragramm [Thu, 5 Jan 2017 00:38:46 +0000 (18:38 -0600)]
Add check for all zero moments. If one of the shapes is empty, the match would return zero distance between the shapes even when the other one had content. It now returns DBL_MAX if no moments had value.

7 years agoTiny documentation fix in stereoCalibrate
Duncan Barber [Wed, 4 Jan 2017 21:24:25 +0000 (21:24 +0000)]
Tiny documentation fix in stereoCalibrate

Modified the (R2,T2) computation documentation in the stereoCalibrate function documentation to display on two lines for clarity

7 years agoMerge pull request #7948 from LorenaGdL:hitmiss_tutorial
Alexander Alekhin [Tue, 3 Jan 2017 19:35:40 +0000 (19:35 +0000)]
Merge pull request #7948 from LorenaGdL:hitmiss_tutorial

7 years agoimgproc: fix using of uninitialized edge[] members in FillConvexPoly
Alexander Alekhin [Tue, 3 Jan 2017 19:18:27 +0000 (22:18 +0300)]
imgproc: fix using of uninitialized edge[] members in FillConvexPoly

7 years agoHitMiss tutorial
Lorena García [Tue, 3 Jan 2017 17:34:04 +0000 (18:34 +0100)]
HitMiss tutorial

7 years agoMerge pull request #7942 from bae43:fix-typos
Bryce Evans [Tue, 3 Jan 2017 03:00:12 +0000 (19:00 -0800)]
Merge pull request #7942 from bae43:fix-typos

Fix Documentation Typos (#7942)

7 years agoMerge pull request #7952 from mattmyne:JSONWriteFixTrailingDecimalPoint
Matt Bennett [Mon, 2 Jan 2017 20:28:07 +0000 (20:28 +0000)]
Merge pull request #7952 from mattmyne:JSONWriteFixTrailingDecimalPoint

Append zero to trailing decimal place for FileStorage JSON write of a float or double value (#7952)

* Fix for FileStorage JSON write of a float or double value that has no fractional part; appends a zero character after the trailing decimal place to meet JSON standard.

* strlen return to size_t type rather than unnecessary cast to int

7 years agoMerge pull request #7950 from BadrinathS:firstbugfix-lr_opencv
Alexander Alekhin [Sat, 31 Dec 2016 12:48:54 +0000 (12:48 +0000)]
Merge pull request #7950 from BadrinathS:firstbugfix-lr_opencv

7 years agoResolving issue #7924
BadrinathS [Sat, 31 Dec 2016 11:07:51 +0000 (16:37 +0530)]
Resolving issue #7924

7 years agoAdded Java wrapping for tracking module
utibenkei [Fri, 30 Dec 2016 16:54:07 +0000 (01:54 +0900)]
Added Java wrapping for tracking module

7 years agoMerge pull request #7946 from SSteve:master
Alexander Alekhin [Fri, 30 Dec 2016 10:35:22 +0000 (10:35 +0000)]
Merge pull request #7946 from SSteve:master

7 years agoAvoid segmentation fault
Steve [Fri, 30 Dec 2016 01:23:40 +0000 (17:23 -0800)]
Avoid segmentation fault

Change `<=` to `<` to avoid accessing the first character of an empty string

7 years agoBufferPool is used for temporary buffer, use mat create directly
Yakun Wang [Thu, 29 Dec 2016 10:29:44 +0000 (18:29 +0800)]
BufferPool is used for temporary buffer, use mat create directly