1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Merge pull request #8250 from tomoaki0705:fixNonAsciiChar

This commit is contained in:
Alexander Alekhin
2017-02-24 11:19:00 +00:00
+1 -1
View File
@@ -336,7 +336,7 @@ namespace cv{
}//End function LabelingWu operator()
};//End struct LabelingWu
// Based on Optimized Block-based Connected Components Labeling with Decision Trees, 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 LabelingGrana{