Alexander Alekhin
8f96b15e2a
Merge pull request #8024 from catree:fix_typo_py_houghlines
...
Fix typos in py_houghlines tutorial.
8 years ago
Alexander Alekhin
7c91700cc6
Merge pull request #7999 from alalek:fix_lapack
8 years ago
Alexander Alekhin
6f93a3ac5b
Merge pull request #8021 from mshabunin:doc-minor-fixes
8 years ago
Alexander Alekhin
85ef02bc5c
Merge pull request #8023 from sovrasov:fs_add_full_yml_type_heading
8 years ago
Maksim Shabunin
66cdc10010
Minor documentation fixes:
...
- disabled OPTIMIZE_OUTPUT_JAVA
- filtered out *.m scripts
- removed link to old Sphinx documentation
- replaced all mentions of Sphinx with Doxygen
8 years ago
Alexander Alekhin
a2b6b595c2
shape: force column-based vector
8 years ago
Alexander Alekhin
474e5f4cdf
Merge pull request #8026 from catree:fix_link_tutorial_brightness
...
Fix tutorial code link in basic_linear_transform tutorial.
8 years ago
catree
00d2e279d7
Fix tutorial code link in basic_linear_transform tutorial. Add some resource links.
8 years ago
catree
e357e2c1b7
Fix typos in py_houghlines tutorial. Extract the python code in a specific folder.
8 years ago
Alexander Alekhin
1989d94ef5
Merge pull request #7941 from wykvictor:master
8 years ago
Vladislav Sovrasov
896c34fab3
Add support of type headings from YAML1.2
8 years ago
Alexander Alekhin
3668a01fca
eliminate warnings
...
hal_internal.cpp(101): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data
8 years ago
Alexander Alekhin
2b44c0b649
cmake: fix lapack
...
- added compile check with multiple tries for different configurations
- restored find_package(LAPACK)
- avoided modification of OPENCV_LINKER_LIBS
8 years ago
berak
89a740a62f
Merge pull request #8019 from berak:patch-2
...
ml: fix small typo in lr.cpp (#8019 )
8 years ago
logic1988
a8e5d1d9fd
Merge pull request #7978 from logic1988:master
...
Fix error usage in HitMiss tutorial, and improved the visualization results (#7978 )
* Fix error usage in HitMiss tutorial, and improved the visualization results
Fix error usage in HitMiss tutorial, and improved the visualization results
* Update HitMiss.cpp
* Update HitMiss.cpp
8 years ago
Nicholas Nadeau
256aa53326
Merge pull request #7994 from nnadeau:master
...
Fixed exceptions, print statements, and long types for gen_pattern.py to be Python 3 compatible (#7994 )
* fixed exceptions and print statements to be python 3 compatible; removed long type checks (py3 uses int); whitespace reformatting
* Pulled latest svgfig from upstream
f3179a8926
8 years ago
Alexander Alekhin
5b363df2ae
Merge pull request #8000 from mshabunin:fix-opencl-clahe
8 years ago
Vadim Pisarevsky
10e639cdb9
Merge pull request #7966 from Tetragramm:Issue#4235
8 years ago
mshabunin
8c66531c42
imgproc/CLAHE/ocl: Removed unnecessary __local variable
8 years ago
Alexander Alekhin
b7630a088b
cmake: add global defines to enable useful macros
8 years ago
Alexander Alekhin
c9cedf3c5b
Merge pull request #7998 from alalek:fix_7993
8 years ago
Alexander Alekhin
f94e64a0ae
cuda: fix CUDA tests initialization
8 years ago
Tomoaki Teshima
8b22099da2
use universal intrinsic and SSE4 popcount instruction in normHamming
...
- add v_popcount in universal intrinsic
- add test for v_popcount
- add wrapper of popcount for both MSVC and GCC
8 years ago
Vadim Pisarevsky
0c8e069640
Merge pull request #7991 from sovrasov:cmake_find_mkl_x86_fix
8 years ago
Vladislav Sovrasov
7e99911c82
Fix MKL x86 detection on Windows
8 years ago
Vadim Pisarevsky
ec5038f2a7
Merge pull request #7947 from utibenkei:tracking-module-java
8 years ago
Alexander Alekhin
97f5d05d1f
Merge pull request #7960 from catree:tutorial_parallel_for_
...
Add OpenCV parallel_for_ tutorial.
8 years ago
Alexander Alekhin
f4fdd94cf5
Merge pull request #7976 from StevenPuttemans:fix_opencv_annotation_tool
8 years ago
Tetragramm
7cc0b0f93e
Add case including both moments empty.
8 years ago
catree
e16e141c38
Add OpenCV parallel_for_ tutorial.
8 years ago
Vadim Pisarevsky
65598e4075
Merge pull request #7972 from catree:tutorial_brightness
8 years ago
Vadim Pisarevsky
b345c6e552
Merge pull request #7935 from alalek:fix_waitKey
8 years ago
Vadim Pisarevsky
c0cde75d54
Merge pull request #7975 from tomoaki0705:cleanupCalib3dStereo
8 years ago
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