Christian Richardt
|
6425ac3b13
|
Added color map similar to Matlab's new default color map 'parula'.
|
10 years ago |
Christian Richardt
|
cbaf0ecaf6
|
Fixed triangulation bug http://code.opencv.org/issues/4334.
|
10 years ago |
Maksim Shabunin
|
b95769333c
|
Fixed ANN_MLP dw initialization when moment is not 0
|
10 years ago |
Christian Richardt
|
242e64c08d
|
Fixed triangulation bug http://code.opencv.org/issues/4334.
|
10 years ago |
Martin Ueding
|
1e00a93f97
|
Fix spelling
|
10 years ago |
sgjava
|
0f53526598
|
Added VideoWriter and changed finalize to delete
|
10 years ago |
Marvin Smith
|
ae933db526
|
Fixing the gdal include error that Macports seems to only mess up.
|
10 years ago |
msandler
|
8e82bed459
|
updated cap_libv4l.cpp to support CV_CAP_PROP_POS_MSEC, CV_CAP_PROP_POS_FRAMES and CV_CAP_PROP_FPS
|
10 years ago |
Michaël Sdika
|
ab40c2acf7
|
added the signedGradient varaible to the HOGDescriptor class.
when true, use signed gradient for the angular histogram computation.
default to false for backward compatibility.
|
10 years ago |
Ashod Nakashian
|
7cd198623e
|
Prevent the parent from drawing over OpenGL context.
|
10 years ago |
Nguyen Nguyen
|
58dd70e8dc
|
Revert support for audio
|
10 years ago |
Nguyen Nguyen
|
53ff537f1c
|
temporary fixes
|
10 years ago |
Maksim Shabunin
|
01c3d491e7
|
Fixed python crash when both cv2.imshow and gtk module are used
|
10 years ago |
Vincent Rabaud
|
f052b0bc4d
|
get code to compile on Ubuntu Saucy
A define was forgotten for the codecs and there was a typo for
another.
|
10 years ago |
laurentBerger
|
3a53e726dd
|
example BLOB_MSER and fixed bug in blobdetector
|
10 years ago |
Marek Nogacki
|
d59a6b29d5
|
fixed http://code.opencv.org/issues/4276 - removed drawing thickness upper limit
|
10 years ago |
Nguyen Nguyen
|
a5814871d9
|
Adding audio to opencv
|
10 years ago |
Vladislav Vinogradov
|
f10537cdd6
|
fix tests compilation issue on Windows
|
10 years ago |
Vladislav Vinogradov
|
9d294cbcf5
|
fix performance tests in tiny mode
|
10 years ago |
Vladislav Vinogradov
|
f1bec940b1
|
fix accuracy tests in tiny mode
|
10 years ago |
Vladislav Vinogradov
|
dd93d48be4
|
turn on stereob instantiates that required for tests
|
10 years ago |
Vladislav Vinogradov
|
ad3123adfd
|
turn on some instantiates that required for other primitives
|
10 years ago |
Vladislav Vinogradov
|
f939d80f4c
|
fixed seg faults
|
10 years ago |
Vladislav Vinogradov
|
ee316758ca
|
reduce color instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
6d7a61cbdc
|
reduce copy_make_border instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
b44b1ab47b
|
reduce matrix_reductions instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
2e47a1a61b
|
reduce pyramids instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
72685cf01c
|
reduce resize instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
612888c066
|
reduce remap instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
e7b55f4982
|
reduce warp instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
3004f5fa30
|
reduce stereobm instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
9682d2afff
|
reduce element_operations instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
87d655325c
|
reduce add_weighted instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
db25e44a17
|
reduce brute_force_matcher instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
b7a9e672c5
|
reduce bilateral filter instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
8e49ab1d3b
|
reduce filter2d instantiates for tiny build
|
10 years ago |
Vladislav Vinogradov
|
00c36e88ef
|
reduce separable filter instantiates for tiny build
|
10 years ago |
Alexander Smorkalov
|
e49e75da06
|
OpenCV patch verison++.
|
10 years ago |
Vladislav Vinogradov
|
1d40946959
|
Bug #4315 : fix CUDA bitwise operations with mask
(cherry picked from commit d87c30dc84 )
|
10 years ago |
lujia
|
17cc5e2c40
|
bugfix_for_hog_detectMultiScale_with_weights
(cherry picked from commit 7ce116695d )
|
10 years ago |
Vladislav Vinogradov
|
4b14400976
|
disable several heavy performance tests
(cherry picked from commit cbdddb473c )
|
10 years ago |
Vladislav Vinogradov
|
4704a254f7
|
disable Video_PyrLKOpticalFlowDense performance test
sanity fails on Maxwell and CUDA 7.0 due to unknow reason
(cherry picked from commit b4c2891ef3 )
|
10 years ago |
Vladislav Vinogradov
|
7708e9882e
|
use border extrapolation for central pixel in pyrDown
in case if image has odd dimension
(cherry picked from commit 1325213303 )
|
10 years ago |
Vladislav Vinogradov
|
fe1bd0cc2f
|
fix racecheck warning in scanRows kernel
(cherry picked from commit fb15bdfb21 )
|
10 years ago |
Vladislav Vinogradov
|
a752f25944
|
increase epsilon for solvePnPRansac function
(cherry picked from commit 9d2d173485 )
|
10 years ago |
Maksim Shabunin
|
c137ba53a0
|
Wrap ANN_MLP class into Python
|
10 years ago |
Vladislav Vinogradov
|
d87c30dc84
|
Bug #4315 : fix CUDA bitwise operations with mask
|
10 years ago |
cbalint13
|
fb56d5c482
|
Squash all BRISK commits into one.
|
10 years ago |
Vadim Pisarevsky
|
d280205245
|
fixed compile errors on ARM, as well as failures in OCL_Dft* regression tests
|
10 years ago |
Vadim Pisarevsky
|
0ee8634b2f
|
fixed random failures in Core_DFT.complex_output2 test (the case of input_mat.cols == 1)
|
10 years ago |