cbalint13
9b87c22e01
Fix bugs in non-max suppression routine.
10 years ago
Vadim Pisarevsky
9fbd1d68ad
refactored div & pow funcs; added tests for special cases in pow() function.
...
fixed http://code.opencv.org/issues/3935
possibly fixed http://code.opencv.org/issues/3594
10 years ago
Roman Donchenko
e01b485ac6
Merge pull request #3973 from xsorifc28:patch-1
10 years ago
cbalint13
bbdf21679f
Leave AGAST at thresold=10, cosmetic for perf tests.
10 years ago
cbalint13
e2f74309f7
Default AGAST threshold is 40 (as authors recomandation)
10 years ago
cbalint13
0ec5561b4e
Adjust AGAST perftest to be at parity (better) with FAST ones.
10 years ago
Vadim Pisarevsky
74e2b8cbcb
fixed invalid output of cv::dft when using DFT_ROWS + DFT_COMPLEX_OUTPUT ( http://code.opencv.org/issues/3428 )
10 years ago
Vadim Pisarevsky
7918267d02
fixed U non-orthogonality in SVD ( http://code.opencv.org/issues/3801 )
10 years ago
Vadim Pisarevsky
135fa85e8f
added vector<bool> support ( http://code.opencv.org/issues/3826 )
10 years ago
Vadim Pisarevsky
d8f360316d
fixed http://code.opencv.org/issues/3828 , added test. thanks to berak for the patch
10 years ago
lujia
b73894b271
bugfix_for_hog_detectMultiScale_with_weights
10 years ago
Vadim Pisarevsky
0746ec7035
fixed http://code.opencv.org/issues/4278
10 years ago
Vadim Pisarevsky
a8226814c5
fixed http://code.opencv.org/issues/4189
10 years ago
Vadim Pisarevsky
30a3ff0de6
fixed compile errors on OSX and other systems where ffmpeg is detected manually, not via pkg-config
10 years ago
Philipp Hasper
dadf53f17c
Doxygen: replaced @includelineno by @include to enable copy-pasting
10 years ago
AfterEight
f39d351d04
Modified resetCvImage() in cap_ximea.cpp, so that the IplImage* frame is also updated after the resolution has changed via set(CV_CAP_PROP_FRAME_WIDTH, value)/set(CV_CAP_PROP_XI_DOWNSAMPLING, value)
...
Conflicts:
modules/highgui/src/cap_ximea.cpp
10 years ago
cbalint13
0039690f11
Merge branch 'master' of https://github.com/Itseez/opencv into brisk
10 years ago
Vadim Pisarevsky
07e07655d4
Merge pull request #3967 from Belev:fix-typo
10 years ago
Vadim Pisarevsky
e60dcc9b3b
Merge pull request #3966 from Dikay900:master_diff_to_2_4_2
10 years ago
Vadim Pisarevsky
7245803405
Merge pull request #3954 from martin-ueding:master
10 years ago
Vadim Pisarevsky
ce7812fcb0
Merge pull request #3962 from apavlenko:fix_polylines_empty
10 years ago
Maksim Shabunin
bcf02ae439
Merge pull request #3678 from mshabunin:explicit-sse-disable
10 years ago
Vadim Pisarevsky
8919c3162d
Merge pull request #3964 from Dikay900:master_diff_to_2_4
10 years ago
Belev
2200e0fb7e
Fix typo
...
Fixed difference in the given arguments to the ellipse function and the description after that
Fixed two more typos
Replaced unnecessary the with to
10 years ago
cbalint13
0ded2984b8
Merge remote-tracking branch 'upstream/master' into brisk
10 years ago
Samed Ozdemir
5e44aa37ff
Fixed a typo, "requited" -> "required"
10 years ago
Maksim Shabunin
9efc57f24b
Increased perf_imgproc.moments max error
10 years ago
kalistratovag
20156d1eeb
Adding 1 to moments to avoid tests fails
10 years ago
Maksim Shabunin
1138a38dbe
Use explicit no-sse flags when SSE is off
...
Also:
- Silence clang warnings about unsupported command line arguments
- Add diagnostic print to calib3d test
- Fixed perf test relative error check
- Fix iOS build problem
10 years ago
Thomas Gabrowski
63dbeeaac5
Fix iOS warnings about implicit conversion precision by changing double literals to float ones
...
Conflicts:
modules/contrib/include/opencv2/contrib/retina.hpp
10 years ago
Mansour Moufid
655b28ee0c
Use the CMake find_library command to find the FFmpeg libraries.
...
Conflicts:
cmake/OpenCVFindLibsVideo.cmake
10 years ago
Roman Donchenko
5455e38e15
cap_msmf.hpp: fix a warning about nNull being unused
...
The two functions featuring nNull are not particularly needed, so
I simply removed them.
Conflicts:
modules/highgui/src/cap_msmf.hpp
10 years ago
Mansour Moufid
b99f7a29df
Cast some image coordinates and sizes to double.
...
Conflicts:
modules/gpu/perf/perf_imgproc.cpp
Cast a long integer to double explicitly.
Conflicts:
modules/python/src2/cv2.cpp
Cast some matrix sizes to type int.
Change some vector mask types to unsigned.
Conflicts:
modules/core/src/arithm.cpp
10 years ago
Luis Díaz Más
b599774e30
Fix a bug that impede to set the trackbar pos using the Qt control panel
...
Conflicts:
modules/highgui/src/window_QT.cpp
10 years ago
Luis Díaz Más
e6f7e96ff4
Fixing the bug #4244 that I just reported in code.opencv.org
10 years ago
Craig Reynolds
b4c7c011b7
In cvAddText, construct QString from "text" using fromUtf8.
10 years ago
Boris Daskalov
3b5530fb67
Fix a bad free space check in icvGrowSeq.
...
A difference of two pointers was casted to unsigned which can lead to
overflow on 64-bit systems.
10 years ago
Vladimir Kolesnikov
2c73e49dac
Not block PDB file in multithreaded build on Windows.
...
If used cl compiler, but generator is not Visual Studio e.g. Ninja,
enable FS option to prevent blocking PDB file in multithreaded build.
10 years ago
Alexander Nitsch
d6c95621e8
Implement CMAKE_CURRENT_LIST_DIR for older CMake
...
The use of built-in CMAKE_CURRENT_LIST_DIR requires at least
CMake 2.8.3. This fix properly defines the variable to allow its
use in versions < 2.8.3 as well.
Fixes issue #4205 .
Exclude >= 2.8.3 from reimplementation of CMAKE_CURRENT_LIST_DIR
This avoids violation of possible future CMake policy checks
regarding reserved/read-only variables.
10 years ago
Milania1
b94c513cee
fixed error in hough lines tutorial (the point (9,4) is not on the lines, but the point (4,9) is)
...
Conflicts:
doc/tutorials/imgproc/imgtrans/hough_lines/hough_lines.rst
10 years ago
Ilya Lavrenov
614edafe73
typo
10 years ago
Dikay900
9f7548ab89
update openni sample comments referring #81
10 years ago
Andrey Pavlenko
d2409d12c6
porting polylines with empty `vector<Point>` from 2.4 to master
10 years ago
Alexander Alekhin
6a5f413f27
Merge tag '3.0.0-rc1'
10 years ago
Vadim Pisarevsky
755527a90a
Merge pull request #3958 from ilya-lavrenov:cuda_aarch64
10 years ago
Vadim Pisarevsky
1e90b2f51d
Merge pull request #3957 from dhood:fm-8pt-bug
10 years ago
Ilya Lavrenov
f57063efa2
port of aarch64 cuda changes from 2.4
10 years ago
Alexander Alekhin
b057a62c8b
Set status to rc
10 years ago
Vadim Pisarevsky
12a3156aff
Merge pull request #3955 from vpisarev:fixed_mjpeg_encoder
10 years ago
Deanna Hood
eee210f3b5
Fix Bug #3441 , #4072 , #4173 : 8-point fundamental matrix calculation error
10 years ago