From 822c67fdee49dc07f9074ab817fcde998eb03ed4 Mon Sep 17 00:00:00 2001 From: Tomoaki Teshima Date: Fri, 24 Feb 2017 01:31:32 +0900 Subject: [PATCH] remove non ASCII character from comment --- modules/imgproc/src/connectedcomponents.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/src/connectedcomponents.cpp b/modules/imgproc/src/connectedcomponents.cpp index bf53704144..9ffcf719f7 100644 --- a/modules/imgproc/src/connectedcomponents.cpp +++ b/modules/imgproc/src/connectedcomponents.cpp @@ -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 struct LabelingGrana{