Yash Vadalia
6ecd553810
Added doc for LinearPolar Transform
11 years ago
Vladislav Vinogradov
55a714c83b
fix cv::kmeans function
...
reshape input matrix, since the function works with data
as with [N x dims] matrix
11 years ago
Kevin Mitchell
63e508abd2
doc: update/clarify behaviour of mask in floodFill
...
Clarify how the mask parameter is set on output and how this is
affected by the flags parameter.
resolves Feature #2942
11 years ago
StevenPuttemans
006956c324
Fixing as suggested in bug 2626, made naming same for both C, C++ and python API
11 years ago
1Hyena
6c118ebc51
Changed ostringstream to ostream for new print_params and added the old
...
version of print_params for backwards compatibility.
11 years ago
StevenPuttemans
a0a8fb4fd9
fixed bug 2626
11 years ago
StevenPuttemans
e96de8821c
bug 2740 added fix
11 years ago
StevenPuttemans
b382984810
fix bug 3252
11 years ago
StevenPuttemans
2b4241c10b
fixed bug 3484
11 years ago
Ilya Krylov
e4a9c0f184
Fixed review comments
11 years ago
Konstantin Matskevich
d67c9aabff
docs
11 years ago
Luis Zarrabeitia
bb5a22c504
highgui: fix segfault on CvCapture_GStreamer::retrieveFrame
...
CvCapture_GStreamer::retrieveFrame assumes that RGB videos are 24BPP.
This is not necesarily the case, unless we explicitly tell GStreamer
that we want 24BPP RGB streams.
Adding bpp=(int)24 to the appsink caps.
11 years ago
Konstantin Matskevich
aa76ef9a98
fixes
11 years ago
Ilya Lavrenov
19a2495067
fixed IPP related warnings
11 years ago
Vladislav Vinogradov
77275031ab
finally fix cv::subtract
11 years ago
Ilya Krylov
349ff631a5
Added sample of work of Fisheye::undistortImage and its description to documentation. Removed readPoints and readExtrinsic (useless)
11 years ago
thoinvil
e50ef2dab5
Bugfix #3668 removed the comment
11 years ago
Vladislav Vinogradov
629461c836
fix output matrix allocation in cv::subtract
11 years ago
Konstantin Matskevich
36afd4ef55
added additionalInfo in faceRecognition
11 years ago
Vladislav Vinogradov
4c66614e07
fix cv::subtract function:
...
call dst.create(...) before using it
11 years ago
GregoryMorse
38db7a78df
WinRT core compatibility fixes
...
Update system.cpp
Update system.cpp
Update system.cpp
Update matching.cpp
Update matching.cpp
11 years ago
Thierry Hoinville
5efd2056f0
Bugfix #3668 in FilterEngine::apply(), use the ROI properly
11 years ago
Ilya Krylov
1f94b7dfc9
minor
11 years ago
Ilya Krylov
ef01044b2f
Added documentation for Fisheye::stereoCalibrate
11 years ago
Ilya Krylov
50b291995a
Added tests for stereoCalibrate
11 years ago
Ilya Krylov
c2341fd446
Added stereoCalibrate for Fisheye camera model
11 years ago
Michael Vukadinovic
c1aee0c312
Fixed bug in IPPMorphOp function when looping over elements of the morphology kernel.
11 years ago
1Hyena
dfdb09386f
Autotuned_index now prints all info into logger instead of couting it.
11 years ago
Jüri Aedla
6fb83f869c
Android camera qcom HAL doesn't like it when no consumer usage bits are set. Set a usage bit for preview BufferQueue.
11 years ago
Ilya Krylov
e6aa8ce932
Corrected notes
11 years ago
Ilya Krylov
f0f741b796
Added documentation
11 years ago
Ilya Krylov
05ee15f108
Added FisheyeTest
11 years ago
Ilya Krylov
35e1b322cb
Added test for jacobians
11 years ago
Ilya Krylov
9c7e0bfd33
Added fisheye camera model
11 years ago
Adrian Stratulat
4fb5680d91
Documentation - minor fix-ups
11 years ago
Artur Wieczorek
f27a886314
Fix for issue #3645 ( http://code.opencv.org/issues/3645 ).
...
Implement missing features in CvCaptureCAM_VFW class.
Implemented missing CvCaptureCAM_VFW::setProperty() member function (handling CV_CAP_PROP_FRAME_WIDTH, CV_CAP_PROP_FRAME_HEIGHT, CV_CAP_PROP_FPS properties).
Extended CvCaptureCAM_VFW::setProperty()/getProperty() functions to handle also CV_CAP_PROP_FPS property.
Minor refactoring of CvCaptureCAM_VFW class.
11 years ago
Alessandro Trebbi
3d25d70627
fix for compiling 2.4 opencv with xcode 5.1
11 years ago
Maks Naumov
eb89f5207c
remove unused variables in CV_KDTreeTest_CPP::findNeighbors()
11 years ago
Maks Naumov
29d1bce85f
remove unused variable in TEST_P()
11 years ago
Maks Naumov
79eb3c5cde
remove unused variable in OCL_PERF_TEST_P()
11 years ago
Maks Naumov
befbe89bdf
remove unused variable in ocl_moments()
11 years ago
Maks Naumov
eb45cf0c93
remove unused variable in findCorners_caller()
11 years ago
Maks Naumov
9b52b61451
remove unused variable in HOGDescriptor::groupRectangles()
11 years ago
Maks Naumov
a01659825c
remove unused variable in loadFromXML()
11 years ago
Maks Naumov
b033a63e63
fix typo in test_cameracalibration
11 years ago
David Rolland
cb8ddb1179
Corrected bug #1437 . Corrected the cast of two short values from an lParam. lParam contains two signed-short, the position can be negative when another mouse event happens with a mouse_move (mouse_click, etc.)
...
The Microsoft documentation specifies NOT to use LOWORD and HIWORD macros to extract the x/y positions as it won't work correctly with multiple monitors. See http://msdn.microsoft.com/en-us/library/windows/desktop/ms645607(v=vs.85).aspx .
11 years ago
Anatoly Baksheev
3f95818252
Added cloud shading support - additional normals array is used
11 years ago
Firat Kalaycilar
990295644e
made a performance improvement.
...
changed the way the mean value for each pixel is assigned in the output image.
11 years ago
Martin Chodakowski
267241b889
Fix typos in old python wrapper documentation(Bug #3628 )
...
Fixed spelling of CV_INTER_LINEAR flag in geometric_transformations.rst
11 years ago
Maks Naumov
8271bd5f14
fix condition in CV_OperationsTest::operations1()
11 years ago