Alexander Alekhin
512e73db89
Merge pull request #5881 from alalek:fix_5878
9 years ago
Alexander Alekhin
9012ff4711
Merge pull request #5880 from alalek:fix_5863
9 years ago
Alexander Alekhin
f9e2b036a5
Merge pull request #5873 from paroj:cpprodrigues
9 years ago
LaurentBerger
8531e6d9fc
May be it can solve issue 5908
9 years ago
Rok Mandeljc
029dfbc89d
opencv_core: CUDA: check if __CUDA_ARCH__ is defined before comparing it
...
Changed statements of type "#if __CUDA_ARCH__ >= 200" to
"#if defined __CUDA_ARCH__ && __CUDA_ARCH__ >= 200" in order to
avoid warnings about __CUDA_ARCH__ being undefined.
9 years ago
berak
2d1cb14e61
fix cv::MARKER_TRIANGLE_UP
9 years ago
Gregory Morse
5427ede6a1
WinRT consistency
9 years ago
Alexander Alekhin
cdb9c60dcb
gpu samples: fix REMOVE_ITEM error
9 years ago
Dan Moodie
66738d748f
Modified sparse pyrlk optical flow to allow input of an image pyramid which thus allows caching of image pyramids on successive calls.
...
Added unsigned char support for 1, 3, 4 channel images.
9 years ago
Dan Moodie
64a57f7c38
Support for opengl2 in vtk 7.1
9 years ago
Alexander Alekhin
17e4d33b0e
added regression test for #5876
9 years ago
Pavel Rojtberg
4db6d9986d
also port Rodrigues in Affine to Matx expressions
...
so results are numerically equivalent
9 years ago
Alexander Alekhin
6997d423c8
fix normalize in case of inplace operations
...
fixes #5876
9 years ago
HMM@T430s-x64
6b4d4a85b5
solve videoio/src/cap_mjpeg_decoder.cpp compiling problem using VS 2008
...
fixes #5878
9 years ago
Alexander Alekhin
3d85e7ac0d
features2d agast: clear in/out keypoints container
...
fixes #5863
9 years ago
Pavel Rojtberg
ac481e6174
calib3d: port Rodrigues to cpp primitives
9 years ago
Alexander Alekhin
8d79285d02
Merge pull request #5840 from paroj:v4ldefault
9 years ago
Alexander Alekhin
5fa64235b1
Merge pull request #5860 from Dikay900:patch-1
9 years ago
Alexander Alekhin
9c58741dba
Merge pull request #5868 from atinfinity:pullreq/151223-FindTBB-VS2015
9 years ago
Alexander Alekhin
a4aeba37fb
Merge pull request #5866 from Dikay900:patch-2
9 years ago
Alexander Alekhin
8c545c055d
Merge pull request #5865 from Dikay900:fix_matcopy_shape
9 years ago
Alexander Alekhin
f26d0c5857
Merge pull request #5856 from Dikay900:fix_rgb2luv_doc
9 years ago
atinfinity
d16723f493
changed to find TBB library(VS2015)
9 years ago
Philip
1ba2286c6d
fix uninitialized matrix in EM::predict fixes #5443
...
fixes #5443
9 years ago
Dikay900
bb78b01ace
fix mat copy in shape
...
fixes #5643
9 years ago
Dikay900
a7d3e30404
fix probably copy paste like error in rgb2luv doc
...
fixes #5689
9 years ago
Alexander Alekhin
f550ddb3fd
Merge pull request #5854 from Dikay900:em_predict_fix
9 years ago
Alexander Alekhin
24dbb43c09
pkg-config: modules list contains only OpenCV modules ( fixes #5852 )
9 years ago
Philip
e85b23573b
[master] Fixed PCH warning during ARM crosscompilation
...
#5858 for master
9 years ago
Dikay900
4f3b58d1e7
fix reshape call not being an inplace method
...
fixes #5853 #4740
9 years ago
Alexander Alekhin
afdbd855ee
Merge pull request #5843 from jia-kai:disable-dlopen-opencl
9 years ago
Alexander Alekhin
923632272f
Merge pull request #5848 from IshankGulati:broken-link-fix
9 years ago
Ishank gulati
fb63cbb74b
path to videocapture-get changed
9 years ago
Alexander Alekhin
4cfe2b4dea
Merge tag '3.1.0'
...
OpenCV 3.1.0
9 years ago
jiakai
22599a2812
define g_haveOpenCL only when HAVE_OPENCL is set
9 years ago
jiakai
387214a3c5
do not open libopencl by dlopen if HAVE_OPENCL is not set
9 years ago
Pavel Rojtberg
96654f0084
make sure cap_v4l is used by default on Linux
...
cap_v4l is better maintained and generally the code is in
better shape than cap_libv4l.
9 years ago
Maksim Shabunin
92387b1ef8
Fix java version++
9 years ago
Maksim Shabunin
8d1f5b5490
Version++ for android
9 years ago
Alexander Alekhin
4e669f59a0
fix android pack
9 years ago
Alexander Alekhin
2f4b334ef2
fix MSVS2010 builds
9 years ago
Alexander Alekhin
94e4498cfd
Version for 3.1.0 release
9 years ago
Alexander Alekhin
b4432c4fd7
Merge pull request #5835 from alalek:fix_winpack
9 years ago
Alexander Alekhin
3ee90a1ff4
ffmpeg: install both 32/64-bit versions (required for java/python 32/64-bit bindings)
9 years ago
Alexander Alekhin
613b289325
python: add launch script for winpack python demo
9 years ago
Alexander Alekhin
4fa91e468b
Merge pull request #5834 from alalek:fix_winpack_include_path
9 years ago
Alexander Alekhin
34957bcfed
Merge pull request #5832 from alalek:python_samples
9 years ago
Alexander Alekhin
d34297b516
fix include path for windows package
9 years ago
Vadim Pisarevsky
97dc5be841
Merge pull request #5821 from alalek:build_framework
9 years ago
Alexander Alekhin
ec0e43a95b
Merge pull request #5801 from enpe:matlab-switch
9 years ago