Vadim Pisarevsky
3f180b0ad9
Merge pull request #4007 from martin-ueding:master
10 years ago
Martin Ueding
1e00a93f97
Fix spelling
10 years ago
sgjava
0f53526598
Added VideoWriter and changed finalize to delete
10 years ago
laurentBerger
780f4ae7c5
try to implement remark included in message
10 years ago
Vadim Pisarevsky
4af2eb22ab
Merge pull request #3974 from StevenPuttemans:fix_RGB_naming_master
10 years ago
Vadim Pisarevsky
5de9d8e6e1
Merge pull request #3994 from mshabunin:fix-gtk-crash
10 years ago
Vadim Pisarevsky
d3ef3cff94
Merge pull request #3996 from Ashod:opengl_context_clip
10 years ago
Vadim Pisarevsky
568303ac7f
Merge pull request #3993 from vrabaud:master
10 years ago
Vadim Pisarevsky
09c26d6805
Merge pull request #3999 from berak:features2d_tutorial_fix
10 years ago
Vadim Pisarevsky
939c1d2474
Merge pull request #4000 from sdika:HOGSignedGradient
10 years ago
Vadim Pisarevsky
b8d40b4ad5
Merge pull request #4002 from marvins:gdal-fix
10 years ago
Marvin Smith
ae933db526
Fixing the gdal include error that Macports seems to only mess up.
10 years ago
laurentBerger
dfc508bb15
problem float constant and position of > in vector
10 years ago
laurentBerger
05bc7621e6
trailing whitespace
10 years ago
laurentBerger
a94fdbe0f0
Example about BLOB with a new image in data folder
10 years ago
berak
3fe69f4e67
small fixes for features2d tutorials
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
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
Vadim Pisarevsky
a31b29308f
Merge pull request #3919 from cbalint13:brisk
10 years ago
Marek Nogacki
d59a6b29d5
fixed http://code.opencv.org/issues/4276 - removed drawing thickness upper limit
10 years ago
Vadim Pisarevsky
f49544f310
Merge pull request #3987 from vpisarev:core_fixes_part_1
10 years ago
Vadim Pisarevsky
7a3c0cb70e
Merge pull request #3991 from mshabunin:python-underscore
10 years ago
Vadim Pisarevsky
1756590117
Merge pull request #3985 from StevenPuttemans:fix_imread_parameters
10 years ago
Maksim Shabunin
c137ba53a0
Wrap ANN_MLP class into Python
10 years ago
cbalint13
6b1d5e48b6
Merge branch 'brisk' of https://github.com/cbalint13/opencv into brisk
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
Vadim Pisarevsky
73f760fdf0
some more compile warnings fixed
10 years ago
Vadim Pisarevsky
931a519969
fixed warning in mathfuncs
10 years ago
StevenPuttemans
0baaf0a60f
fixing old variables in documentation and transfering to the new interface
10 years ago
Vadim Pisarevsky
63a63e3eaa
extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed
10 years ago
cbalint13
2c6114f58d
Force newer build over buildbot.
10 years ago
cbalint13
8ba1ec22e4
Force buildbot to rebuild.
10 years ago
Maksim Shabunin
4bf6bd3d37
Merge pull request #3972 from PhilLab:docLineno
10 years ago
StevenPuttemans
34dacdea32
fixing all RGB instances to BGR where needed
10 years ago
Vadim Pisarevsky
5b9182ba43
reenabled conjugate gradient solver test
10 years ago
Vadim Pisarevsky
5a31f6b4e1
ok, so probably the failure in downhill simplex has been finally solved
10 years ago
Vadim Pisarevsky
2ec92ba440
added test for http://code.opencv.org/issues/1918
10 years ago
Vadim Pisarevsky
01e351de37
refactored downhill simplex implementation a bit; hopefully, fixed the bug with random failures in the tests
10 years ago
Ruslan Baratov
441f93d58d
Unify iOS platform check
...
There is only one place that use condition `CMAKE_SYSTEM_NAME STREQUAL iOS`.
All other `if` command use just IOS.
10 years ago
Vadim Pisarevsky
a33d7928a4
Fixed getContinuousSize() to handle huge matrices properly. This should solve http://code.opencv.org/issues/3232
10 years ago
Vadim Pisarevsky
9c0b740b84
improved randShuffle as suggested by John Stark in http://code.opencv.org/issues/3730
10 years ago
Vadim Pisarevsky
96b5ec14d4
fixed bug with simplex initialization in Downhill solver (thanks to Toby Rule for the patch): http://code.opencv.org/issues/3990 .
...
re-enabled Downhill solver test, let's see how it goes
10 years ago
Vadim Pisarevsky
79ac0d05ce
added test checking http://code.opencv.org/issues/4050
10 years ago
Patrik Huber
40b765b7c2
Add VS2015 compatibility to CMake scripts
10 years ago
cbalint13
f426778160
Force buildbot rebuild.
10 years ago
Ruslan Baratov
f148eaace9
Fix errors while compiling with c++11 flag
...
Fix errors in file cap_avfoundation.mm.
Compiled with Xcode 6.2, iOS SDK 8.2
Example:
cap_avfoundation.mm:543:54: error: cannot initialize a parameter of
type 'AVCaptureFocusMode' with an rvalue of type 'int'
if ([mCaptureDevice isFocusModeSupported:(int)value]){
^~~~~~~~~~
10 years ago