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
9 years ago
Alexander Alekhin
02aabcca87
Merge pull request #6829 from paroj:fixpp_fe
9 years ago
Alexander Alekhin
39acd4a3fd
Merge pull request #6866 from alalek:gnu_toolchain
9 years ago
Pavel Rojtberg
c1b90a1c22
fisheye: add CALIB_FIX_PRINCIPAL_POINT
9 years ago
Alexander Alekhin
a6b33c3590
Merge pull request #6846 from mbarnach:6086-cuda-initialization
9 years ago
Alexander Alekhin
7176c1327e
Merge pull request #6850 from alalek:bigdata_test
9 years ago
Alexander Alekhin
9b3d65c5e4
Merge pull request #6867 from alalek:fix_lapack
9 years ago
Alexander Alekhin
f9ab93bf0f
Merge pull request #6876 from janstarzy:jni-as-template-redone
9 years ago
Alexander Alekhin
c48e237dd0
Merge pull request #6874 from berak:fix_py_tutorials
9 years ago
Alexander Alekhin
88da03722f
Merge pull request #6786 from terfendail:median_fix
9 years ago
Alexander Alekhin
9ed1474340
Merge pull request #6790 from terfendail:linearresize_accuracy
9 years ago
Alexander Alekhin
88e3d07178
Merge pull request #6791 from terfendail:carotene4android_buildfix
9 years ago
Alexander Alekhin
c8693f01a3
Merge pull request #6792 from paroj:jaccard_distance
9 years ago
Jan Starzynski
479f933970
get/put: more type-safety and code unification using templates
9 years ago
berak
e233f7d199
py_tutorials: fix cv2.findContours return val
9 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
9 years ago
Tomoaki Teshima
59fabb2767
use NEON as same as SSE
9 years ago
Andrey Pavlenko
d06bdd5bf6
Merge pull request #6771 from sovrasov:log_doc_fix
9 years ago
Andrey Pavlenko
67a7826da3
Merge pull request #6782 from LaurentBerger:I6780
9 years ago
Andrey Pavlenko
dcaac98569
Merge pull request #6775 from janstarzy:histo-ipp-fix
9 years ago
Alexander Alekhin
5f269d08b4
bigdata: add test, resolve split/merge issue
9 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
9 years ago
Maksim Shabunin
0fd0acf2e3
GDCM: modified compilation scheme
...
- renamed source files
- guard the contents - always include
9 years ago
look4pritam
6f22f49c02
Grassroots DiCoM i.e. GDCM based DICOM image reader is added.
9 years ago
Vitaly Tuzov
04c7d03188
Improved Carotene library linear resize evaluation precision and enabled it as HAL implementation.
9 years ago
Philipp Hasper
00112bbe10
persistence: fixing crash with space-only values
9 years ago
Vitaly Tuzov
e3f5bbd217
Removed unnecessary check for Android API level and unused flags.
9 years ago
Alexander Alekhin
627e2b15b3
Merge pull request #6770 from ealbuz:master
9 years ago
Vitaly Tuzov
c61f7e5334
Fix for median blur of 2-channel images
9 years ago
Alexander Alekhin
630406e006
Merge pull request #6785 from alalek:android_native_level
9 years ago
Alexander Alekhin
3e649895e5
android: increase default native API level 8=>9
9 years ago
Alexander Alekhin
c0fe374490
cmake: python, allow dynamic symbols lookup from libpython.so
9 years ago
LaurentBerger
62a87ce38c
Issue 6780
9 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
9 years ago
Jan Starzynski
7f896643e9
fix for buffer-overflow in IPPCalcHistInvoker::operator()
9 years ago
Arthur Cinader
a6ade2b914
Add the mask to the template matching demo documentation.
9 years ago
Vladislav Sovrasov
a2ec23c112
Update cv::log documentation
9 years ago
Alexandr Kondratev
f5b96eb828
Merge branch 'master' of https://github.com/Itseez/opencv
9 years ago
Alexandr Kondratev
179998a8a2
highgui module: window_QT mouse wheel reuse variable delta instead call evnt->delta()
9 years ago
Elif Albuz
8f91529edf
Add Carotene - NVIDIA Hardware-Abstraction-Layer for ARM platforms
9 years ago
Elif Albuz
c65d2a0d86
Add Carotene - NVIDIA Hardware-Abstraction-Layer for ARM platforms
9 years ago
Andreas Franek
8d43e2b945
fixed the cuda optical flow error normalization factor
...
texture channels were not considered correctly, nor was the cuda texture
normalization
9 years ago
Alexander Alekhin
22682f933a
Merge pull request #6760 from alalek:issue_6653
9 years ago
Alexander Alekhin
da69cd08db
Merge pull request #6768 from tomoaki0705:fixEstimateAffine3DThreshold
9 years ago
Alexandr Kondratev
4e63bd04e5
highgui module: mouse wheel - modification keys fixed, wheel event value is CV_EVENT_MOUSEWHEEL or CV_EVENT_MOUSEHWHEEL
9 years ago
Tomoaki Teshima
0e380ff15d
calib3d: compare error and threshold both in square
...
* resolve #5183
9 years ago
Alexander Alekhin
96919156e7
Merge pull request #6761 from alalek:fix_warnings
9 years ago
Alexandr Kondratev
040409aac5
Merge branch 'master' of https://github.com/Itseez/opencv
9 years ago
Alexandr Kondratev
1f2e159054
highgui module: using event->scroll.delta_{x,y} instead parsing direction and added widget event mask GDK_SMOOTH_SCROLL_MASK for GTK>=3.4
9 years ago
Alexandr Kondratev
7dcac647e5
highgui module: a bit readable onMouse flags mapping
9 years ago