7171 Commits (b705e0d886f120799d5470986acfc25dc049b98a)

Author SHA1 Message Date
Vladislav Vinogradov b705e0d886 used new device layer for cv::gpu::sum 12 years ago
Vladislav Vinogradov 9fe92e2111 renamed grid/glob_reduce.hpp -> grid/reduce.hpp 12 years ago
Vladislav Vinogradov e820c5c65f used new device layer for cv::gpu::mulSpectrums 12 years ago
Vladislav Vinogradov 3f62e78592 used new device layer for cv::gpu::copyMakeBorder 12 years ago
Vladislav Vinogradov 7b3bbcea71 used new device layer for cv::gpu::transpose 12 years ago
Vladislav Vinogradov 6dbb32a05d switched to new device layer in split/merge 12 years ago
Vladislav Vinogradov 3ab7f4b26a removed arithm_func_traits.hpp 12 years ago
Vladislav Vinogradov 7c8c836a7b switched to new device layer in polar <-> cart 12 years ago
Vladislav Vinogradov 5522f43b18 used new device layer for cv::gpu::threshold 12 years ago
Vladislav Vinogradov e83be009a3 used new device layer for cv::gpu::addWeighted 12 years ago
Vladislav Vinogradov c7a3a7d4d9 switched to new device layer in min/max 12 years ago
Vladislav Vinogradov b11cccaaca switched to new device layer in bitwize operations 12 years ago
Vladislav Vinogradov fdfffa5291 fixed warnings 12 years ago
Vladislav Vinogradov ef9917ecf1 used new device layer for cv::gpu::compare 12 years ago
Vladislav Vinogradov 43e811118b fixed assertion 12 years ago
Vladislav Vinogradov 766d950ff3 used new device layer in math per element operations 12 years ago
Vladislav Vinogradov 7628e57fc6 used new device layer for cv::gpu::absdiff 12 years ago
Vladislav Vinogradov 574ff47146 used new device layer for cv::gpu::divide 12 years ago
Vladislav Vinogradov e7dba695b3 used new device layer for cv::gpu::multiply 12 years ago
Vladislav Vinogradov 156f86ea0b used new device layer for cv::gpu::subtract 12 years ago
Vladislav Vinogradov 9c5da2ea22 used new device layer for cv::gpu::add 12 years ago
Vladislav Vinogradov 32d578f5f0 fixed gridTransform overloads problems 12 years ago
lluis 047b568f6d erGrouping now uses a classifier for group validation instead of a set of heuristical ifos. 12 years ago
Vladislav Vinogradov e675684c81 fix bug #3277 (findCirclesGrid failures): 12 years ago
shawke 720241de87 Make similar default typedefs for Point_, Size_ and Rect_ 12 years ago
lluis 5670e4f6cd fixed typos 12 years ago
lluis 5556f051f1 added rst documentation for the Class-specific Extremal Regions for Scene Text Detection 12 years ago
John Stowers 14d225134d Redefine CPU_xx constants in cv::namespace 12 years ago
Vadim Pisarevsky 8e7eb79f6e fixed compile errors and warnings when building master branch with IPP enabled 12 years ago
Ovidiu Parvu 2bf36c312f Removed static variables which were not read-only and used more function parameters instead. 12 years ago
Ovidiu Parvu e324446c70 Changed the signature of the minEnclosingTriangle function such that it returns the area automatically. Moreover, the overloaded function was no longer required so it was removed. Sample code, documentation and unit tests were updated correspondingly. 12 years ago
Ovidiu Parvu 52cdae6e2b Removed the cvMinEnclosingTriangle function since the C API will be deprecated starting with OpenCV 3.0 12 years ago
Ovidiu Parvu 21390d806f Removed non-ASCII characters from the comments 12 years ago
lluis 2837bfd9fa Added erGrouping function: Find groups of Extremal Regions that are organized as text blocks. Updated sample/cpp to use the complete text detection pipeline 12 years ago
Ovidiu Parvu 73f476bd4b Added a namespace and prefixed global variables with "G_" in order to prevent variable shadowing problems. 12 years ago
Ozan Tonkal 5780b418c9 delete duplicate bunny.ply, remove tabs and extra lines 12 years ago
Ovidiu Parvu 737c5fe781 Updated the return type of the cvMinEnclosingTriangle function in the documentation 12 years ago
Alexander Alekhin 81ac97c6bd fix for broken debug builds (MSVS2010/2012) 12 years ago
Ozan Tonkal 8de46e1f81 removed trailing spaces 12 years ago
Ovidiu Parvu dc64dd7315 Made the following changes after code inspection (min_enclosing_triangle.cpp): 12 years ago
hbristow d84ab09ab7 Updated documentation 12 years ago
hbristow 1dd017e9d0 Fixed a memory leak in mxarray 12 years ago
Ozan Tonkal a117400577 ignore viz tutorials when BUILD_opencv_viz is not set 12 years ago
Vladislav Vinogradov 20f636fcee fixed cudev compilation for old pre-Fermi archs 12 years ago
look4pritam a430abd02e The thin prism distortion coefficient related small bug is fixed. 12 years ago
Ovidiu Parvu b570a4ac47 Added the C interface function signature and the overloaded minEnclosingTriangle Python function to the documentation. 12 years ago
Ovidiu Parvu 130b4d8e26 Changed the return type of cvMinEnclosingTriangle to CVAPI(void). Added the implementation of the function to the min_enclosing_triangle.cpp source file. 12 years ago
Ovidiu Parvu 7ac768651f Added the signature cvMinEnclosingTriangle (C version) to the imgproc_c.h header 12 years ago
Ovidiu Parvu 0117d77cd1 Added the tests for the minEnclosingTriangle function in the existing test_convhull.cpp file. 12 years ago
Ozan Tonkal c31fb8ffff rename widgets from *Widgets to W* 12 years ago