aravind
|
7ad849718c
|
Fixed Fisheye Camera model documentation.
|
9 years ago |
Alexander Alekhin
|
46662ccd99
|
Merge pull request #6136 from mbarnach:6135-Fix-upperbody_xml_in_cuda
|
9 years ago |
Mathieu Barnachon
|
9a44e92193
|
Fix the missing - in file.
|
9 years ago |
Alexander Alekhin
|
06ea7094f5
|
Merge pull request #6129 from mzajko:xi_new_param
|
9 years ago |
Marian Zajko
|
e55a053d71
|
ximea new param
- added CAP_PROP_XI_SENSOR_BOARD_TEMP parameter
- added acquisition resetting for paramters that require it
|
9 years ago |
Alexander Alekhin
|
2549bafe4f
|
Merge pull request #6121 from mshabunin:fix-check-imencode-exif
|
9 years ago |
Maksim Shabunin
|
03d6d2041a
|
Merge pull request #6113 from rahulchhabra07:patch-1
|
9 years ago |
Maksim Shabunin
|
a54870aace
|
Added filename emptyness check to the Exif reader, fixes 6120
|
9 years ago |
Alexander Alekhin
|
8c591ebd77
|
Merge pull request #6060 from alalek:fix_opencl_opengl_sharing_6052
|
9 years ago |
Maksim Shabunin
|
d1a2c73228
|
Merge pull request #6090 from alalek:feature_6089
|
9 years ago |
Maksim Shabunin
|
1aeff45631
|
Merge pull request #6103 from mshabunin:add-get-samples
|
9 years ago |
Maksim Shabunin
|
8c29380471
|
Merge pull request #6105 from mshabunin:tutorial-folder-correction
|
9 years ago |
Maksim Shabunin
|
28dd315ef3
|
Merge pull request #6104 from alalek:issue_6102
|
9 years ago |
Alexander Alekhin
|
84bf7680c7
|
Merge pull request #6100 from alalek:fix_5934
|
9 years ago |
Rahul Chhabra
|
232f564011
|
Update imgproc.hpp
In reference to Issue #6110, the order of markerType and color is changed.
|
9 years ago |
Maksim Shabunin
|
6c0c0466c6
|
Tutorials: moved Megamind.avi files to samples/data folder
|
9 years ago |
Maksim Shabunin
|
359acc0d33
|
Tutorials: moved imgcodecs and videoio tutorials to separate pages
|
9 years ago |
Alexander Alekhin
|
f48cda2f95
|
test: initialize test data in test_umat.cpp (6102)
|
9 years ago |
Maksim Shabunin
|
54abb83c82
|
ml: moved getTestSamples implementation to src
|
9 years ago |
ahb
|
15793b1301
|
add TestData::getTestSamples()
|
9 years ago |
Alexander Alekhin
|
80102b76f9
|
Merge pull request #6074 from alalek:ffmpeg_interrupt_callback_compatibility
|
9 years ago |
Alexander Alekhin
|
b2ca10a81f
|
cmake: fix find_library() for bzip2
|
9 years ago |
Alexander Alekhin
|
c7bdbef504
|
ocl: fix OpenGL sharing detection (6052)
Apple OpenCL framework hasn't OpenGL sharing extension
|
9 years ago |
Alexander Alekhin
|
87bbaa2c27
|
ocl: OpenCL headers are located in "CL" subfolder (3rdparty/include)
|
9 years ago |
Alexander Alekhin
|
2c4ed7f8a5
|
Merge pull request #6051 from mshabunin:fix-cap-qtkit
|
9 years ago |
Alexander Alekhin
|
5efadcb335
|
Merge pull request #6042 from Dmitry-Me:reduceVariablesScope
|
9 years ago |
Alexander Alekhin
|
8ac96eecd2
|
Merge pull request #6073 from alalek:fix_5897
|
9 years ago |
Alexander Alekhin
|
b529b37d06
|
Merge pull request #6032 from mzajko:ximea_getprop_update
|
9 years ago |
Alexander Alekhin
|
9ac35173e3
|
cmake: remove non-ascii symbols
|
9 years ago |
Alexander Alekhin
|
1dac67f013
|
cmake: add version control revision info for extra modules
|
9 years ago |
Alexander Alekhin
|
de8b3ee231
|
cmake: add timestamp into build info log (6089)
|
9 years ago |
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.
|
9 years ago |
Alexander Alekhin
|
e4dc479e95
|
Merge pull request #6088 from mshabunin:fix-exif-parsing
|
9 years ago |
Alexander Alekhin
|
afdcfccdae
|
Merge pull request #6082 from alekcac:alekcac-readme-changes
|
9 years ago |
Maksim Shabunin
|
7ba9b4fd1a
|
Merge pull request #6085 from StevenPuttemans:add_at_matrix_info
|
9 years ago |
Maksim Shabunin
|
112aa49104
|
ExifReader::getFormat : check buffer length before accessing, fixes 6059
|
9 years ago |
Steven Puttemans
|
cd96df1407
|
Update mat.hpp
|
9 years ago |
Steven Puttemans
|
a70c54f2c5
|
Added suggestions from PR6068
As discussed here: https://github.com/Itseez/opencv/pull/6068#issuecomment-180797723
|
9 years ago |
Alexander Shishkov
|
4f5497837a
|
Removed gittip link
This project is dead from 1st September last year
|
9 years ago |
Alexander Alekhin
|
f9f5313670
|
Merge pull request #6075 from pranavg189:master
|
9 years ago |
Pranav Ganorkar
|
4a5ed70175
|
removed dirname variable
|
9 years ago |
Alexander Alekhin
|
c09b6000c6
|
ffmpeg: compatibility guard for interrupt callback feature
|
9 years ago |
Alexander Alekhin
|
c10c8db97d
|
cmake: skip checks for host paths on cross-compilation (5897)
|
9 years ago |
Alexander Alekhin
|
e04f372083
|
Merge pull request #6068 from StevenPuttemans:add_at_matrix_info
|
9 years ago |
Alexander Alekhin
|
0e909aa676
|
Merge pull request #6067 from StevenPuttemans:adapt_cmake
|
9 years ago |
StevenPuttemans
|
873399705d
|
add clarification on the acces paramter of the at operator
|
9 years ago |
StevenPuttemans
|
6cdf3116c4
|
deactivate build options by default that are not supposed the be ON by default
|
9 years ago |
Alexander Alekhin
|
b148ef2b1f
|
Merge pull request #6053 from peters:master
|
9 years ago |
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.
|
9 years ago |
Alexander Alekhin
|
b2d44663fd
|
Merge pull request #6058 from sturkmen72:documentation_fix_cv_repeate
|
9 years ago |