7500 Commits (e290436a4c38f98de82ea94896e09101ec6402f6)

Author SHA1 Message Date
lluis 95d92c099c functions getDefaultClassifierNM1() and getDefaultClassifierNM2() allow to implicitly load the default classifiers when creating a ERFilter object 12 years ago
Vadim Pisarevsky 84022b0c19 fix thin-prism coefficients at 0's in the stereo calibration function unless the flag CALIB_THIN_PRISM_MODEL is explicitly set 12 years ago
Ilya Lavrenov 9311f84109 disabled MOG tests if no video input support 12 years ago
hbristow 530ad447bc Added fixes to CMakeLists.txt 12 years ago
Ovidiu Parvu 8bada4c751 Overloaded the minEnclosingTriangle function such that there is an alternative function with the same name which does not require the output parameter ``area''. 12 years ago
Ozan Tonkal 3f27ba54e0 re-render the scene after changing camera properties 12 years ago
Ovidiu Parvu 0ed2f6201d Optimised one assert statement in the min_enclosing_triangle.cpp file. Added the minEnclosingTriangle functionality to the existing minarea.cpp sample file. 12 years ago
Ovidiu Parvu 9902affae6 Added some assert statements to constrain the type of the input and output parameters. Convert the input set of points to vector<Point2f> before passing it to the findMinimumAreaEnclosingTriangle function. 12 years ago
Roman Donchenko d669559ec3 Bumped version to 3.0. 12 years ago
Roman Donchenko b525c28244 Updated the Java bindings and docs to support the version status. 12 years ago
Ovidiu Parvu 4fce8e6b0e Changed the semantics of the minEnclosingTriangle function such that: 12 years ago
Roman Donchenko 887825e831 Added an additional version component - the development status. 12 years ago
look4pritam 7fd7bbc9f1 The prism distortion coefficients are added for the stereo calibration. 12 years ago
Ovidiu Parvu 510ad8e779 - Changed the type of the minEnclosingTriangle function parameters by using proxy classes InputArray/OutputArray instead of std::vector<T> 12 years ago
Roman Donchenko ad52dd37a9 Revert "Merge pull request #1376 from StevenPuttemans:bugfix_3186" 12 years ago
Ilya Lavrenov f20cc2bce8 extended ocl::convertTo 12 years ago
Roman Donchenko fec697b390 Silenced a few -Wcast-align warnings in the headers. 12 years ago
Jin Ma f4d0c9b13c Revised the code according to the feedback of the community. 12 years ago
Ovidiu Parvu e6b58c4e79 - Added the minEnclosingTriangle function declaration to the imgproc header 12 years ago
Ozan Tonkal 620d92824c hide VizMap and VizPair from public interface 12 years ago
Jin Ma b9d7e67589 Removed whitespace. 12 years ago
Jin Ma 2e0f613c38 Added performance for Kalman Filter. 12 years ago
Alexander Smorkalov 98cb1dcc9a MediaRecorder hint enabled for all Android devices with API level 14 and above. 12 years ago
Roman Donchenko 51ed1873de Eliminated unsequenced assignments to temp3 from dpstereo.cpp. 12 years ago
Ilya Lavrenov 6b9c451938 added CV_16UC(1, 3, 4), CV_16SC(1, 3, 4) data types support in ocl::pyrUp and ocl::pyrDown 12 years ago
peng xiao 8767c47463 Fix whitespaces. 12 years ago
pengxiao a92721b569 Fix retina ocl on NV. 12 years ago
Alex Leontiev a29863ee7b Eliminate use of 32-bit floating pt type 12 years ago
Alex Leontiev 1207cd132b Minor fixes 12 years ago
Alex Leontiev 11fa0651c6 Minor fixes 12 years ago
Alex Leontiev ccc71ac190 Primal-dual algorithm 12 years ago
lluis ad94628038 Using cv::magnitude instead of custom loop and Mat<float> instead of Mat<double> to compute gradient magnitude channel. 12 years ago
Ilya Lavrenov 16357418d5 increased time limit for bilateral filter performance tests 12 years ago
Ilya Lavrenov b07b9aca5a fixed HOG perf test 12 years ago
Vadim Pisarevsky 61f2107829 added IPP optimization of separable 32f filters; fixed IPP version check in DFT; fixed conditions in IPP optimization of norm functions. 12 years ago
Ilya Lavrenov 7d8bde3330 fixed ocl::merge in case of 2 and types CV_32S and CV_32F 12 years ago
Alexander Mordvintsev 79d51c3398 expose findEssentialMat, decomposeEssentialMat and recoverPose to Python 12 years ago
lluis e8d3732aaf added computeNMChannels helper function to compute the diferent channels to be processed independently in the N&M algorithm. 12 years ago
Jin Ma a4ab3f4ea8 Removed whitespace. 12 years ago
Jin Ma 2d5a1dacd0 Added Kalman Filter of OpenCL version. 12 years ago
Vladislav Vinogradov 6ad72bfcb4 removed detail:: prefix int video_reader 12 years ago
Vladislav Vinogradov a0771630b0 restored original behaviour or release functions for (Buffer and Texture) 12 years ago
Vladislav Vinogradov c439702f0c added missing gpu::matchTemplate implementation for non-CUDA build 12 years ago
Ozan Tonkal 9895093524 check if vtk 5.10.0 exists, if not require 6.0.0 12 years ago
Ozan Tonkal 56f9168ac1 support VTK 6.0.0: cmakelist.txt might need to be refactored 12 years ago
Ozan Tonkal 26005a19bd add license headers 12 years ago
Ozan Tonkal c773061457 updated documentation 12 years ago
Ozan Tonkal 3bdb55e1ef another constructor for CameraPositionWidget for displaying image by also using field of view instead of intrinsic matrix 12 years ago
Ozan Tonkal 2170559bed text3dwidget offers now users to decide whether it should face the camera or not 12 years ago
Ozan Tonkal 286f81f305 fix crucial bug in get method, hide add and remove methods from user 12 years ago