Skip to content

Commit dcbed8d

Browse files
committed
Merge pull request opencv#8250 from tomoaki0705:fixNonAsciiChar
2 parents eee638f + 822c67f commit dcbed8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/imgproc/src/connectedcomponents.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ namespace cv{
336336
}//End function LabelingWu operator()
337337
};//End struct LabelingWu
338338

339-
// Based on “Optimized Block-based Connected Components Labeling with Decision Trees”, Costantino Grana et al
339+
// Based on "Optimized Block-based Connected Components Labeling with Decision Trees", Costantino Grana et al
340340
// Only for 8-connectivity
341341
template<typename LabelT, typename PixelT, typename StatsOp = NoOp >
342342
struct LabelingGrana{

0 commit comments

Comments
 (0)