40 Commits (a1e2c4f338cb295813bd7081acb170195d359340)

Author SHA1 Message Date
Federico Bolelli 9695165877
Merge pull request #19631 from prittt:sota-ccl 4 years ago
Gil Shotan 1612db5f91 Fix signed integer overflow in connected components 4 years ago
Arnaud Brejeon ecbba852cf
Merge pull request #16415 from arnaudbrejeon:bug_fix_16410 5 years ago
Alexander Alekhin e7b6753a10 imgproc: avoid manual memory allocation in connectedcomponents.cpp 5 years ago
arnaudbrejeon a37201abee Fix crash, add assert and test 6 years ago
Hamdi Sahloul a39e0daacf Utilize CV_UNUSED macro 6 years ago
shengyu 72d3e14e8f fix wrong indentation on github page (tab to space) 7 years ago
Alexander Alekhin 6b581c4e51 build: unreachable code after CV_Error() (part 2) 7 years ago
Alexander Alekhin 3b15f3e3b9 avoid calling of setNumThreads() to respect user settings 7 years ago
Alexander Alekhin 7f63b31ca8 avoid calling of setNumThreads() to respect user settings 7 years ago
Alexander Alekhin 5d36ee2fe7 imgproc: apply CV_OVERRIDE/CV_FINAL 7 years ago
luz.paz d05714995c Misc. modules/ cont. pt2 7 years ago
Tony Lian c8783f3e23 Merge pull request #9075 from TonyLianLong:master 8 years ago
Maksim Shabunin 32d4af36e2 Fixing some static analysis issues 8 years ago
Vadim Pisarevsky 6473018d69 eliminated trailing whitespaces 8 years ago
Michele Cancilla 9405c6d206 Improvement of array of equivalences’ upper bound + fix some wrong comments 8 years ago
Tomoaki Teshima 822c67fdee remove non ASCII character from comment 8 years ago
Michele Cancilla 89a0a46a69 Removed parallel version for CV_16U label type 8 years ago
Michele Cancilla 4b7fc59332 Fixed _P reserved variable name problem and changed getNumThreads with getNumberOfCPUs 8 years ago
Michele Cancilla 5b23c0b176 Fixed unnecessary black spaces; 8 years ago
Michele Cancilla 0bc9a0db18 Improvement of sequential connected components Wu's algorithm and provide parallel version of both Wu's and Grana's algorithms (using TBB library) 8 years ago
Vadim Pisarevsky 5ddd25313f Add Grana's connected components algorithm for 8-way connectivity. (#6823) 8 years ago
Vadim Pisarevsky 259e41da73 reverted "typedef _InputArray InputArray", fixed warning from doxygen 10 years ago
Vadim Pisarevsky 052593c760 1. Input/OutputArray optimizations; 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 10 years ago
Jason Newton 88b2fe9dbb correct upper bound for maximum number of labels for 8-way connectivity 11 years ago
Roman Donchenko 9b92545ce6 War on Whitespace, master edition: trailing spaces. 11 years ago
Jason Newton affab4f156 correct range computations, it is difficult to do the more efficient single pass 3N/2 implementations correctly in this particular setting without costing more than they save 11 years ago
Vadim Pisarevsky 31857082f4 probably fixed build problems on Android 12 years ago
Jason Newton e1b60aa4e3 drop usage of macros... the type is already there! 12 years ago
Jason Newton 5f86eb8d63 proper dimensions from cv::Size in output stats/centroid 12 years ago
Vadim Pisarevsky 1eae455acb fixed build warnings from VS; hopefully, fixes Android build too 12 years ago
Jason Newton ad0bfdfb25 disable windows build warning for connectedcomponents template argument comparisons 12 years ago
Jason Newton 68e77ac051 use opencv's integer type convension 12 years ago
Jason Newton d094e4bdbe drop support for 8bit output for size cost relative to utility 12 years ago
Jason Newton e70b3ef598 use a ltype parameter to determine result Label image type; export stats with differening types over different outputarrays 12 years ago
Jason Newton 00bdca7684 A few changes to comply with upstream requirements for merge. 12 years ago
Jason Newton d5aa679d3f adjust output type to return int32... it should at least be unsigned but this breaks python bindings; 12 years ago
Jason Newton 85880397c4 connectedcomponents: use opencv integral types, add to docs, fix up things for a python export 12 years ago
Jason Newton 4c0cb2576d connectedComponents: peep-hole optimizations, mostly surrouding the fact that cv::Mat::at is expensive in a tight-loop -also added a "blobstats" version 12 years ago
Jason Newton 45b4f4f32b connectedComponents: warning free version 12 years ago