berak
20b9ff4ff6
opencv_visualization: check cmdline args
8 years ago
Alexander Alekhin
f75f894d73
Merge pull request #6889 from ilya-lavrenov:exif
8 years ago
Sergei Nosov
dce310e03c
provide better error messages
8 years ago
Alexander Alekhin
3c1a002dab
Merge pull request #6883 from ilya-lavrenov:resize
8 years ago
Alexander Alekhin
5e94243222
Merge pull request #6887 from sovrasov:calib_dist_coeffs_check
8 years ago
Alexander Alekhin
07ef396fbb
Merge pull request #6886 from ilya-lavrenov:cuda_docs
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
Alexander Alekhin
3590c3c48e
Merge pull request #6882 from ilya-lavrenov:flann
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
Maksim Shabunin
6c6badb6a6
Merge pull request #6818 from Dikay900:template_patch
8 years ago
Ilya Lavrenov
bcc9010630
fixed memory leak in flann tests
8 years ago
Arthur Cinader
0ed250cb5d
Implement PR feedback:
...
1. Explain grayscale input still read as three channel
2. Fix typo
3. Add more details to image match explanation to include the use of masks
8 years ago
Alexander Alekhin
02aabcca87
Merge pull request #6829 from paroj:fixpp_fe
8 years ago
Alexander Alekhin
39acd4a3fd
Merge pull request #6866 from alalek:gnu_toolchain
8 years ago
Pavel Rojtberg
c1b90a1c22
fisheye: add CALIB_FIX_PRINCIPAL_POINT
8 years ago
Alexander Alekhin
a6b33c3590
Merge pull request #6846 from mbarnach:6086-cuda-initialization
8 years ago
Alexander Alekhin
7176c1327e
Merge pull request #6850 from alalek:bigdata_test
8 years ago
Alexander Alekhin
9b3d65c5e4
Merge pull request #6867 from alalek:fix_lapack
8 years ago
Alexander Alekhin
f9ab93bf0f
Merge pull request #6876 from janstarzy:jni-as-template-redone
8 years ago
Alexander Alekhin
c48e237dd0
Merge pull request #6874 from berak:fix_py_tutorials
8 years ago
Alexander Alekhin
88da03722f
Merge pull request #6786 from terfendail:median_fix
8 years ago
Alexander Alekhin
9ed1474340
Merge pull request #6790 from terfendail:linearresize_accuracy
8 years ago
Alexander Alekhin
88e3d07178
Merge pull request #6791 from terfendail:carotene4android_buildfix
8 years ago
Alexander Alekhin
c8693f01a3
Merge pull request #6792 from paroj:jaccard_distance
8 years ago
Jan Starzynski
479f933970
get/put: more type-safety and code unification using templates
8 years ago
berak
e233f7d199
py_tutorials: fix cv2.findContours return val
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
Andrey Pavlenko
d06bdd5bf6
Merge pull request #6771 from sovrasov:log_doc_fix
8 years ago
Andrey Pavlenko
67a7826da3
Merge pull request #6782 from LaurentBerger:I6780
8 years ago
Andrey Pavlenko
dcaac98569
Merge pull request #6775 from janstarzy:histo-ipp-fix
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
Vitaly Tuzov
04c7d03188
Improved Carotene library linear resize evaluation precision and enabled it as HAL implementation.
8 years ago
Philipp Hasper
00112bbe10
persistence: fixing crash with space-only values
8 years ago
Vitaly Tuzov
e3f5bbd217
Removed unnecessary check for Android API level and unused flags.
8 years ago
Alexander Alekhin
627e2b15b3
Merge pull request #6770 from ealbuz:master
8 years ago
Vitaly Tuzov
c61f7e5334
Fix for median blur of 2-channel images
8 years ago
Alexander Alekhin
630406e006
Merge pull request #6785 from alalek:android_native_level
8 years ago
Alexander Alekhin
3e649895e5
android: increase default native API level 8=>9
8 years ago
Alexander Alekhin
c0fe374490
cmake: python, allow dynamic symbols lookup from libpython.so
8 years ago
LaurentBerger
62a87ce38c
Issue 6780
8 years ago
Vladislav Vinogradov
4382302a6b
fix matrix type for keypoints buffer in CUDA FAST
...
use CV_32FC1 instead of CV_16SC2 since detectAsync uses CV_32FC1
to reallocate the matrix
8 years ago