Commit dcbed8d6 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #8250 from tomoaki0705:fixNonAsciiChar

parents eee638fd 822c67fd
...@@ -336,7 +336,7 @@ namespace cv{ ...@@ -336,7 +336,7 @@ namespace cv{
}//End function LabelingWu operator() }//End function LabelingWu operator()
};//End struct LabelingWu };//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 // Only for 8-connectivity
template<typename LabelT, typename PixelT, typename StatsOp = NoOp > template<typename LabelT, typename PixelT, typename StatsOp = NoOp >
struct LabelingGrana{ struct LabelingGrana{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment