Merge branch 'master' into master

This commit is contained in:
Maksim Shabunin
2017-02-26 07:46:59 +03:00
committed by GitHub
607 changed files with 67106 additions and 19932 deletions

View File

@@ -645,6 +645,7 @@ namespace cv{
}
};//End struct LabelingWuParallel
//Based on "Two Strategies to Speed up Connected Components Algorithms", the SAUF (Scan array union find) variant
//using decision trees
//Kesheng Wu, et al
@@ -816,7 +817,7 @@ namespace cv{
};//End struct LabelingWu
// Based on <EFBFBD>Optimized Block-based Connected Components Labeling with Decision Trees<EFBFBD>, Costantino Grana et al
// Based on "Optimized Block-based Connected Components Labeling with Decision Trees", Costantino Grana et al
// Only for 8-connectivity
template<typename LabelT, typename PixelT, typename StatsOp = NoOp >
struct LabelingGranaParallel{
@@ -2581,7 +2582,7 @@ namespace cv{
}
};//End struct LabelingGranaParallel
// Based on <20>Optimized Block-based Connected Components Labeling with Decision Trees<65>, Costantino Grana et al
// Based on <20>Optimized Block-based Connected Components Labeling with Decision Trees<65>, Costantino Grana et al
// Only for 8-connectivity
template<typename LabelT, typename PixelT, typename StatsOp = NoOp >
struct LabelingGrana{