Alexander Alekhin
21d5949e83
fix build
7 years ago
Alexander Alekhin
386f52c7d6
Merge pull request #1747 from alalek:fix_contrib_1746
7 years ago
Alexander Alekhin
f71329637f
face: update FacemarkAAMImpl::delaunay() implementation
...
according new behavior of SubDiv2D
7 years ago
gdemarcq
1f6d6f0626
Merge pull request #1736 from gdemarcq:staticSaliencyFineGrained_corrections
...
* Correction for computeBinaryMap crash:
- the function staticSaliencyFineGrained::computeSaliency() outputs a
normalized floating point image
- Add an assert in StaticSaliency::computeBinaryMap in order to check
image depth (must be CV_32F)
* - Change assert in cv::Saliency::StaticSaliency::computeBinaryMap()
- Change normalization factor in cv::Saliency::StaticSaliencyFineGrained::computeSaliencyImpl()
7 years ago
Alexander Alekhin
1070e7042a
Merge pull request #1733 from cv3d:minor/umat_getmat_access
7 years ago
Hamdi Sahloul
271f2bcf86
UMat::getMat(): Utilize `ACCESS_READ` instead of 0
7 years ago
Alexander Alekhin
97878da58b
Merge pull request #1732 from alalek:fix_debug_build
7 years ago
Alexander Alekhin
2203743cd0
aruco: fix debug build
7 years ago
Alexander Alekhin
645ca12d1d
Merge pull request #1729 from alalek:fix_ovis_build
7 years ago
Alexander Alekhin
8014fda86b
Merge pull request #1727 from kushalvyas:rdf_refactor1
7 years ago
Alexander Alekhin
21f7139e51
ovis: fix build
7 years ago
bini
1612d99c81
refactored include and bib files
7 years ago
Alexander Alekhin
39120af349
Merge pull request #1722 from alalek:fix_assert_messages
7 years ago
Alexander Alekhin
89a7e84178
Merge pull request #1715 from jbeich:clang
7 years ago
Alexander Alekhin
8277ca6aae
opencv-core: avoid using of multi-argument CV_Assert()
...
replace to CV_Assert_N()
7 years ago
Jan Beich
4e10bc5dae
stereo: unbreak with clang 7
...
modules/stereo/src/descriptor.cpp:229:34: error: ordered comparison between pointer and zero ('const int *' and 'int')
CV_Assert(image.size > 0);
~~~~~~~~~~ ^ ~
modules/core/include/opencv2/core/base.hpp:478:84: note: expanded from macro 'CV_Assert'
#define CV_Assert(...) do { CVAUX_CONCAT(CV_Assert_, CV_VA_NUM_ARGS(__VA_ARGS__)) (__VA_ARGS__); } while(0)
^~~~~~~~~~~
modules/core/include/opencv2/core/base.hpp:455:35: note: expanded from macro 'CV_Assert_1'
#define CV_Assert_1( expr ) if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func, __FILE__, __LINE__ )
^~~~
modules/stereo/src/descriptor.cpp:230:33: error: ordered comparison between pointer and zero ('const int *' and 'int')
CV_Assert(cost.size > 0);
~~~~~~~~~ ^ ~
modules/core/include/opencv2/core/base.hpp:478:84: note: expanded from macro 'CV_Assert'
#define CV_Assert(...) do { CVAUX_CONCAT(CV_Assert_, CV_VA_NUM_ARGS(__VA_ARGS__)) (__VA_ARGS__); } while(0)
^~~~~~~~~~~
modules/core/include/opencv2/core/base.hpp:455:35: note: expanded from macro 'CV_Assert_1'
#define CV_Assert_1( expr ) if(!!(expr)) ; else cv::error( cv::Error::StsAssert, #expr, CV_Func, __FILE__, __LINE__ )
^~~~
7 years ago
Alexander Alekhin
f368d83f93
Merge pull request #1717 from alalek:replace_bigendian_check
7 years ago
Alexander Alekhin
acad7bbee5
build: replace big/little endianess check to WORDS_BIGENDIAN macro
7 years ago
Alexander Alekhin
fc1aeac93e
Merge pull request #1716 from trobro:optflow-flann
7 years ago
Alexander Alekhin
ff9a1842f5
Merge pull request #1714 from paroj:ovis_texup
7 years ago
trobro
ac7d1ca613
optflow: is depending on opencv_flann
7 years ago
Pavel Rojtberg
c655c31054
ovis: allow up to 4 active texture units
7 years ago
Pavel Rojtberg
f7e522a1cb
ovis: add updateTexture function and allow grayscale texture format
7 years ago
LaurentBerger
a83b78e29a
Merge pull request #1709 from LaurentBerger/BM3D_STEPALL
...
* Process InputOutputArray when BM3D_STEPALL is set
* Step1 created if needed- noArray in test
7 years ago
Alexander Alekhin
e38c55057a
Merge pull request #1696 from bill2239:fix_densecensus
7 years ago
Li-Chi Huang
e2ad4e8bb4
fix densecensus when compute
7 years ago
Alexander Alekhin
8292bb224c
Merge pull request #1697 from dianlujitao:3.4
7 years ago
dianlujitao
e396a67038
Add python binding and sample for LSD
7 years ago
Alexander Alekhin
67283690bf
Merge pull request #1693 from antonsh26:master
7 years ago
Anton Shutikhin
f4250cae59
Deletes misused buffer in BackgroundSubstractorGMG.
7 years ago
Alexander Alekhin
17e939fa98
Merge pull request #1695 from mshabunin:fix-text
7 years ago
Maksim Shabunin
d7ca0bde0b
text: do not calculate mean for empty angles list
7 years ago
Alexander Alekhin
db3d7e85b8
Merge pull request #1692 from alalek:build_eliminate_gcc8_warnings
7 years ago
Alexander Alekhin
b9d83609de
build: eliminate GCC8 warnings
7 years ago
Alexander Alekhin
e7aa0aa2d4
Merge pull request #1688 from alalek:xfeatures2d_fix_nonfree_tests
7 years ago
Alexander Alekhin
86a6737202
Merge pull request #1687 from alalek:fix_cuda_nonfree_build
7 years ago
Alexander Alekhin
0a8d930341
xfeatures2d(test): disable tests with required non-free code
7 years ago
Alexander Alekhin
d3b03808db
xfeatures2d: fix CUDA nonfree build
7 years ago
Alexander Alekhin
1e096c6c01
Merge pull request #1685 from paroj:ovis_pp
7 years ago
Alexander Alekhin
1c105ce8d8
Merge pull request #1682 from berak:xfeatueres2d_nonfree
7 years ago
Pavel Rojtberg
77f1d272b6
ovis: fix removing lights and cameras from scene
7 years ago
berak
c871e23d18
xfeatures2d: throw CV_Error if not built with OPENCV_ENABLE_NONFREE
7 years ago
Alexander Alekhin
bcddb16e2a
Merge pull request #1662 from alalek:update_autobuffer_api
7 years ago
Alexander Alekhin
d4e0286945
Merge pull request #1679 from SongChiYoung:master
7 years ago
gmedan
02b991a433
Merge pull request #1677 from gmedan:fix-charuco-topology
...
* fix #1665 ChAruco board topology (nearestMarkerIdx) is sensitive to scale
7 years ago
LaurentBerger
2bd8d58513
Merge pull request #1678 from LaurentBerger:MoveAssert
...
* Some bugs in deriche and paillou filter
* Cv_Assert to CV_CheckType
7 years ago
SongChiYoung
edd4514e54
python3 compatible
7 years ago
Alexander Alekhin
c6daea8d85
Merge pull request #1676 from paroj:ovis_pp
7 years ago
Pavel Rojtberg
4f3c9fcb5a
ovis: add setCompositors method
...
enables an ordered chain of full-screen post processing effects
7 years ago
Alexander Alekhin
fc69aa57bc
opencv: use cv::AutoBuffer<>::data()
7 years ago