Ilya Lavrenov
6c42ad5b90
fixed typo
8 years ago
MYLS
cf2d6f6721
solve errors and warnings
...
Modified performance test and solve a problem caused by an enum type.
8 years ago
MYLS
78ca5ddd45
solve errors and warnings
8 years ago
Ilya Lavrenov
87ae4e0564
fixed clone of empty matrix
8 years ago
MYLS
0823ec0ef0
modified performance test
...
For faster test
8 years ago
MYLS
617df09143
Modify Base64 functions and add test and documentation
...
Major changes:
- modify the Base64 functions to compatible with `cvWriteRawData` and so
on.
- add a Base64 flag for FileStorage and outputs raw data in Base64
automatically.
- complete all testing and documentation.
8 years ago
Andreas Franek
13d1ee10be
replaced static const members with static functions for msvc
...
cpmpatability
8 years ago
arybnikov
2deda0e868
Added tests for issues ##4515, 6544
8 years ago
k-shinotsuka
a25dba001d
improve SymmRowSmallVec_8u32s().
8 years ago
catree
7f64f31f66
Fix NAryMatIterator code example.
8 years ago
Philippe FOUBERT
d9a56f6590
Resolves issue #6931
8 years ago
k-shinotsuka
6f8695c178
improve RowVec_8u32s().
8 years ago
Ilya Lavrenov
957bf1452c
added some tests for push_back
8 years ago
Ilya Lavrenov
3bf16da92d
added condition for Qt5
8 years ago
Tomoaki Teshima
3c2f7ecc97
speed up accumulate, accumulateSquare, accumulateProduct and accumulateWeighted using SIMD
...
* use SSE and/or AVX based on configuration
* revise the test to verify the implementation
8 years ago
Ilya Lavrenov
0af3947468
added note about cv::reduce output type for MIN/MAX
8 years ago
thierry
ea911d34c6
remove 2-channel png encoder/decoder support
8 years ago
Ilya Lavrenov
c634e39299
removed extra semicolon
8 years ago
Vladislav Vinogradov
1c8b1b2d2b
add note about "maxCorners <= 0" case in goodFeaturesToTrack
8 years ago
Alexander Alekhin
998c43ffea
videoio: ffmpeg: fix get_fps() implementation
8 years ago
Ilya Lavrenov
c4b57d0ded
disable ippiMinMaxIndx_32f_C1R usage since it crashes on Nans
8 years ago
Vladislav Vinogradov
bfd6ae77f5
Add note that cv::cuda::Stream class is not thread safe
8 years ago
Maksim Shabunin
f698bc1cc2
Fixes header filtering for python bindings generator
8 years ago
Maksim Shabunin
95da5ec245
Restored check chessboard parameters
8 years ago
Maksim Shabunin
3bfe76e24c
Ported PR #4187 to master
8 years ago
Maksim Shabunin
b000663a88
Cleanup
8 years ago
Vladislav Vinogradov
112903c2bd
increase minimal supported CUDA toolkit to 6.5
8 years ago
Maksim Shabunin
8215d20dbf
fixup! Fixed several merge issues
8 years ago
Maksim Shabunin
2a350b11dd
Fixed several merge issues
8 years ago
Tomoaki Teshima
9fca953e62
check the CPU flag correctly
8 years ago
Sergei Nosov
dce310e03c
provide better error messages
8 years ago
Ilya Lavrenov
91d8405e52
stop search of markers in Exif reader to prevent infinite loop
8 years ago
Oliver Schreer
74b83cfce5
Modified and improved the method for chessboard detection. It is now faster and detects chessboards under difficult lighting condition as well as when the chessboard has strong out of plane rotations
8 years ago
Vladislav Sovrasov
ee9a42e9cd
Fix calibration fail on python with CALIB_THIN_PRISM_MODEL flag
8 years ago
Ilya Lavrenov
491b6543da
clarify CUDA arithm operations usage with mask
8 years ago
Alexander Alekhin
1f26e73478
ffmpeg: try to load ffmpeg wrapper dll from the current module directory
8 years ago
Ilya Lavrenov
5bc10ef796
fixed empty image condition in resize
8 years ago
Alexander Alekhin
ddc0b42bc3
migration: github.com/opencv/opencv
8 years ago
Ilya Lavrenov
bcc9010630
fixed memory leak in flann tests
8 years ago
Pavel Rojtberg
c1b90a1c22
fisheye: add CALIB_FIX_PRINCIPAL_POINT
8 years ago
Jan Starzynski
479f933970
get/put: more type-safety and code unification using templates
8 years ago
Tomoaki Teshima
1095076d7f
imgproc: speed up threshold of 64F version using NEON and SSE
...
* use NEON under aarch64 only
* check 64F version correctly
8 years ago
Tomoaki Teshima
59fabb2767
use NEON as same as SSE
8 years ago
Alexander Alekhin
5f269d08b4
bigdata: add test, resolve split/merge issue
8 years ago
Maksim Shabunin
f3bd508e6d
GDCM: several improvements
...
- fixed width and height order
- removed unused methods
- simplified signature matching
- rewrote pixel format matching in more compact form
- added dimensions number check (only 2 is allowed)
- added target buffer size check
- added debug messages in all failing points
8 years ago
Maksim Shabunin
0fd0acf2e3
GDCM: modified compilation scheme
...
- renamed source files
- guard the contents - always include
8 years ago
look4pritam
6f22f49c02
Grassroots DiCoM i.e. GDCM based DICOM image reader is added.
8 years ago
Philipp Hasper
00112bbe10
persistence: fixing crash with space-only values
8 years ago
Vitaly Tuzov
c61f7e5334
Fix for median blur of 2-channel images
8 years ago
Alexander Alekhin
c0fe374490
cmake: python, allow dynamic symbols lookup from libpython.so
8 years ago