Vadim Pisarevsky
1b18ebf28a
Merge pull request #2905 from Jazmann:2.4
11 years ago
Vadim Pisarevsky
f6cf68094f
Merge pull request #2917 from mmaraya:bug_3872
11 years ago
Vadim Pisarevsky
d826bcdbbb
Merge pull request #2914 from alalek:fix2.4
11 years ago
Ilya Lavrenov
070be56e14
fixed warnings
11 years ago
StevenPuttemans
939c60bcaa
fixed two models, adding xml identifier to correct position
11 years ago
Mike Maraya
95550c2582
test.py: Check if camera_calibration.tar.gz file exists before downloading it, opencv bug #3782
11 years ago
Roman Donchenko
ebb0255e19
Remove a couple of useless casts in core headers
...
This helps users who compile their code with -Wuseless-cast.
11 years ago
Alexander Alekhin
5c8cd76893
fix bug with invalid signature size (should not be less than signatureLength())
11 years ago
Alexander Alekhin
3a8af7d691
fix python tests
11 years ago
Mike Maraya
7936faf9a3
Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737 )
11 years ago
Mike Maraya
5c85f816c9
Revert "Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737 )"
...
This reverts commit 56683e6d11
.
11 years ago
Mike Maraya
56683e6d11
Fixes build failure on Mac OS X 10.10 Yosemite Beta due to highgui/src/window_cocoa.mm (Bug #3737 )
11 years ago
Mike Maraya
fbac578c79
Fixes resizeWindow() on OS X (Bug #3200 )
11 years ago
unknown
ade46bd428
Fixed typos in comments
11 years ago
Roman Donchenko
1138fbb940
Merge pull request #2766 from akarsakov:pyr_border_constant
11 years ago
Roman Donchenko
436342d5f4
Merge pull request #2880 from GravityJack:SparseMatIterator-build-fix
11 years ago
Roman Donchenko
b21b8ff9d7
Merge pull request #2891 from nisargthakkar:dims_zero_on_release
11 years ago
Vadim Pisarevsky
fb8fa3fdac
Merge pull request #2889 from Ilya-Krylov:fisheye
11 years ago
Jasper
f45da9866a
Fix for VTK6.2 issue.
11 years ago
Nisarg Thakkar
98421e5970
Fix for Bug#3757: All dimension values are 0 after release is called
11 years ago
Ilya Krylov
84bb77e914
Fixed android and windows x64 build issues
11 years ago
Alexander Petrikov
6882970248
Add CV_Assert (ndisp % 8 == 0) to NEON version
11 years ago
Marc Rollins
05e0b3b7e6
Fixing build error when using post-increment operator.
11 years ago
Roman Donchenko
6a94862fef
Merge pull request #2870 from 23pointsNorth:patch-5
11 years ago
Roman Donchenko
cb69a5c29a
Merge pull request #2868 from neo008:2.4
11 years ago
Andrey Pavlenko
75742fcd01
Merge pull request #2843 from berak:f_export_bow_24
11 years ago
Alexander Alekhin
c99ce0f427
Merge pull request #2846 from alalek:2.4_fix_python_warnings
11 years ago
Daniel Angelov
660d7cd3ae
Updated findHomography docs branch 2.4
...
Updated the documents to give warning to the users of `findHomography` that the function may return an empty matrix in some cases.
The user must take care of checking that.
11 years ago
Neo Alienson
b6e25a9fc7
Fix typos
11 years ago
Vadim Pisarevsky
2b2ce3f6e9
Merge pull request #2726 from Ilya-Krylov:2.4
11 years ago
Vadim Pisarevsky
3391caf434
Merge pull request #2779 from pemmanuelviel:kmeansppSquareDist
11 years ago
berak
3500c940d4
add Bag of Words to python wrapper
11 years ago
Alexander Alekhin
4d0848b3e8
fix -Wmaybe-uninitialized warning (initialize pointers to NULL)
11 years ago
Roman Donchenko
1f4ddbe5b6
Merge pull request #2705 from KonstantinMatskevich:face_recognition_labels_info
11 years ago
Roman Donchenko
4ef311949b
Merge pull request #2834 from atinfinity:pullreq/140606-TickMeter-2.4
11 years ago
Roman Donchenko
64344f4545
Merge pull request #2818 from StevenPuttemans:fix_linux_tutorial
11 years ago
Andrey Pavlenko
02b32d86d3
moving FaceRecognizer2 from public header to .cpp
11 years ago
berak
fc610979bb
export BOW to script wrappers
11 years ago
Richard Yoo
11a09ef5cc
Changes to support Intel AVX/AVX2 in cvResize().
11 years ago
atinfinity
f08d88fa78
fixed calculation method of "cv::TickMeter"
11 years ago
Konstantin Matskevich
59c8edfd98
facerec2
11 years ago
Aleksandr Petrikov
1a1cd9b4e9
add NEON realization for StereoBM(findCorrespondence, prefilterXSobel)
11 years ago
StevenPuttemans
7c44a07810
fix typo in linux tutorial
11 years ago
Ehren Metcalfe
cd3aa0184a
Fix resource leak with iOS camera due to failure to remove AVCaptureSession input/outputs on stop (Bug #3389 )
11 years ago
aletheios
1020a93fa3
Bugfix #3705 : params.setRecordingHint(true) breaks camera preview on Samsung Galaxy S2
11 years ago
Roman Donchenko
9a5e9d3442
Merge pull request #2771 from SpecLad:pvs-checks-opencv
11 years ago
Alexander Alekhin
0ea572d772
Merge pull request #2796 from berak:b_3674_24
11 years ago
berak
2bacd8b702
2 fixed unassigned reshapes in em ( #3674 )
11 years ago
Roman Donchenko
aa170cfb5b
Merge pull request #2793 from alalek:run_android_env
11 years ago
Alexander Alekhin
e6f6905868
run.py: propagate OPENCV* env variables only with --android_propagate_opencv_env flag
11 years ago