remove non ASCII character from comment

This commit is contained in:
Tomoaki Teshima
2017-02-24 01:31:32 +09:00
parent 9053839282
commit 822c67fdee
+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{