Vadim Pisarevsky
85474f581d
Merge pull request #7983 from LaurentBerger:docFindcontours
8 years ago
Alexander Alekhin
e6d7989b20
Merge pull request #7986 from atinfinity:pullreq/170109-add_USE_AVX2_condition
8 years ago
Maksim Shabunin
406fe899d5
Merge pull request #7965 from D-Barber:stereoCalibrateR2T2CalculationTinyDocumentationFix
8 years ago
atinfinity
b3c77e664d
added to check the support of AVX2
8 years ago
LaurentBerger
e6f27240d5
dd a note in findcontours doc
8 years ago
StevenPuttemans
46fa9a6bd4
fix some issues with skipping files and old redundant code
8 years ago
Tomoaki Teshima
f1aae52daf
clean up unused #if
8 years ago
Alexander Alekhin
45f0cf0d41
Merge pull request #7959 from alalek:fix_7957
8 years ago
catree
a891caa755
Use directly the doxygen snippet command for the Changing the contrast and brightness of an image tutorial. Extend the tutorial with a pratical example and with a gamma correction method to adjust the brightness of an image.
8 years ago
Tetragramm
d33d37ffd9
Add check for all zero moments. If one of the shapes is empty, the match would return zero distance between the shapes even when the other one had content. It now returns DBL_MAX if no moments had value.
8 years ago
Duncan Barber
1c3b9d7591
Tiny documentation fix in stereoCalibrate
...
Modified the (R2,T2) computation documentation in the stereoCalibrate function documentation to display on two lines for clarity
8 years ago
Alexander Alekhin
9be630466f
Merge pull request #7948 from LorenaGdL:hitmiss_tutorial
8 years ago
Alexander Alekhin
fa36b9d345
imgproc: fix using of uninitialized edge[] members in FillConvexPoly
8 years ago
Lorena García
3650ec02be
HitMiss tutorial
8 years ago
Bryce Evans
a85b4b5805
Merge pull request #7942 from bae43:fix-typos
...
Fix Documentation Typos (#7942 )
8 years ago
Matt Bennett
c3a8db6d6c
Merge pull request #7952 from mattmyne:JSONWriteFixTrailingDecimalPoint
...
Append zero to trailing decimal place for FileStorage JSON write of a float or double value (#7952 )
* Fix for FileStorage JSON write of a float or double value that has no fractional part; appends a zero character after the trailing decimal place to meet JSON standard.
* strlen return to size_t type rather than unnecessary cast to int
8 years ago
Alexander Alekhin
23e53a32e5
Merge pull request #7950 from BadrinathS:firstbugfix-lr_opencv
8 years ago
BadrinathS
d1f727191f
Resolving issue #7924
8 years ago
utibenkei
579ffbf97e
Added Java wrapping for tracking module
8 years ago
Alexander Alekhin
3153450756
Merge pull request #7946 from SSteve:master
8 years ago
Steve
8a6fabed83
Avoid segmentation fault
...
Change `<=` to `<` to avoid accessing the first character of an empty string
8 years ago
Yakun Wang
c6f666a02b
BufferPool is used for temporary buffer, use mat create directly
8 years ago
wykvictor
5fad2a3f24
Speedup MedianFilter::apply() when calling repeatedly
...
Speedup MedianFilter::apply(), avoid to newly create the two GpuMat every time calling filter->apply(), which is very time consuming.
8 years ago
Alexander Alekhin
d015b55e6b
highgui: preserve waitKey -1 return value
8 years ago
Raj Natarajan
b7a053b0e5
Issue-7310: Updated imwrite doc to correct default setting for IMWRITE_PNG_COMPRESSION and clarified existing doc a bit.
8 years ago
Alexander Alekhin
7dd3723abe
Merge tag '3.2.0'
8 years ago
Alexander Alekhin
70bbf17b13
OpenCV Version++
...
3.2.0
8 years ago
Vadim Pisarevsky
0bd68671bd
restored OpenBLAS detection; fixed MKL's lapack header ( #7921 )
8 years ago
Alexander Alekhin
d0f883524e
cmake(osx): fix CoreImage error ( #7916 )
8 years ago
Vadim Pisarevsky
ad74fdd7cc
moved BLAS/LAPACK detection scripts from opencv_contrib/dnn to the main repository ( #7918 )
...
* moved BLAS/LAPACK detection scripts from opencv_contrib/dnn to the main repository.
* trying to fix the bug with undefined symbols sgesdd_ and dgesdd_
* removed extra whitespaces; disabled LAPACK on IOS
8 years ago
Alexander Alekhin
ce06fbdf77
Merge pull request #7901 from peterentwistle:fixClassifierTutorialLinks
8 years ago
Alexander Alekhin
090c46eca2
Merge pull request #7915 from alalek:CvMat
8 years ago
Alexander Alekhin
dc31ddc80a
photo: fix InputArray -> CvMat
8 years ago
Alexander Alekhin
ca6beb9ca8
calib3d: fix InputArray -> CvMat
8 years ago
Vitaly Tuzov
be7d060ea4
Merge pull request #7802 from terfendail:ovxhal_wrappers_migration
...
* OpenVX HAL updated to use generic OpenVX wrappers
* vxErr class from OpenVX HAL replaced with ivx::WrapperError
* reduced usage of vxImage class from OpenVX HAL replaced with ivx::Image
* vxImage class rewritten as ivx::Image subclass that calls swapHandle prior release
* Fix OpenVX HAL build
* Fix for review comments
8 years ago
Peter Entwistle
b3900c5dfe
Fixed broken links in the cascade classifier tutorial
8 years ago
Alexander Alekhin
a4db9833f7
Merge pull request #7885 from alalek:release-3.2.0-rc
8 years ago
Alexander Alekhin
ece08374a1
Merge pull request #7838 from khnaba:morphology-32f
8 years ago
Vadim Pisarevsky
c64ac42b27
Merge pull request #7852 from savuor:fix/orb_rotation
8 years ago
Vadim Pisarevsky
01de65c2e9
Merge pull request #7887 from kevinhughes27:traincascade-baseformat-fix
8 years ago
Alexander Alekhin
8d6500be20
Merge pull request #7687 from apavlenko:vx-hal
8 years ago
Kevin Hughes
0d32bec5c3
add the type_id to the old save format
8 years ago
apavlenko
2312131e27
moving HAL-related CMakeLists.txt to 'hal' sub-dir
8 years ago
apavlenko
bbfbdd9da1
moving hal to a separate folder
8 years ago
Alexander Alekhin
ccd32f6608
Merge pull request #7897 from alalek:fix_ffmpeg_check
...
cmake: fix ffmpeg check code (port into master #7893 )
8 years ago
Alexander Alekhin
d85c11e525
OpenCV version++
...
3.2.0-rc
8 years ago
Alexander Alekhin
3e1695d6e3
cmake: fix ffmpeg check code
8 years ago
Alexander Alekhin
2638abe12b
Merge pull request #7694 from sergiud:cmake-config-optional-components
8 years ago
Alexander Alekhin
86bb523991
Merge pull request #7871 from savuor:fix/openvx_cvt_on
8 years ago
Alexander Alekhin
5a07e102fa
Merge pull request #7896 from alalek:fix_add_testdata
8 years ago