Alexander Alekhin
2c4ed7f8a5
Merge pull request #6051 from mshabunin:fix-cap-qtkit
2016-02-10 17:35:20 +00:00
Alexander Alekhin
5efadcb335
Merge pull request #6042 from Dmitry-Me:reduceVariablesScope
2016-02-10 17:33:43 +00:00
Alexander Alekhin
8ac96eecd2
Merge pull request #6073 from alalek:fix_5897
2016-02-10 17:33:12 +00:00
Alexander Alekhin
b529b37d06
Merge pull request #6032 from mzajko:ximea_getprop_update
2016-02-09 12:07:17 +00:00
Marian Zajko
c21657336b
ximea interface update
...
- fixed getProperty call definition
- added new parameter defitions
removed whitespaces
Reworked enumerators to keep values from previous commit
ximea enums fixes
- fixed whitespaces issue
- fixed duplicate enum values error
ximea enum definitions update
- fixed videioio.hpp code style
- fixed ABI violation in enums
- added new parameter handlers to cpp
XIMEA setProperty update
Added acquisition resetting to buffer size adjustment parameters.
2016-02-09 10:36:22 +01:00
Alexander Alekhin
e4dc479e95
Merge pull request #6088 from mshabunin:fix-exif-parsing
2016-02-08 16:01:07 +00:00
Alexander Alekhin
afdcfccdae
Merge pull request #6082 from alekcac:alekcac-readme-changes
2016-02-08 15:57:55 +00:00
Maksim Shabunin
7ba9b4fd1a
Merge pull request #6085 from StevenPuttemans:add_at_matrix_info
2016-02-08 15:30:17 +00:00
Maksim Shabunin
112aa49104
ExifReader::getFormat : check buffer length before accessing, fixes 6059
2016-02-08 17:14:55 +03:00
Steven Puttemans
cd96df1407
Update mat.hpp
2016-02-08 13:26:06 +01:00
Steven Puttemans
a70c54f2c5
Added suggestions from PR6068
...
As discussed here: https://github.com/Itseez/opencv/pull/6068#issuecomment-180797723
2016-02-08 10:20:08 +01:00
Alexander Shishkov
4f5497837a
Removed gittip link
...
This project is dead from 1st September last year
2016-02-08 11:04:19 +03:00
Alexander Alekhin
f9f5313670
Merge pull request #6075 from pranavg189:master
2016-02-07 09:41:29 +00:00
Pranav Ganorkar
4a5ed70175
removed dirname variable
2016-02-07 03:09:21 +05:30
Alexander Alekhin
c10c8db97d
cmake: skip checks for host paths on cross-compilation (5897)
2016-02-06 15:19:28 +03:00
Alexander Alekhin
e04f372083
Merge pull request #6068 from StevenPuttemans:add_at_matrix_info
2016-02-05 14:03:22 +00:00
Alexander Alekhin
0e909aa676
Merge pull request #6067 from StevenPuttemans:adapt_cmake
2016-02-05 12:51:00 +00:00
StevenPuttemans
873399705d
add clarification on the acces paramter of the at operator
2016-02-05 13:21:40 +01:00
StevenPuttemans
6cdf3116c4
deactivate build options by default that are not supposed the be ON by default
2016-02-05 11:01:21 +01:00
Alexander Alekhin
b148ef2b1f
Merge pull request #6053 from peters:master
2016-02-04 19:33:20 +00:00
Peter Rekdal Sunde
da48061910
Add interrupt callback with default timeout of 30s. Fixes #5730 .
...
Fix docs build failure by re-indenting with spaces instead of tabs.
Trailing whitespace fixes. http://pullrequest.opencv.org/buildbot/builders/precommit_docs/builds/5152/steps/whitespace/logs/stdio
mingw build fix.
2016-02-04 18:09:14 +01:00
Alexander Alekhin
b2d44663fd
Merge pull request #6058 from sturkmen72:documentation_fix_cv_repeate
2016-02-04 15:14:02 +00:00
Alexander Alekhin
ea8f9b032f
Merge pull request #6062 from StevenPuttemans:fix_cascade_detect
2016-02-04 14:04:53 +00:00
StevenPuttemans
89df7923a7
revert PR 5362
2016-02-04 13:20:21 +01:00
Vadim Pisarevsky
56c89e0a98
Merge pull request #6014 from alalek:fix_5991
2016-02-04 09:54:27 +00:00
Vadim Pisarevsky
dabce70325
Merge pull request #6057 from alalek:fix_opencl_load_threadsafe
2016-02-04 09:31:36 +00:00
Suleyman TURKMEN
194b865daf
update documentation of cv::repeat
2016-02-03 23:36:30 +02:00
Alexander Alekhin
7e472fbf68
ocl: thread-safe OpenCL loading (6056)
2016-02-03 18:30:40 +03:00
Alexander Alekhin
6f51dd1258
Merge pull request #6009 from patricksnape:flann_python_fix
2016-02-02 16:03:54 +00:00
Maksim Shabunin
a2bda99921
MacOSX / QTKit capture: trying to fix invalid timer call
2016-02-02 14:30:37 +03:00
Alexander Alekhin
35014a9742
Merge pull request #6048 from philippefoubert:ximea_bugfix
2016-02-02 07:25:34 +00:00
Alexander Alekhin
e0baa02193
Merge pull request #6036 from atinfinity:pullreq/160130-enable-nvcuvid
2016-02-02 07:08:49 +00:00
Philippe FOUBERT
43a1874e33
Bug correction:
...
The "CvCaptureCAM_XIMEA::getProperty" method had not the same signature as "CvCapture::getProperty" so it was not called when we use the "VideoCapture::get" method (the "const" specifier was missing).
2016-02-01 19:19:52 +01:00
atinfinity
db6e095fcc
added cmakedefine to cmake/templates/cvconfig.h.in
2016-02-01 20:59:11 +09:00
Dmitry-Me
bf604f1780
Reduce variables scope
2016-02-01 11:10:13 +03:00
atinfinity
ed8368fed7
fixed to use NVCUVID in 'cudacodec' module.
2016-01-31 01:28:15 +09:00
Alexander Alekhin
a4692a0da5
Merge pull request #6035 from ogreen:master
2016-01-30 08:23:00 +00:00
Oded Green
1a0282df21
CUDA median filtering using histograms
2016-01-29 20:05:40 -05:00
Alexander Alekhin
4894aac50d
Merge pull request #6012 from mzajko:xi_cmake_update
2016-01-29 09:41:42 +00:00
Alexander Alekhin
2978a16c85
core: preserve sizes values ( fixes #5991 )
...
_sizes can point to internal structure which is destroyed
by release() call
2016-01-26 14:11:53 +03:00
Alexander Alekhin
96f5a930f4
test: regression 5991
2016-01-26 14:11:53 +03:00
Marian Zajko
a387d6fa26
- removed whitespaces
2016-01-25 13:13:13 +01:00
Marian Zajko
34c006fcc4
Fixed ximea cmake settings
...
Fixed ximea cmake settings for 32bit win build and linux.
2016-01-25 11:05:55 +01:00
Patrick Snape
05cfe28612
Fix parsing of training vecs for FlannBasedMatcher
...
FlannBasedMatcher::add is overloaded, but the style of parsing the
InputArrayOfArrays does not match the style from
DescriptorMatcher::add. The issue is that InputArrayOfArrays
must be properly marshalled so that the data can be read
correctly. In this case, the method expects the training
descriptors to be either a vector of matrices or a single matrix
(as is shown in DescriptorMatcher::add). These code
replicates that for the case of the FlannBasedMatcher::add.
In fact, a similar commit to this was added by 26d9a7c
but was
ultimately not accepted in #4111 . This is likely due to the
fact that the input arrays were not parsed properly and the
case of a single matrix was being improperly handled. I believe
this commit to be correct given the logic from
DescriptorMatcher::add.
2016-01-23 15:58:16 +00:00
Patrick Snape
2f5ea3437e
Update indentation to match rest of file
...
Very cosmetic, but was analyzing code and just wanted to make it
consistent.
2016-01-23 15:57:46 +00:00
Maksim Shabunin
1cd3c6f364
Merge pull request #6000 from alalek:fix_python_detection
2016-01-21 11:30:58 +00:00
Alexander Alekhin
c5531a7a2f
Merge pull request #5985 from Entodi:patch-1
2016-01-21 10:02:55 +00:00
Alexander Alekhin
75b709328e
Merge pull request #5994 from alalek:fix_include_opencv
2016-01-21 05:17:36 +00:00
Alexander Alekhin
5c8907c0e1
Merge pull request #5992 from ejoebstl:master
2016-01-20 16:31:41 +00:00
Alexander Alekhin
9bee835dac
cmake: fix python detection
2016-01-20 19:01:00 +03:00